OSI Model Notes
OSI Model Notes
OSI model
The Physical Layer defines the electrical and physical specifications for
devices. In particular, it defines the relationship between a device and a
transmission medium, such as a copper or optical cable. This includes the
layout of pins, voltages, cable specifications, hubs, repeaters, network
adapters, host bus adapters (HBA used in storage area networks) and more.
These services are aimed to improve the CIA triad (i.e. confidentiality,
integrity, availability) of transmitted data. Actually the availability of
communication service is determined by network design and/or network
management protocols.
The major functions and services performed by the Physical Layer are:
The Data Link Layer provides the functional and procedural means to
transfer data between network entities and to detect and possibly correct
errors that may occur in the Physical Layer. Originally, this layer was
intended for point-to-point and point-to-multipoint media, characteristic of
wide area media in the telephone system
In this protocol, This layer manages the interaction of devices with a shared
medium, which is the function of a Media Access Control (MAC) sublayer.
Above this MAC sublayer is the media-independent IEEE 802.2 Logical
Link Control (LLC) sublayer, which deals with addressing and multiplexing
on multiaccess media.
Layer 3: Network Layer
The Network Layer provides the functional and procedural means of
transferring variable length data sequences from a source host on one
network to a destination host on a different network.The Network Layer
performs network routing functions, and might also perform fragmentation
and reassembly, and report delivery errors.
Main Points
OSI divides telecommunication into seven layers. The layers are in two
groups. The upper four layers are used whenever a message passes from or
to a user. The lower three layers are used when any message passes through
the host computer. Messages intended for this computer pass to the upper
layers. Messages destined for some other host are not passed up to the upper
layers but are forwarded to another host. The seven layers are:
Layer 5: The session layer ...This layer sets up, coordinates, and terminates
conversations, exchanges, and dialogs between the applications at each end.
It deals with session and connection coordination.
Layer 4: The transport layer ...This layer manages the end-to-end control
(for example, determining whether all packets have arrived) and error-
checking. It ensures complete data transfer.
Layer 3: The network layer ...This layer handles the routing of the data
(sending it in the right direction to the right destination on outgoing
transmissions and receiving incoming transmissions at the packet level). The
network layer does routing and forwarding.
Layer 2: The data-link layer ...This layer provides synchronization for the
physical level and does bit-stuffing for strings of 1's in excess of 5. It
furnishes transmission protocol knowledge and management.
Layer 1: The physical layer ...This layer conveys the bit stream through the
network at the electrical and mechanical level. It provides the hardware
means of sending and receiving data on a carrier.