The Study of Osi Model
The Study of Osi Model
COMPUTER NETWORK )
Project:
THE STUDY OF OSI MODEL
Group no: 29
This white paper will provide you with an understanding of each of the seven
layers, including their functions and their relationships to each other. This will
provide you with an overview of the network process, which can then act as a
framework for understanding the details of computer networking.
Since the discussion of networking often includes talk of "extra layers", this
paper will address these unofficial layers as well.
Finally, this paper will draw comparisons between the theoretical OSI model
and the functional TCP/IP model. Although TCP/IP has been used for network
communications before the adoption of the OSI model, it supports the same
functions and features in a differently layered arrangement.
Define: OSI
The OSI (Open Systems Interconnection) model is a conceptual framework that
standardizes the functions of a telecommunication or computing system into
seven abstraction layers. These layers include the physical, data link, network,
transport, session, presentation, and application layers, each responsible for
specific tasks in communication and data exchange between systems.
Physical Layer
Data Link Layer
Network Layer
Transport Layer
Session Layer
Presentation Layer
Application Layer
Layer 1: The Physical Layer
The physical layer defines the electrical, mechanical, procedural, and functional specifications for
activating, maintaining, and deactivating the physical link between end systems. Such
characteristics as voltage levels, timing of voltage changes, physical data rates, maximum
transmission distances, physical connectors, and other, similar, attributes are defined by physical
layer specifications. If you want to remember Layer 1 in as few words as possible, think of signals
and media.
1. Framing-
Divides the stream of bits into manageable data units called frames.
2. Physical addressing-
Adds a header to the frame to define the sender and/or receiver of the frame.
3. Flow control-
5. Access control-
Determine which device has control over the link at any given time.
7. Frame sequencing:
8. Frame acknowledgment:
The network layer is a complex layer that provides connectivity and path
selection between two host systems that may be located on
geographically separated networks. If you want to remember Layer 3 in as
few words as possible, think of path selection, routing, and addressing.
1. Logical addressing
2. Routing
3. Congestion control
4. Accounting and billing
5. Address transformation
6. Source host to destination host error free delivery of packet
Fig3: The Network
Layer
Layer 4: Transport layer
The transport layer segments data from the sending host's
system and reassembles the 6 data into a data stream on the
receiving host's system. 5 Layer 4 is the boundary between
media-layer protocols and host-layer protocols. Layer 4 also
deals 3 with Flow Control (Windowing), and Reliability 2 of
Communication.
1. Dialog control
2. Synchronization, session and sub session
3. Session closure
Fig 5: Session Layer
Layer 6: Presentation
Layer
The presentation layer ensures that the information that
the application layer of one system sends out is readable
by the application layer of another system. If necessary,
the presentation layer translates between multiple data
formats by using a common format. If you want to think of
Layer 6 in as few words as possible, think of a common
data format.
The application layer is the OSI layer that is closest to the user;
it provides network services to the user's applications. It differs
from the other layers in that it does not provide services to any
other OSI layer, but rather, only to applications outside the OSI
model. Examples of such applications are spreadsheet programs,
word processing programs, and bank terminal programs. If you
want to remember Layer 7 in as few words as possible, think of
browsers.