N10-009 Networking Concepts Practice Question
Which of the following network protocols operates at the Transport layer of the OSI model and provides connection-oriented, reliable data delivery?
⚠ Common exam trap
Many exam-takers confuse IP (Network layer) with a transport protocol or mistakenly think UDP provides reliability because it has checksums, but UDP lacks connection setup and retransmission, making TCP the only correct answer for connection-oriented reliable delivery.
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
✓
TCP
TCP (Transmission Control Protocol) operates at the Transport layer (Layer 4) of the OSI model and provides connection-oriented, reliable data delivery through mechanisms such as three-way handshake, sequence numbers, acknowledgments, and retransmission of lost segments. This ensures that data is delivered in order and without errors, making TCP the correct choice for the question.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
UDP
Why it's wrong here
UDP (User Datagram Protocol) is a connectionless and unreliable protocol that also operates at the Transport layer (Layer 4). Unlike TCP, UDP does not establish a dedicated connection, nor does it provide mechanisms for flow control, error checking, or retransmission of lost data. It simply sends datagrams without guaranteeing delivery or order, making it suitable for applications where speed and low overhead are prioritized over absolute reliability, such as real-time streaming or DNS queries.
When this WOULD be correct
UDP would be correct for a question asking: 'Which Transport layer protocol provides low-overhead, connectionless communication suitable for real-time applications like VoIP or streaming?'
- ✓
TCP
Why this is correct
TCP (Transmission Control Protocol) is a fundamental connection-oriented protocol operating at the Transport layer (Layer 4) of the OSI model. It ensures reliable, ordered, and error-checked delivery of data segments between applications. TCP achieves this through mechanisms like three-way handshakes for connection establishment, sequence numbers for ordering, acknowledgments for receipt confirmation, flow control to manage data rates, and retransmission of lost or corrupted packets, guaranteeing data integrity.
- ✗
IP
Why it's wrong here
IP (Internet Protocol) is a core protocol of the Network layer (Layer 3) responsible for logical addressing and routing packets across different networks. It focuses on getting data from a source host to a destination host, potentially across multiple routers, using IP addresses. IP does not provide any guarantees regarding the reliability, order, or error-checking of data delivery; these functions are handled by higher-layer protocols like TCP at the Transport layer.
When this WOULD be correct
IP would be correct for a question asking: 'Which network protocol operates at the Network layer and provides logical addressing for routing packets across networks?'
- ✗
ARP
Why it's wrong here
ARP (Address Resolution Protocol) operates primarily at the Data Link layer (Layer 2) and interacts with the Network layer (Layer 3) to resolve logical IP addresses to physical MAC addresses within a local network segment. Its function is to enable devices to find the hardware address of another device on the same broadcast domain for direct frame delivery. ARP is not involved in end-to-end process-to-process communication or data reliability, which are responsibilities of the Transport layer.
When this WOULD be correct
A question asking: 'Which protocol maps a known IP address to a MAC address on a local network?' would have ARP as the correct answer.
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.
✓TCPCorrect answer▾
Why this is correct
TCP (Transmission Control Protocol) is a fundamental connection-oriented protocol operating at the Transport layer (Layer 4) of the OSI model. It ensures reliable, ordered, and error-checked delivery of data segments between applications. TCP achieves this through mechanisms like three-way handshakes for connection establishment, sequence numbers for ordering, acknowledgments for receipt confirmation, flow control to manage data rates, and retransmission of lost or corrupted packets, guaranteeing data integrity.
✗UDPWrong answer — click to see why▾
Why this is wrong here
UDP operates at the Transport layer but provides connectionless, unreliable data delivery without acknowledgments or retransmissions, unlike the connection-oriented, reliable delivery specified in the question.
★ When this WOULD be the correct answer
UDP would be correct for a question asking: 'Which Transport layer protocol provides low-overhead, connectionless communication suitable for real-time applications like VoIP or streaming?'
Why candidates choose this
Candidates may confuse UDP with TCP because both are Transport layer protocols, or they may mistakenly think UDP also provides reliability due to its use in some applications that implement reliability at the application layer.
✗IPWrong answer — click to see why▾
Why this is wrong here
IP operates at the Network layer (Layer 3) of the OSI model, not the Transport layer. It provides connectionless, unreliable datagram delivery, not connection-oriented, reliable data delivery.
★ When this WOULD be the correct answer
IP would be correct for a question asking: 'Which network protocol operates at the Network layer and provides logical addressing for routing packets across networks?'
Why candidates choose this
Candidates may confuse IP with TCP because both are core Internet protocols, or they might think IP provides reliability since it's essential for internet communication.
✗ARPWrong answer — click to see why▾
Why this is wrong here
ARP operates at the Network layer (Layer 3) of the OSI model, not the Transport layer, and it resolves IP addresses to MAC addresses; it does not provide connection-oriented, reliable data delivery.
★ When this WOULD be the correct answer
A question asking: 'Which protocol maps a known IP address to a MAC address on a local network?' would have ARP as the correct answer.
Why candidates choose this
Candidates may confuse ARP with a transport protocol because it is essential for network communication, or they might misremember its OSI layer placement.
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?”
Visual reference
Quick reference
OSI Model Reference
| Layer | Name | PDU | Key Protocols / Devices |
|---|---|---|---|
| 7 | Application | Data | HTTP, HTTPS, DNS, SMTP, FTP, SSH |
| 6 | Presentation | Data | TLS / SSL, JPEG, ASCII encoding |
| 5 | Session | Data | NetBIOS, RPC, SIP |
| 4 | Transport | Segment / Datagram | TCP, UDP |
| 3 | Network | Packet | IP, ICMP, OSPF — Routers |
| 2 | Data Link | Frame | Ethernet, Wi-Fi, PPP — Switches, Bridges |
| 1 | Physical | Bits | Cables, NICs, Hubs, Repeaters |
Go deeper
Related to this question
Learn chapter
Interior vs Exterior Routing Protocols
Key term
Open Systems Interconnection
The Open Systems Interconnection (OSI) model is a conceptual framework used to understand how data travels from one computer to another across a network.
Key term
TCP
TCP is a connection-oriented transport layer protocol that ensures reliable, ordered, and error-checked delivery of data between applications over IP networks.
About these practice questions
One of 464 original N10-009 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.