A network technician is organizing documentation for network protocol operations and device functions across the Open Systems Interconnection (OSI) reference model. Match each OSI model layer on the left with its corresponding function and data structure on the right.
- Layer 2 (Data Link Layer)PDU is a Frame; responsible for physical MAC addressing and node-to-node error detection using Frame Check Sequence.
- Layer 3 (Network Layer)PDU is a Packet; responsible for logical IP addressing, path determination, and inter-network routing.
- Layer 4 (Transport Layer)PDU is a Segment/Datagram; responsible for end-to-end service multiplexing using port numbers and flow control.
- Layer 6 (Presentation Layer)PDU is Data; responsible for data formatting, character encoding translation, compression, and encryption/decryption.
Cevap
Layer 2 matches with Frame PDU and MAC addressing; Layer 3 matches with Packet PDU and IP routing; Layer 4 matches with Segment PDU and port multiplexing; Layer 6 matches with Data formatting, syntax encoding, and encryption.
Each OSI layer serves a specific role: Layer 2 processes Frames using MAC addresses; Layer 3 routes Packets using IP addresses; Layer 4 multiplexes application streams into Segments using port numbers; Layer 6 formats, encodes, and encrypts payload Data.
Adım Adım Çözüm
Anahtar Kavram
OSI Model Layer Responsibilities and Protocol Data Units