Multiple choice technology architecture

What is exchanged between layers in peer-to-peer communication ?

  1. Segments

  2. Logical addresses

  3. Frames

  4. Protocol data units

  5. Data

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In layered architecture, each layer communicates with its peer layer on another device. The data unit exchanged between peer layers is called a Protocol Data Unit (PDU). Different layers have different PDU names - segments at transport layer, packets at network layer, frames at data link layer - but collectively they're all PDUs.