Skip to main content

Layers of ISO Model

Layers of ISO Model

OSI layers it is a layered architecture, which defined the network standard given by the ISO and therefore OSI layers has standardized level of service & type of interaction for computer exchanging information through a communication network.

ISO: International Standard Organisation

IOS : International Organisation for Standardization

OSI: Open System Interconnects

However, the OSI models separates computer to computer communication into several protocol layer ‘s and the highest one is application layer & the lowest is Physical layer.

Advantages

  1. It divides the N/W communication process into smaller and simpler components, thus easy to design, develop & trouble shoot.
  2. It allows multiple vendors development through standards and therefore it allows different manufactures hardware & N/W components to communicate.
  3. Therefore it prevents changes in one layer, affecting the other layer.

ISO Layers

  1. APPLICATION         LAYER
  2. PRESENTATION     LAYER
  3. SESSION                  LAYER
  4. TRANSPORT            LAYER
  5. NETWORK              LAYER
  6. DATA LINK            LAYER
  7. PHYSICAL              LAYER

NOTE: Different Protocol used in all layers

1) Application Layer

The application layer is the 7th layer and it serves as an abstraction layer that specifies the shared communications protocols and interface methods used by hosts in a communications network and the application layer abstraction is used in both of the standard models of computer networking and the OSI model and this layer is responsible for file, folder, printing ,messaging data and other application services.

2) Presentation Layer

The presentation layer is the 6th layer and serves as the data translator for the network and It is also called the syntax layer and this layer is responsible for data translating and code formatting and therefore it provides coding & conversion function and the tasks like data compression, decompression , encryption , decryption , or associated with this layer and the code conversion are EBCDIC (EXTENDED BINARY CODE DECIMAL INTENDED CODE) and ASCII (AMERICAN STANDARD CODE FOR INFORMATION INTERCHANGE).

3) Session Layer

The Session Layer is the 5th layer and it provides the mechanism for opening, closing and managing a session between end-user application processes and this layer is responsible for setting up (or) start , managing & terminating the session therefore it co-ordinate communication between system and server to organize their communication.

4) Transport layer

The Transport layer is 4th layer and this layer is responsible for segmenting and unites them on to the data stream and therefore it provide end to end data services and can establish logical connection between the sending host & destination host and they provide reliable or unreliable delivery performs error correction before transmitting (It divides the segment).

5) Network Layer

The Network Layer is a 3rd layer and this layer is responsible for managing N/W devices (Router) and therefore it tracks the location of devices and determines the best path to develop the routing information table and the two types of packets are used they are Data and Root Update.

6) Data Link Layer

The Data Link Layer is the 2nd layer and this layer is the protocol layer that transfers data between nodes on a network segment across the physical layer and this layer is responsible for coding, addressing, transmitting information and framing and therefore it formats the massage into pieces called as a data frames and such as Switches & Bridges work in this layer.

7) Physical Layer

The Physical Layer is the 1st layer and this layer is responsible for sending & receiving the bits (0,1) and therefore it specifies electrical mechanical & functional requirements for activating maintaining physical links between systems and it interfaces DTE & DCE for communication and such as Modem, Hub, Repeater works in this layer.

Also Learn About OSI Layers Protocols

 

Comments

Popular posts from this blog

Virtual Private Network (VPN)

  What is Virtual Private Network (VPN)? A virtual private network (VPN) is a secure connection between two private networks over a public network (in other words, over the Internet). All the data that flows over the VPN is encrypted. So anyone who steals packets from the VPN will find them unintelligible; only the parties on either end of the VPN are able to decrypt the packets. VPN connections are often called tunnels. Because they provide an isolated pathway from one point to another through the Internet. The only way to gain meaningful access to a VPN tunnel is at either end. Example for VPN Connections VPNs are used for There are two common uses for VPNs: To provide remote workers with secure access to your company network: To do that, you set up a VPN on the router, and then provide your remote workers with the credentials necessary to access the VPN. The remote workers can run a software VPN client on their home computers or laptops to connec...

Interconnecting Devices

Interconnecting Devices An Interconnecting devices is a network device. It used to transfer data from one computer to other computer with the help of network devices. There are five categories of interconnecting devices are such as. Router  Hubs  Switches/Bridge  Repeater  BRouter Repeater: Now I am going to tell you the repeater is an electronic device that used to receive and send a signal. It amplifies the signal and noise. It provides transmission of the signal.  HUB (Hyper User Bus):  In this, it used to link several computers in the same network. It based on broadcasting, and it sends the data to all computers and repeats the signal which receives a signal from one port and copies to other port and traffic are high. Bridge / Switch:  In this, we can see the interconnecting devices which can divide a single network into two or more segment are called Bridge / Switch.  It has multiple ports like 2, 4, 16, and 32. The Switch main...

VERSION CONTROL TOOL (SVN)

VERSION CONTROL TOOL In Project development several team members will be available Each developers will be developing some components in project All the developers may not be available in same office/location Q-1) How to integrate all the developers code ? Q-2) How to track changes happening to source code ? For the above two problems, Version Control Tool is the solution Version Control Tool provides Storage Capacity to store our project source code Version Control Tool provides Monitored Access (Who/When/Why/What) There are several version control tools are available in the market ·         SVN (Subversion) ·         GIT HUB ·         Bit Bucket etc…   SVN SVN stands for Subversion SVN is an Opensource software SVN is a version control software SVN follows Centralized Architecture SVN Architecture ·       ...