- A
Connection establishment before data transfer
TCP uses a session setup process before exchanging application data.
- B
Best-effort delivery with no acknowledgments
Why wrong: That aligns more closely with UDP behavior.
- C
Sequencing and retransmission support
TCP provides reliability mechanisms such as sequence numbers and retransmissions.
- D
Lower overhead because no session state is tracked
Why wrong: That is more typical of UDP.
Quick Answer
The answer is sequencing and retransmission support. These two characteristics are associated with TCP rather than UDP because TCP is a connection-oriented protocol that guarantees reliable data delivery through sequence numbers, which reorder out-of-order segments, and retransmissions, which resend lost packets after acknowledgments time out. In contrast, UDP is connectionless and provides no such reliability mechanisms, making it faster but prone to data loss. On the CCNA 200-301 v2 exam, this distinction tests your understanding of transport layer responsibilities, often appearing in questions that ask you to match protocol features or choose the right protocol for an application like VoIP versus file transfer. A common trap is confusing flow control or windowing with sequencing—remember that sequencing is specifically about ordering, not pacing. For a quick memory tip, think of TCP as a meticulous librarian who numbers and rechecks every book, while UDP is a fast courier who tosses packages and hopes they arrive.
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: tCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices.. 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.
An engineer is reviewing transport protocols for a new application. Which two characteristics are associated with TCP rather than UDP?
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
Connection establishment before data transfer
TCP is connection-oriented and provides reliability with sequence numbers, acknowledgments, and retransmissions. UDP is lighter but does not guarantee delivery.
Key principle: TCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Don't confuse reliability with speed; TCP's reliability features add overhead, making it slower than UDP.
Detailed technical explanation
How to think about this question
Transmission Control Protocol (TCP) is a connection-oriented transport layer protocol that ensures reliable data delivery between devices. It achieves this by establishing a session through a three-way handshake before any data is sent. TCP assigns sequence numbers to each byte of data and requires acknowledgments from the receiver, enabling ordered delivery and detection of lost or corrupted segments. This mechanism is fundamental in Cisco networking environments where reliable communication is critical for protocols like HTTP, FTP, and SSH. The decision process for using TCP over UDP involves evaluating the need for reliability versus speed and overhead. TCP’s connection establishment and retransmission features guarantee data integrity but introduce latency and resource consumption. UDP, by contrast, is connectionless and does not track session state, making it suitable for applications like DNS or streaming where speed is prioritized over reliability. Cisco network engineers must understand these trade-offs to optimize network performance and application behavior. A common exam trap is confusing UDP’s best-effort delivery with TCP’s reliable transmission. Candidates may incorrectly associate features like sequencing or connection establishment with UDP, which lacks these capabilities. In practical Cisco networks, TCP’s overhead is justified for critical data exchanges, while UDP’s minimal overhead benefits real-time or multicast traffic. Recognizing these distinctions helps avoid misconfigurations and supports effective protocol selection during the CCNA exam and real-world deployments.
KKey Concepts to Remember
- TCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices.
- TCP uses sequence numbers and acknowledgments to provide reliable, ordered delivery of data segments across a network.
- UDP operates without connection establishment, providing best-effort delivery without guarantees of packet order or retransmission.
- TCP retransmits lost or corrupted segments based on acknowledgments and timeout mechanisms to ensure data integrity.
- UDP has lower overhead than TCP because it does not maintain session state or perform error recovery.
- In Cisco networking, TCP is preferred for applications requiring reliability, such as HTTP, FTP, and SSH, due to its connection-oriented nature.
- Understanding the differences between TCP and UDP is critical for selecting appropriate transport protocols in network design and troubleshooting.
- TCP’s connection-oriented features increase overhead but provide flow control and congestion management, which UDP lacks.
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
TCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices.
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. TCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices. 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 tCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices., 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 — TCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices..
What is the correct answer to this question?
The correct answer is: Connection establishment before data transfer — TCP is connection-oriented and provides reliability with sequence numbers, acknowledgments, and retransmissions. UDP is lighter but does not guarantee delivery.
What should I do if I get this 200-301 question wrong?
Review tCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
TCP establishes a connection before data transfer by using a three-way handshake to ensure reliable communication between devices.
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.