14.2 REFERENCE MODELS
Communication between digital systems requires that each device follow a clearly defined set of rules—called protocols—governing how information is formatted, transmitted, and interpreted. Because modern networks perform many distinct functions—from physical bit transmission to end-user applications—these protocols are organized into layered reference models.
A reference model divides the communication process into logical layers, each with defined responsibilities and well-specified interfaces to adjacent layers. This structured approach simplifies system design, promotes interoperability between equipment from different vendors, and allows technologies to evolve independently at each level.
Over time, several major reference models have been developed:
- The ISO Open Systems Interconnection (OSI) Reference Model, a seven-layer conceptual framework widely used for teaching and system design.
- The IEEE 802 family of standards, which define practical mechanisms for data transmission and medium access in local and metropolitan networks.
- The TCP/IP Reference Model (Internet Protocol Suite), which underpins the modern Internet and merges certain OSI layers into a four-layer operational architecture.
- Other domain-specific models—such as those defined by ITU-T, 3GPP, and IEC/ISA—which apply similar layering principles to carrier, mobile, and industrial systems.
Before examining these models individually, it is useful to consider the engineering rationale that motivates layered architectures.
Back to reading