Skip to main content

7 Layers of OSI Model

If network communications need to happen with out any trouble, many problems must be solved. Coordinating all these problems are so complex and not easy to manage. To make these tasks smooth, in 1977 the International Standards Organization (ISO) proposed the Open Systems Interconnection (OSI) network model. The Open Systems Interconnection (OSI) model breaks down the problems involved in moving data from one computer to another computer. Open Systems Interconnection (OSI) model categorizes these hundreds of problems to Seven Layers. A layer in Open Systems Interconnection (OSI) model is a portion that is used to categorize specific problems.


Open Systems Interconnection (OSI) Seven Layered reference model is only just a reference model. All the problems which are related to the communications are answered by specific protocols operating at different layers. The following image shows the seven layers described in Open Systems Interconnection (OSI) model.

7
Application
Consists of standard communication services and applications that everyone can use.
6
Presentation
Ensures that information is delivered to the receiving system in a form that the system can understand.
5
Session
Manages the connections and terminations between cooperating systems.
4
Transport
Manages the transfer of data. Also assures that the received data are identical to the transmitted data.
3
Network
Manages data addressing and delivery between networks.
2
Data link
Handles the transfer of data across the network media.
1
Physical
Defines the characteristics of the network hardware.

Layer 1. Physical Layer
Layer 2. Datalink Layer
Layer 3. Network Layer
Layer 4. Transport Layer
Layer 5. Session Layer
Layer 6. Presentation Layer
Layer 7. Application Layer

TPC/IP Model Layer

source

Popular posts from this blog

USB PowerShare Technology

USB Universal Serial Bus (USB) is a standard to establish communication between a computer and different devices. USB allows high speed connection of peripherals to a computer. Using USB, you can connect devices like mice, keyboards, printers, external drives, digital cameras, mobile phones, and so on. USB also supports Plug-and-Play installation and hot swapping.

Keyboard shortcuts to memorize and use

Below are some Keyboard shortcuts we recommend everyone memorize and use. Ctrl + C or Ctrl + Insert and Ctrl + X Both Ctrl + C and Ctrl + Insert will copy the highlighted text or selected item. If you want to cut instead of copy press Ctrl + X  

TCP/IP Model Layers

The TCP/IP model uses four layers that logically span the equivalent of the top six layers of the OSI reference model; this is shown in Figure. (The physical layer is not covered by the TCP/IP model because the data link layer is considered the point at which the interface occurs between the TCP/IP stack and the underlying networking hardware.) The following are the TCP/IP model layers, starting from the bottom. Network Interface Layer As its name suggests, this layer represents the place where the actual TCP/IP protocols running at higher layers interface to the local network. This layer is somewhat “controversial” in that some people don't even consider it a “legitimate” part of TCP/IP. This is usually because none of the core IP protocols run at this layer. Despite this, the network interface layer is part of the architecture. It is equivalent to the data link layer (layer two) in the OSI Reference Model and is also sometimes called the link layer. You may also ...