OSI Reference Model
OSI Reference Model
There are
n
numbers of users who use computer network and are located over the world. So to
ensure, national and worldwide data communication, systems must be developed
which are compatible to communicate with each other.
ISO has developed this.
ISO stands for International organization of Standardization. This is
called a model for Open System Interconnection (OSI) and is commonly
known as OSI model.
The ISO-OSI model is a seven layer architecture.
It defines seven layers or levels in a complete communication system.
Feature of OSI Model :
- Big picture of communication
over network is understandable through this OSI model.
- We see how hardware and
software work together.
- We can understand new
technologies as they are developed.
- Troubleshooting is easier by separate
networks.
- Can be used to compare basic
functional relationships on different networks.
Functions of Different Layers :
Layer 1: The Physical Layer :
- It is the lowest layer of the
OSI Model.
- It activates, maintains and
deactivates the physical connection.
- It is responsible for
transmission and reception of the unstructured raw data over network.
- Voltages and data rates needed
for transmission is defined in the physical layer.
- It converts the digital/analog
bits into electrical signal or optical signals.
- Data encoding is also done in
this layer.
Layer 2: Data Link Layer :
- Data link layer synchronizes
the information which is to be transmitted over the physical layer.
- The main function of this layer
is to make sure data transfer is error free from one node to another, over
the physical layer.
- Transmitting and receiving data
frames sequentially is managed by this layer.
- This layer sends and expects
acknowledgements for frames received and sent respectively. Resending of
non-acknowledgement received frames is also handled by this layer.
- This layer establishes a
logical layer between two nodes and also manages the Frame traffic control
over the network. It signals the transmitting node to stop, when the frame
buffers are full.
Layer 3: The Network Layer :
- It routes the signal through
different channels from one node to other.
- It acts as a network
controller. It manages the Subnet traffic.
- It decides by which route data
should take.
- It divides the outgoing
messages into packets and assembles the incoming packets into messages for
higher levels.
Layer 4: Transport Layer :
- It decides if data transmission
should be on parallel path or single path.
- Functions such as Multiplexing,
Segmenting or Splitting on the data are done by this layer
- It receives messages from the
Session layer above it, convert the message into smaller units and passes
it on to the Network layer.
- Transport layer can be very
complex, depending upon the network requirements.
Transport
layer breaks the message (data) into small units so that they are handled more
efficiently by the network layer.
Layer 5: The Session Layer :
- Session layer manages and
synchronize the conversation between two different applications.
- Transfer of data from source to
destination session layer streams of data are marked and are
resynchronized properly, so that the ends of the messages are not cut
prematurely and data loss is avoided.
Layer 6: The Presentation Layer :
- Presentation layer takes care
that the data is sent in such a way that the receiver will understand the
information (data) and will be able to use the data.
- While receiving the data,
presentation layer transforms the data to be ready for the application
layer.
- Languages(syntax) can be
different of the two communicating systems. Under this condition
presentation layer plays a role of translator.
- It perfroms Data compression,
Data encryption, Data conversion etc.
Layer 7: Application Layer :
- It is the topmost layer.
- Transferring of files
disturbing the results to the user is also done in this layer. Mail
services, directory services, network resource etc are services provided
by application layer.
- This layer mainly holds
application programs to act upon the received and to be sent data.
Merits of OSI reference model:
- OSI model distinguishes well
between the services, interfaces and protocols.
- Protocols of OSI model are very
well hidden.
- Protocols can be replaced by
new protocols as technology changes.
- Supports connection oriented
services as well as connectionless service.
Demerits of OSI reference model:
- Model was devised before the
invention of protocols.
- Fitting of protocols is tedious task.
- It is just used as a reference model.
TCP/IP Model
TCP/IP
is transmission control protocol and internet protocol. Protocols are set of
rules which govern every possible communication over the internet. These
protocols describe the movement of data between the host computers or internet
and offers simple naming and addressing schemes.
Overview of TCP/IP reference model
TCP/IP
that is Transmission Control Protocol and Internet Protocol was developed by
Department of Defence's Project Research Agency (ARPA, later DARPA) as a part
of a research project of network interconnection to connect remote machines.
The
features that stood out during the research, which led to making the TCP/IP
reference model were:
- Support for a flexible
architecture. Adding more machines to a network was easy.
- The network was robust, and connections remained intact untill the source and destination machines were functioning.
- The overall idea was to allow one application on one computer to talk to(send data packets) another application running on different computer.
Comments
Post a Comment