100% found this document useful (1 vote)
14 views4 pages

Understanding the OSI Model Layers

The document introduces the ISO/OSI model, which defines how different computer networks can interconnect through a standardized framework consisting of seven layers. Each layer, from the Physical layer to the Application layer, serves distinct functions while being independent yet interdependent on the layers above and below. The OSI model is essential for managing complex data communications and ensuring compatibility across various systems.

Uploaded by

dwint
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
14 views4 pages

Understanding the OSI Model Layers

The document introduces the ISO/OSI model, which defines how different computer networks can interconnect through a standardized framework consisting of seven layers. Each layer, from the Physical layer to the Application layer, serves distinct functions while being independent yet interdependent on the layers above and below. The OSI model is essential for managing complex data communications and ensuring compatibility across various systems.

Uploaded by

dwint
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Wolmer’s High School for Girls

CAPE Computer Science Unit 2

Upper 6th Teacher: Mrs. McCallum-Rodney

THE OSI MODEL

This section serves as an introduction to the International Standards Organization/Open System


Interconnection (ISO/OSI) model. It is used to define the ways in which different computer
networks may be connected to each other. Without standards such as this, it would be
impossible to work towards the idea of a global communications network.

The ISO OSI model forms the basis of all the interconnections for most of the modern packet
switching networks. These special network protocols are needed to make sure that the
enormously complex data communications between different systems are manageable.

Trying to form a standard for the interconnection of different communication systems is no easy
task. The model therefore simplifies things to some extent by breaking down this huge task into
seven different sub-tasks. Each sub-task goes progressively from the most fundamental aspects
such where the wires are to be connected (called the physical layer) right up to the application
layer which gives high-level support for applications making use of the network.

The OSI model defines a networking framework for implementing protocols according to seven
layers. Each layer is functionally independent of the others, but provides services to the layer
above it and receives services from the layer below it. The seven OSI layers are explained in
more detail below.

1|P a ge
APPLICATION
This is the highest level of the OSI Model and defines the interface through which the users’
applications (or programs) gain access to the communications services.

The Application layer is the layer at which applications access network services. This layer
represents the services that directly support applications such as software for file transfers,
database access, email, and network games.

PRESENTATION
This layer deals with how the information to be represented is presented. It will provide the
appropriate transfer to the agreed ‘transfer syntax’, that is, the syntax that all the
communications systems will understand no matter who manufactured them.

The Presentation layer translates data from the Application layer into a network format (and
vice-versa). This layer also manages security issues by providing services such as data
encryption and compression.

2|P a ge
SESSION
The Session layer allows applications on different computers to establish, use, and end a
session/connection. This layer establishes dialog control between the two computers in a session,
regulating which side transmits, and when and how long it transmits.

This layer undertakes the management of communications sessions between two different
systems. It deals with things such as synchronization and requesting permission to send the dta,
etc.

TRANSPORT
This layer matches the Network layer to the Session Layer. It will provide functions such as
trying to work out the cheapest route, determine the optimum size of each unit to be sent,
and also provides some extra error recovery.

The Transport layer handles error recognition and recovery. It also repackages long messages
when necessary into small packets for transmission and at the receiving end, rebuilds packets
into the original message. The receiving Transport layer also sends receipt acknowledgments.

NETWORK
This is the layer that gives the system the ability to be linked to other types of network so that a
much larger more comprehensive network can be made up. We are now dealing with
communications across networks by routing, switching and other methods of connection.

The Network layer addresses messages and translates logical addresses and names into physical
addresses. It also determines the route from the source to the destination computer and manages
traffic problems (flow control), such as switching, routing, and controlling the congestion of data
packets.

DATA LINK
This layer provides for transfer of data between two devices that are connected together, perhaps
on the same LAN. It allows data to be transferred in such a way that it’s possible to detect any
error in the transmission, and also provides synchronization.

The Data Link layer packages raw bits from the Physical layer into frames (logical, structures
packets for data). This layer is responsible for transferring frames from one computer to another,
without errors. After sending a frame, it waits for an acknowledgment from the receiving
computer.

3|P a ge
PHYSICAL
This is the specification of the electronic and mechanical connections, ie the nuts and bolts of
which wires go, where and what types of electrical signals will be used.

It is therefore the physical environment for the physical systems that carry the stream of data
between different points on the network. This layer provides the interface between the data and
the actual hardware connection (such as plug and sockets)

The Physical layer transmits bits from one computer to another and regulates the transmission of
a stream of bits over a physical medium. This layer defines how the cable is attached to the
network adapter and what transmission technique is used to send data over the cable.

4|P a ge

Common questions

Powered by AI

The Network layer supports communication across networks by enabling routing and switching. It translates logical addresses into physical addresses, determines the best path from source to destination, and handles traffic issues including congestion control. The Network layer ensures connectivity across diverse network configurations, thereby building a much larger network from interconnected segments .

The Transport layer in the OSI Model provides functions that match the Network layer to the Session layer. It determines the optimal size of data packets for transmission and ensures error recognition and recovery. This layer also repackages long messages into smaller packets and, upon receipt, rebuilds them into the original message. Additionally, it manages receipt acknowledgments to confirm successful data transfer .

The Session layer manages the establishment, maintenance, and termination of sessions between applications on different computers. It provides dialog control by regulating which system may transmit and the duration of transmission. This layer manages issues such as synchronization and permission requesting to send data, thus maintaining a structured communication session .

The Data Link layer ensures data integrity by packaging raw data from the Physical layer into frames, which are structured packets for data transfer. It detects transmission errors, provides synchronization, and ensures that frames are sent and received correctly. This layer waits for acknowledgments from the receiving device, ensuring data is delivered without errors between connected devices .

The OSI Model is divided into seven layers to simplify the complex task of network communication by breaking it down into manageable tasks. Each layer performs a specific function independently but works in conjunction with others, providing services to the layer above and receiving services from the layer below. This structuring facilitates standardized communication protocols, thereby enabling interoperability among different network systems and ensuring efficient management of data flow across the network .

The Presentation layer of the OSI Model translates data for the Application layer into a network format and vice-versa. It achieves data interpretation by managing syntax translation to ensure all communication systems can understand the data, regardless of the manufacturer. This layer also handles data encryption and compression to enhance security .

The Network layer employs routing and switching to manage traffic congestion effectively. It translates addresses, determines optimal routing paths, and manages flow control. By handling data packet congestion and implementing efficient data distribution strategies, the Network layer ensures a steady and reliable flow of information across interconnected networks, reducing traffic bottlenecks .

The Application layer is the interface where user applications connect to network services. It supports functions such as file transfers, database access, email, and network games, providing direct interaction with network services for various software applications. This layer enables applications to use network resources and services efficiently .

The Physical layer is distinct because it involves the actual hardware components like cables and connectors, and it specifies the electrical and mechanical connections for data transmission. Unlike other layers that deal with data and protocol management, the Physical layer focuses on transmitting the raw bit stream over a physical medium and defines how devices are physically connected to the network .

The OSI Model contributes to global communications by standardizing network protocols across different systems, facilitating interoperability between diverse communication devices. It breaks down complex network interactions into seven independent layers, allowing for standardized and compatible connections globally. This standardization supports the development of widespread communications networks, enabling efficient and managed data exchange across international boundaries .

You might also like