Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CCNA Network Infrastructure and Connectivity Practice Question
Drag and drop the following steps into the correct order to describe the encapsulation of data as it passes down the TCP/IP stack for transmission.
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
Application data is generated by the user application.
The encapsulation process starts with the application layer generating data. The transport layer packages data into segments (TCP) or datagrams (UDP). The network layer adds an IP header, creating a packet. The data link layer adds a frame header and trailer (frame). Finally, the physical layer converts the frame into bits for transmission.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Application data is generated by the user application.
Why this is correct
This statement is correct and describes the starting point of the encapsulation process. The user application, such as a browser or email client, generates the original payload—for example, HTTP request text or SMTP message content—which exists as an application-layer PDU called "data." At this stage no transport, network, or data-link header has been added, so this raw information must come first before any lower-layer encapsulation can occur.
- ✓
The transport layer encapsulates the data into a segment by adding a TCP or UDP header.
Why this is correct
This statement is correct: the transport layer takes the application data and adds a TCP or UDP header, creating a segment (or UDP datagram). The header carries essential end-to-end information such as source and destination port numbers, and for TCP it also adds sequence numbers, acknowledgments, and checksums for reliable delivery. Without this layer, the receiving host could not demultiplex the data to the correct application.
- ✓
The network layer encapsulates the segment into a packet by adding an IP header.
Why this is correct
This statement is correct: the network layer encapsulates the segment by prepending an IP header that contains logical source and destination IP addresses, a TTL field, and a protocol identifier indicating whether the payload is TCP or UDP. The resulting PDU is called a packet (or IP datagram). This IP header enables routers to make forwarding decisions and deliver the packet across multiple layer-3 networks.
- ✓
The data link layer encapsulates the packet into a frame by adding a frame header and trailer.
Why this is correct
This statement is correct: the data link layer wraps the packet in a frame by adding an L2 header—such as Ethernet's source and destination MAC addresses and type field—and a trailer, typically a Frame Check Sequence (FCS) used for error detection. This frame format allows the packet to travel over a specific physical link, and the trailer enables receiving interfaces to detect corrupted transmissions.
- ✓
The physical layer converts the frame into bits and transmits them over the medium.
Why this is correct
This statement is correct and represents the final outbound encapsulation step: the physical layer encodes each bit of the frame using electrical, optical, or radio signaling and transmits those bits over the medium. It does not add headers or trailers; it simply converts the complete frame into a bit stream on the physical wire, fiber, or wireless channel. This is where the frame leaves the sending device and enters the network.
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
DNS Resolution Process
Key term
TCP
TCP (Transmission Control Protocol) is a core internet protocol that ensures data is sent reliably and in order between devices over a network.
Key term
Frame
A frame is a unit of data at the Data Link layer of networking, containing header, payload, and trailer information for local network delivery.
About these practice questions
Courseiva writes every 200-301 question from scratch — 1,389 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.