Courseiva
Question 75 of 464
Networking ConceptseasyMultiple ChoiceObjective-mapped

N10-009 Networking Concepts Practice Question

A network technician is explaining the difference between connection-oriented and connectionless protocols to a junior technician. Which of the following protocols is connectionless at the transport layer?

⚠ Common exam trap

It's easy for candidates to confuse ICMP or ARP as transport-layer protocols because they are involved in network communication, but the question specifically asks for the transport layer, where only TCP and UDP reside, and UDP is the connectionless one.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

UDP

UDP (User Datagram Protocol) is the correct answer because it is a connectionless transport-layer protocol. It does not establish a session or guarantee delivery, instead sending datagrams independently without handshaking or acknowledgments, which makes it suitable for real-time applications like VoIP and streaming.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • TCP

    Why it's wrong here

    Transmission Control Protocol (TCP) is a connection-oriented transport layer protocol that provides reliable, ordered, and error-checked delivery of a stream of bytes between applications. It establishes a session using a three-way handshake before data transfer and employs mechanisms like sequence numbers, acknowledgments, and retransmissions to ensure data integrity and delivery. While also a transport layer protocol, TCP's overhead for reliability makes it distinct from connectionless protocols like UDP.

    When this WOULD be correct

    If the question asked 'Which of the following is a connection-oriented protocol at the transport layer?', then TCP would be the correct answer.

  • UDP

    Why this is correct

    User Datagram Protocol (UDP) is a connectionless transport layer protocol. It prioritizes speed and low overhead by sending data packets, called datagrams, without first establishing a formal connection or guaranteeing delivery. This makes UDP suitable for applications where real-time performance is critical, such as streaming video, online gaming, and DNS lookups, where occasional packet loss is acceptable. However, it offers no error checking, retransmission, or flow control mechanisms.

  • ICMP

    Why it's wrong here

    Internet Control Message Protocol (ICMP) is a Network layer (Layer 3) protocol primarily used for sending error messages and operational information, such as whether a requested service is unavailable or if a host or router cannot be reached. Common diagnostic tools like `ping` and `traceroute` rely on ICMP messages to test network connectivity and path. Unlike transport layer protocols, ICMP does not facilitate data exchange between applications or manage end-to-end communication sessions.

    When this WOULD be correct

    A question asking 'Which protocol is used for error reporting and diagnostic functions at the network layer?' would make ICMP the correct answer.

  • ARP

    Why it's wrong here

    Address Resolution Protocol (ARP) operates at the Data Link layer (Layer 2) of the OSI model, not the Transport layer. Its primary function is to dynamically resolve a known Internet Protocol (IP) address to a physical Media Access Control (MAC) address on a local network segment. ARP is crucial for enabling communication between devices on the same broadcast domain by mapping logical addresses to hardware addresses, but it does not handle end-to-end data transfer or session management.

    When this WOULD be correct

    A question asking which protocol is used to map an IP address to a MAC address on a local network, or which protocol operates at Layer 2 and is essential for Ethernet communication.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The N10-009 exam frequently reuses these exact scenarios with slightly different constraints.

UDPCorrect answer

Why this is correct

User Datagram Protocol (UDP) is a connectionless transport layer protocol. It prioritizes speed and low overhead by sending data packets, called datagrams, without first establishing a formal connection or guaranteeing delivery. This makes UDP suitable for applications where real-time performance is critical, such as streaming video, online gaming, and DNS lookups, where occasional packet loss is acceptable. However, it offers no error checking, retransmission, or flow control mechanisms.

TCPWrong answer — click to see why

Why this is wrong here

TCP is a connection-oriented protocol at the transport layer, meaning it establishes a reliable connection before data transfer, which is the opposite of connectionless.

★ When this WOULD be the correct answer

If the question asked 'Which of the following is a connection-oriented protocol at the transport layer?', then TCP would be the correct answer.

Why candidates choose this

Candidates may confuse TCP with UDP due to both operating at the transport layer, or they might think TCP's reliability implies it is connectionless because it can handle packet loss.

ICMPWrong answer — click to see why

Why this is wrong here

ICMP operates at the network layer (Layer 3), not the transport layer. The question specifically asks for a connectionless protocol at the transport layer, which is UDP.

★ When this WOULD be the correct answer

A question asking 'Which protocol is used for error reporting and diagnostic functions at the network layer?' would make ICMP the correct answer.

Why candidates choose this

Candidates may confuse ICMP as connectionless because it does not establish a connection before sending messages, but they overlook that it belongs to the network layer, not the transport layer.

ARPWrong answer — click to see why

Why this is wrong here

ARP operates at the Data Link layer (Layer 2) and resolves IP addresses to MAC addresses; it is not a transport layer protocol and does not provide connectionless transport services.

★ When this WOULD be the correct answer

A question asking which protocol is used to map an IP address to a MAC address on a local network, or which protocol operates at Layer 2 and is essential for Ethernet communication.

Why candidates choose this

Candidates may confuse ARP's lack of connection establishment with connectionless transport, or mistakenly think ARP operates at the transport layer because it works with IP addresses.

Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Quick reference

OSI Model Reference

LayerNamePDUKey Protocols / Devices
7ApplicationDataHTTP, HTTPS, DNS, SMTP, FTP, SSH
6PresentationDataTLS / SSL, JPEG, ASCII encoding
5SessionDataNetBIOS, RPC, SIP
4TransportSegment / DatagramTCP, UDP
3NetworkPacketIP, ICMP, OSPF — Routers
2Data LinkFrameEthernet, Wi-Fi, PPP — Switches, Bridges
1PhysicalBitsCables, NICs, Hubs, Repeaters

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on N10-009

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Which of the following is a characteristic of UDP when compared to TCP?

medium
  • A.A) UDP uses sequence numbers for ordering
  • B.B) UDP provides reliable data delivery
  • C.C) UDP has lower overhead due to minimal header
  • D.D) UDP requires a three-way handshake to establish a connection

Why C: UDP (User Datagram Protocol) has a minimal 8-byte header compared to TCP's 20-byte header, resulting in lower overhead and faster transmission. Unlike TCP, UDP does not provide reliability, flow control, or error recovery, making it ideal for real-time applications like VoIP or video streaming where speed is prioritized over guaranteed delivery.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This N10-009 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the N10-009 exam.