Osi Model
Osi Model
Osi Model
PROTOCOLS
1. Organizations For Communication
Standards
Standards are developed by cooperation among
standards creation committees, forums, and
government regulatory agencies.
Sender Receiver
data
address address
8 bits 8 bits
64 bits
ii) Semantics
- Refers to the meaning of each
section of bits.
- how is a particular pattern to be interpreted,
and what action is to be taken based on that
interpretation.
Eg. Does an address identify the route to be
taken or the final of the message?
iii) Timing
Refers to two characteristics:
a. When data to be sent
b. How fast it can be sent
Eg. If a sender produces data at 100 Mbps but
the receiver can process data at only 1
Mbps, the transmission will overload the
receiver and data will be largely lost.
Characteristics of protocol
a) Direct / indirect
- communication between two entities maybe direct
or indirect.
i) point-to-point link
- connection provides a dedicated link between
two devices
- the entities in these systems may
communicate directly that is data and
control information pass directly
between entities with no intervening
active agent.
ii) multipoint link
- connection more than two devices can
share a single link
- The entities must be concerned with the
issue of access control and making the
protocol more complex.
b) Monolithic / structured
- The task of communication between entities
on different systems is too complex to be
handled as a unit.
Eg. An electronic mail package running on two
computers connected by a synchronous HDLC
link. To be structured, the package would need
to include all of the HDLC logic. If the
connection were over a packet-switched
network, the packaged would still need the
HDLC logic to attach it to the network.
c) Symmetric / asymmetric
- Symmetric is the most use in
protocol and involve communication
between peer entities.
- Asymmetry may be dictated by the
logic of an exchange (eg; client and
a server process) the desire to keep
one of the entities or systems as
simple as possible.
d) Standard / nonstandard
If K different kinds of information sources have
to communicate with L types of information
receivers, as many as K x L different protocols
are needed without standards and a total of 2
x K x L implementations are required
If all systems shared a common protocol, only
K+L implementations would be needed.
Common protocol used
Protocol Acronym Remarks
Point To Point PPP Used to manage network
communication over a
modem