Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

The OSI Model and the TCP/IP Protocol Suite

Protocol Layers
Hierarchy
Tasks must be done in the order given in the Hierarchy

Services Each layer uses the services of the layer immediately below it OR Each layer provides services to the layer above it. The lower layer uses the services of the carrier.

The OSI Layer


(ISO 1947-international standards-3/4th countries in world)

Open System Interconnection (Late 1970s) An open system is a set of protocols that allows any two different systems to communicate regardless of their underlying architecture. It is a model for understanding and designing a network architecture which is flexible, robust and interoperable. It was intended to be the basis for the creation of the protocols in the OSI stack. It consists of seven separate but related layers each of which defines a part of the process of moving information across a network.

Layered Architecture
Each layer defines a family of functions distinct from those of the other layers. The OSI model allows complete interoperability between otherwise incompatible systems. Between machines, layer x on one machine logically communicates with layer x on another machine. This communication is governed by an agreed-upon series of rules and conventions called protocols.

Layer-to-Layer Communication
Interfaces between layers
Each interface defines what information and services a layer must provide for the layer above it.

Organizations of the layers Network Support Layers (1,2&3)


Deal with the physical aspects of moving data from one device to another Combination of hardware and software, except for the physical layer.

User Support Layers (5,6&7)

Allow interoperability among unrelated software systems.

Implemented in software Intermediate Layer (4)

Links the two subgroups and ensures that what the lower layers have transmitted is in a form that the upper layers can use.

Encapsulation

A packet at level 7 is encapsulated in the packet at level 6. The whole packet at level 6 is encapsulated in a packet at level 5, and so on.

Layers in the OSI Model

TCP/IP Protocol Suite

You might also like