What is the correct order of data decapsulation?
- data>segment>packet>frame>bit
- bit>frame>segment>packet>data
- bit>frame>packet>segment>data
- data>frame>packet>segment>bit
- bit>packet>frame>segment>data
Explanation: Decapsulation is the process used by the receiving device to remove control information and reassemble the bit stream into a data message. The bits arrive at the physical layer and are passed to the data link layer (PDU = frame), then the network layer (PDU = packet), then the transport layer (PDU = segment), and then up to the upper layer in the form of data.
Exam with this question: CCNA 1 ITNv6 Chapter 3: Check Your Understanding
Please login or Register to submit your answer