background image
The OSI, TCP/IP, and NetWare Protocol Architectures 85
Step 3
Add the destination network layer address to the data--The
network layer creates the network header, which includes the
network layer address, and places the data (L4PDU) behind it. In
other words, the L3PDU is created here.
Step 4
Add the destination data link address to the data--The data
link layer creates the data link header, places the data (L3PDU)
behind it, and places the data link trailer at the end. In other words,
the L2PDU is created here.
Step 5
Transmit the bits--The physical layer encodes a signal onto the
medium to transmit the frame.
This five-step process happens to match the TCP/IP network model very well. Figure 3-4
depicts the concept; the numbers shown represent each of the five steps.
Figure 3-4
Five Steps of Data Encapsulation
Sifting through terminology is a frequent task for CCNAs. Some common terminology is
needed to discuss the data that a particular layer is processing. Layer N PDU (protocol data
unit) is a term used to describe a set of bytes that includes the Layer N header and trailer, all
headers encapsulated, and the user data. From Layer N's perspective, the higher-layer headers
and the user data form one large data or information field. A few other terms also describe some
of these PDUs. The Layer 2 PDU (including the data link header and trailer) is called a frame.
Similarly, the Layer 3 PDU is called a packet, or sometimes a datagram. Finally, the Layer 4
PDU is called a segment. Figure 3-5 illustrates the construction of frames, packets, and
segments and the different layers' perspectives on what is considered to be data.
LH
IP
TCP Data
LT
IP
TCP Data
TCP Data
Data
Application
Transport
Internet
Network
Interface
1.
2.
3.
4.
5.
ch03.fm Page 85 Monday, March 20, 2000 4:58 PM