Beginner’s Guide: OSI Model

hackerlaptop151520564

The OSI model has been the de facto reference model for networking protocols since the mid-1990s. The OSI model is formally known as Open Systems Interconnection (OSI) model ISO/IEC 7498–1. International Organization for Standardization (ISO) is a global standards-settings group comprised of members from various national standards groups. International Electrotechnical Commission (IEC) is another global standards-settings group that focuses on electrical, electronic, and related technologies. The IEC works closely with ISO and other groups to establish standards for computers, networking, and communications. The OSI model is a conceptual model rather than a technical specification. This means it is used to discuss, describe, compare, and contrast actual technologies rather than directly mandating elements of technology.

The OSI model is comprised of seven layers, with layer one positioned at the bottom of the layer stack and layer seven at the top. The layers have assigned names and number references.

The OSI model is used to describe the function and purpose of the various elements in network communications. In theory, data is received by the protocol stack into layer 7, the application layer, and from software. The received data is labeled as a service data unit (SDU). Each layer adds its own layer-specific header to the SDU, thus creating a payload data unit (PDU). The PDU is then passed down to the next layer below, where it becomes the SDU of that layer. This process of traversing down the layer stack is known as encapsulation. Once layer 1, the physical layer, receives the PDU from layer 2 (the data link layer) the data is transmitted over the network medium (i.e., twisted pair cable, fiber optic cable, or wireless).

When a network interface receives a signal of data from the network medium, it processes the PDU in reverse. This reverse unpacking process is known as de-encapsulation. Each layer reads its corresponding header of the PDU, processes and removes the header from the PDU, creating an SDU, then passes the SDU to the layer above. This is repeated until layer 7 (the application layer) receives its PDU and passes the actual data to software.

While the generic term for a header and payload data for a given layer is known as a PDU, some layers and/or protocols have unique names for this structure. These include:

  • 4 — Transport — TCP — segment
  • 4 — Transport — UDP — datagram
  • 3 — Network — packet or datagram
  • 2 — Data link — Frame

There are two additional oddities to the process of encapsulation. The first is that the data link layer often adds a header and footer to the SDU to create its PDU. For example, the most common data link layer technology is Ethernet. Ethernet adds a header containing the destination MAC address, source MAC address, and EtherType designation (i.e., identification of the type of payload), while the footer includes a checksum value to perform integrity checks. The second is that most layer 1 physical layer technologies do not add any headers (or footers) to the PDU from layer 2. Instead, start and stop delimiter bits might be used on asynchronous communication (i.e., not time-synched), but these are not considered to be part of the PDU, just part of the transmission technology.

The header added by a layer is configured to include information relevant to the same layer on the receiving system. This layer-to-layer communication via header (and footer) is known as peer layer communications. It is essential that headers (and payload) arrive uncorrupted and are unpacked (i.e., de-encapsulated) in the correct order. Fortunately, communication errors are rare, intentional corruption is detectable, and most systems use standardized protocol stacks, such as TCP/IP, thus peer-layer communication is generally flawless.

Reproduced from Global Knowledge White Paper: Foundational Focus: OSI Model — Breaking Down the Seven Layers

Related Courses
Introduction to Information Technology (CompTIA Strata IT Fundamentals)
Network+ Prep Course
Understanding Networking Fundamentals

Foundational Focus Series

  • Beginner’s Guide: OSI Model
Please support our Sponsors here :