• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

The Tech Factors

All about your IT needs

  • Blog
  • About
  • Misc
  • Contact Us
You are here: Home / Cisco / The OSI Model: Open Systems Interconnection Model

The OSI Model: Open Systems Interconnection Model

March 7, 2016 by virdih

The OSI Model or Open Systems Interconnection Model is a logical model which tells us how the network systems are supposed to communicate with each other. It breaks down the different components of network communication into layers. The OSI Model allows various types of network hardware and software to communicate. The OSI model has seven layers: Physical, Data Link, Network, Transport, Session, Presentation and Application. These seven layers are divided into two groups. The bottom four layers tell how data is transmitted. The top three layers define how applications within the end stations communicate with each other and with users.

OSI MODEL 7 layersPHYSICAL LAYER (Layer 1): Physical Layer deals with bit-level transmission between various devices. This layer deals with physical connectivity of two different devices on a network.

DATA LINK LAYER (Layer 2) Data link layer is responsible for moving data between Physical links established in layer 1. Data link layer processing is faster than the network layer. Data transfers at frame level

Data link layer has 2 sublayers:

Logical Link Control (LLC)

Media Access Control (MAC)

LLC controls flow control, error checking and packet synchronization.

MAC controls how devices on the network achieve access to the data and obtain permission to transmit it.

NETWORK LAYER (Layer 3): This layer provides routing or paths for the network communication. Data at this level is transferred in the form of packets in an ordered format. It provides local addressing.

TRANSPORT LAYER (Layer 4): This layer is responsible for end to end connections and can establish logical connections between the sending host and destination host. It ensures that the messages are delivered in sequence, error-free and with no loss. It performs error correction before retransmission.

SESSION LAYER (Layer 5): The session layer manages setting up, managing and then breaking down the sessions between presentation layer entities. It deals with the dialog control. It contains 3 different modes: simplex, half duplex and full duplex. It keeps different applications data separate from other application data.

PRESENTATION LAYER (Layer 6): It deals with Data encryption, compression and transmission services. It presents data to the application layer.

APPLICATION LAYER (Layer 7): Application layer is a level where users actually communicate to the computer. Everything is application specific at this point. It supports for services such as emails, remote file access and transfer, database, mail services, remote printer access, director services, network management etc.

Filed Under: Cisco, Networking Tagged With: thetechfactors

Primary Sidebar

Calendar

July 2025
S M T W T F S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Jan    

Archives

Featured Post

Adding a host to vCenter Server fails

January 9, 2021 By virdih

In case you find some issues while adding a VMWARE ESXi host to vCenter Server and you get an error message “A General System error Occurred” or “vim.fault.NoPermission”. This issue occurs by inconsistent authorization setup on the ESXi Host. The name of this authorization file is “authorization.xml” and located at /etc/vmware/hostd You can follow the […]

© 2016 | The Tech Factors
Sitemap