Course Content
Address Resolution
Explain how ARP and ND enable communication on a network
0/3
CCNA: Switching, Routing, and Wireless Essentials
The second course in the CCNA curriculum focuses on switching technologies and router operations that support small-to-medium business networks and includes wireless local area networks (WLAN) and security concepts.
0/15
CCNA: Enterprise Networking, Security, and Automation
The third CCNA course describes the architectures and considerations related to designing, securing, operating, and troubleshooting enterprise networks – including wide area network (WAN) technologies & quality of service (QoS) mechanisms for secure remote access, along with software-defined networking, virtualization, & automation concepts supporting network digitization.
0/14
CCNA Course
About Lesson

Data Encapsulation

Explain how data encapsulation allows data to be transported across the network.

Segmenting Messages

Segmenting is the process of breaking up messages into smaller units. Multiplexing is the processes of taking multiple streams of segmented data and interleaving them together. Segmenting messages has two primary benefits:

  • Increases speed – Large amounts of data can be sent over the network without tying up a communications link.
  • Increases efficiency – Only segments which fail to reach the destination need to be retransmitted, not the entire data stream.

Sequencing

Sequencing messages is the process of numbering the segments so that the message may be reassembled at the destination. TCP is responsible for sequencing the individual segments.

Protocol Data Units

Encapsulation is the process where protocols add their information to the data. At each stage of the process, a PDU has a different name to reflect its new functions. There is no universal naming convention for PDUs, in this course, the PDUs are named according to the protocols of the TCP/IP suite. PDUs passing down the stack are as follows:

  1. Data (Data Stream)
  2. Segment
  3. Packet
  4. Frame
  5. Bits (Bit Stream)

Encapsulation Example

Encapsulation is a top down process. The level above does its process and then passes it down to the next level of the model. This process is repeated by each layer until it is sent out as a bit stream.

De-encapsulation Example

Data is de-encapsulated as it moves up the stack. When a layer completes its process, that layer strips off its header and passes it up to the next level to be processed. This is repeated at each layer until it is a data stream that the application can process.

  • Received as Bits (Bit Stream)
  • Frame
  • Packet
  • Segment
  • Data (Data Stream)

Other related topics

 

Topic Title Topic Objective
The Rules in Network Communications Describe the types of rules that are necessary to successfully communicate.
Protocols Explain why protocols are necessary in network communication.
Protocol Suites Explain the purpose of adhering to a protocol suite.
Standards Organizations Explain the role of standards organizations in establishing protocols for network interoperability.
Reference Models Explain how the TCP/IP model and the OSI model are used to facilitate standardization in the communication process.
Data Encapsulation Explain how data encapsulation allows data to be transported across the network.
Data Access Explain how local hosts access local resources on a network.

 

 Other useful information

 

Join the conversation