🎴 Flashcard Mode

Enterprise and Technical Architecture

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Protocol data units
💡 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.

Change Mode