- A
Network
Why wrong: The network layer handles logical addressing and routing.
- B
Data Link
Why wrong: The data link layer handles framing and MAC addressing on the local segment.
- C
Transport
Correct. TCP and UDP operate at the transport layer.
- D
Session
Why wrong: The session layer is not where TCP reliability functions are defined.
Quick Answer
The answer is the Transport layer, Layer 4 of the OSI model. This layer is responsible for end-to-end segmentation, breaking large data streams into manageable segments, and assigning port numbers to identify specific applications on source and destination hosts. It also provides reliability functions such as acknowledgments and retransmission through protocols like TCP, ensuring data arrives intact and in order. On the CCNA 200-301 v2 exam, this concept tests your ability to distinguish Layer 4 duties from Layer 3 (routing) and Layer 2 (local delivery); a common trap is confusing port numbers with IP addresses or MAC addresses. Remember that the Network layer handles logical addressing, while the Transport layer manages the conversation between applications. A helpful memory tip: think of the Transport layer as the "post office" that sorts mail by application (port) and confirms delivery (acknowledgment), while the Network layer is the "road map" for getting it to the right city.
CCNA Network Infrastructure and Connectivity Practice Question
This 200-301 practice question tests your understanding of network infrastructure and connectivity. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: the transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Which OSI layer is responsible for end-to-end segmentation, port numbers, and reliability functions such as acknowledgments?
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
Transport
The Transport layer (Layer 4) is responsible for end-to-end segmentation, port numbers for identifying applications, and reliability functions like acknowledgments and retransmission. The Network layer (Layer 3) handles logical addressing and routing between networks. The Data Link layer (Layer 2) manages local frame delivery and error detection. The Session layer (Layer 5) controls dialog management and synchronization, not segmentation or ports.
Key principle: The transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Network
Why it's wrong here
The network layer handles logical addressing and routing.
When this WOULD be correct
If the question asked which OSI layer is responsible for logical addressing and routing of packets across networks, the correct answer would be Network. This would focus on the functions of the Network layer in facilitating communication between different devices on separate networks.
- ✗
Data Link
Why it's wrong here
The data link layer handles framing and MAC addressing on the local segment.
When this WOULD be correct
If the question asked about the layer responsible for framing, MAC addressing, and physical addressing in a local network context, then the Data Link layer would be the correct answer, as it manages these functions between directly connected devices.
- ✓
Transport
- ✗
Session
Why it's wrong here
The session layer is not where TCP reliability functions are defined.
When this WOULD be correct
If the question asked which OSI layer is responsible for managing sessions and maintaining communication between applications, then the correct answer would be the Session layer, as it focuses on the control and management of ongoing sessions.
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 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓TransportCorrect answer▾
Why this is correct
Correct. TCP and UDP operate at the transport layer.
✗NetworkWrong answer — click to see why▾
Why this is wrong here
The network layer (Layer 3) is responsible for logical addressing (IP addresses) and routing packets between networks, not for end-to-end segmentation, port numbers, or reliability functions like acknowledgments.
★ When this WOULD be the correct answer
If the question asked which OSI layer is responsible for logical addressing and routing of packets across networks, the correct answer would be Network. This would focus on the functions of the Network layer in facilitating communication between different devices on separate networks.
Why candidates choose this
Students often confuse the network layer with the transport layer because both deal with end-to-end delivery, but the network layer focuses on path determination and addressing, not on reliability or port numbers.
✗Data LinkWrong answer — click to see why▾
Why this is wrong here
The data link layer (Layer 2) handles framing, MAC addressing, and error detection on a single local network segment, not end-to-end segmentation or port numbers.
★ When this WOULD be the correct answer
If the question asked about the layer responsible for framing, MAC addressing, and physical addressing in a local network context, then the Data Link layer would be the correct answer, as it manages these functions between directly connected devices.
Why candidates choose this
Since the data link layer provides error detection (e.g., CRC), some students might mistakenly think it also handles reliability functions like acknowledgments, but those are transport layer functions.
✗SessionWrong answer — click to see why▾
Why this is wrong here
The session layer (Layer 5) manages sessions, including establishing, maintaining, and terminating connections between applications, but it does not handle segmentation, port numbers, or reliability functions like acknowledgments.
★ When this WOULD be the correct answer
If the question asked which OSI layer is responsible for managing sessions and maintaining communication between applications, then the correct answer would be the Session layer, as it focuses on the control and management of ongoing sessions.
Why candidates choose this
Because the session layer deals with managing communication sessions, some students might incorrectly associate it with reliability functions, but those are handled by the transport layer.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
Don't confuse the Transport Layer's end-to-end functions with the Network Layer's routing or the Data Link Layer's local communication roles.
Detailed technical explanation
How to think about this question
The OSI model is a conceptual framework used to understand network interactions in seven distinct layers. The transport layer, which is the fourth layer, is responsible for providing reliable data transfer services to the upper layers. It manages end-to-end communication by segmenting large data streams into smaller segments, assigning port numbers to identify sending and receiving applications, and ensuring data integrity through acknowledgments and retransmissions. Protocols like TCP and UDP operate at this layer, with TCP providing connection-oriented reliability and UDP offering connectionless communication. In Cisco networking and the CCNA context, understanding the transport layer's role is crucial for grasping how data flows between hosts. The transport layer uses port numbers to multiplex multiple applications over a single network connection, enabling services like HTTP, FTP, and SSH to coexist. Reliability functions such as acknowledgments, sequencing, and flow control are implemented by TCP to guarantee that data arrives intact and in order. This layer also handles error detection and recovery, which are essential for maintaining session integrity across complex routed networks. A common exam trap involves confusing the transport layer with other layers that handle addressing and data flow. For example, the network layer manages logical IP addressing and routing, while the data link layer deals with MAC addressing and framing on local networks. The session layer manages sessions but does not provide transport-level reliability or segmentation. Practically, in Cisco devices, transport layer functions are abstracted but critical for troubleshooting end-to-end connectivity and application performance, especially when analyzing TCP-based protocols or configuring ACLs that filter traffic by port numbers.
KKey Concepts to Remember
- The transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks.
- Port numbers at the transport layer identify specific applications or services on source and destination hosts.
- TCP at the transport layer provides reliability through acknowledgments, sequencing, and retransmission of lost segments.
- UDP offers connectionless transport services without reliability, used for applications requiring low latency.
- The network layer handles logical IP addressing and routing but does not manage port numbers or segmentation.
- The data link layer manages framing and MAC addressing for local network segments, not end-to-end communication.
- The session layer establishes, manages, and terminates sessions but does not provide transport-level reliability.
- Cisco devices use transport layer information to filter traffic with ACLs based on port numbers and protocols.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
The transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks.
Real-world example
How this comes up in practice
A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. The transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Review the transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Infrastructure and Connectivity — study guide chapter
Learn the concepts, then practise the questions
- →
Network Infrastructure and Connectivity practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
Network Infrastructure and Connectivity — This question tests Network Infrastructure and Connectivity — The transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks..
What is the correct answer to this question?
The correct answer is: Transport — The Transport layer (Layer 4) is responsible for end-to-end segmentation, port numbers for identifying applications, and reliability functions like acknowledgments and retransmission. The Network layer (Layer 3) handles logical addressing and routing between networks. The Data Link layer (Layer 2) manages local frame delivery and error detection. The Session layer (Layer 5) controls dialog management and synchronization, not segmentation or ports.
What should I do if I get this 200-301 question wrong?
Review the transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
The transport layer segments large data streams into smaller units for efficient end-to-end transmission across networks.
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 →
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
Last reviewed: May 17, 2026
This 200-301 practice question is part of Courseiva's free Cisco 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 200-301 exam.
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.
Sign in to join the discussion.