#7 Reference Models in Communication Networks
#7 Reference Models in Communication Networks
Models in
Communication
Networks
The most important reference
models are:
OSIreference model.
TCP/IP reference model.
Introduction to ISO-OSI Model
There are many users who use computer network and are located all over the
world. To ensure national and worldwide data communication ISO (ISO stands
for International Organization of Standardization.) developed this model. This is
called a model for open system interconnection (OSI) and is normally called as
OSI model. OSI model architecture consists of seven layers. It defines seven layers
or levels in a complete communication system.
Introduction to TCP/IP Reference 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.
TCP/IP Reference model is explained in details other
chapter.
The OSI Model - Features, Principles and Layers
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 a standard. ISO stands for International
organization of Standardization. This is called a model for Open System
Interconnection (OSI) and is commonly known as OSI model.
1. Application Layer
2. Presentation Layer
3. Session Layer
4. Transport Layer
5. Network Layer
6. Datalink Layer
7. Physical Layer
Below we have the complete representation of the OSI model,
showcasing all the layers and how they communicate with each
other
In the table below, we have specified the protocols used and
the data unit exchanged by each layer of the OSI Model.
Following are the various functions performed by the Physical layer of the OSI model.
Representation of Bits: Data in this layer consists of stream of bits. The bits must be encoded
into signals for transmission. It defines the type of encoding i.e. how 0's and 1's are
changed to signal.
Data Rate: This layer defines the rate of transmission which is the number of bits per second.
Synchronization: It deals with the synchronization of the transmitter and receiver. The
sender and receiver are synchronized at bit level.
Interface: The physical layer defines the transmission interface between devices and
transmission medium.
Line Configuration: This layer connects devices with the medium: Point to Point
configuration and Multipoint configuration.
Topologies: Devices must be connected using the following topologies: Mesh, Star, Ring
and Bus.
Transmission Modes: Physical Layer defines the direction of transmission between two
devices: Simplex, Half Duplex, Full Duplex.
Deals with baseband and broadband transmission.
Design Issues with Physical Layer
The Physical Layer is concerned with transmitting raw bits over
a communication channel.
The design issue has to do with making sure that when one side
sends a 1 bit, it is received by the other side as a 1 bit and not
as a 0 bit.
Framing: Frames are the streams of bits received from the network layer
into manageable data units. This division of stream of bits is done by Data
Link Layer.
Physical Addressing: The Data Link layer adds a header to the frame in
order to define physical address of the sender or receiver of the frame, if
the frames are to be distributed to different systems on the network.
Flow Control: A flow control mechanism to avoid a fast transmitter from
running a slow receiver by buffering the extra bit is provided by flow
control. This prevents traffic jam at the receiver side.
Error Control: Error control is achieved by adding a trailer at the end of the
frame. Duplication of frames are also prevented by using this mechanism.
Data Link Layers adds mechanism to prevent duplication of frames.
Access Control: Protocols of this layer determine which of the devices has
control over the link at any given time, when two or more devices are
connected to the same link.
Design Issues with Data Link Layer
To
provide services such as Token
management and Synchronization.
Presentation Layer - OSI Model
Mail Services: This layer provides the basis for E-mail forwarding and storage.
Network Virtual Terminal: It allows a user to log on to a remote host. The application creates
software emulation of a terminal at the remote host. User's computer talks to the software
terminal which in turn talks to the host and vice versa. Then the remote host believes it is
communicating with one of its own terminals and allows user to log on.
Directory Services: This layer provides access for global information about various services.
File Transfer, Access and Management (FTAM): It is a standard mechanism to access files and
manages it. Users can access files in a remote computer and manage it. They can also retrieve
files from a remote computer.
Design Issues with Application Layer
The features that stood out during the research, which led
to making the TCP/IP reference model were:
Demerits of TCP/IP
In this, the transport layer does not guarantee
delivery of packets.
The model cannot be used in any other
application.
Replacing protocol is not easy.
It has not clearly separated its services, interfaces
and protocols.
Comparison of OSI and TCP/IP
Reference Model
Now it's time to compare both the reference model that
we have learned till now. Let's start by addressing the
similarities that both of these models have.
4. OSI model has a separate Presentation layer 4. TCP/IP does not have a separate
and Session layer. Presentation layer or Session layer.