OSI Model - pdf3
OSI Model - pdf3
The OSI Model can be seen as a universal language for computer networking. It is based on the
concept of splitting up a communication system into seven abstract layers, each one stacked upon the
last.
The modern Internet is not based on OSI, but on the simpler TCP/IP model. However, the
OSI 7-layer model is still widely used, as it helps visualize and communicate how networks
operate, and helps isolate and troubleshoot networking problems.
Basic Architecture
Characteristics of OSI Model
Cntd…
○ The OSI model is divided into two layers: upper layers and lower layers.
○ The upper layer of the OSI model mainly deals with the application related issues, and they
are implemented only in the software. The application layer is closest to the end user. Both the
end user and the application layer interact with the software applications. An upper layer
refers to the layer just above another layer.
○ The lower layer of the OSI model deals with the data transport issues. The data link layer and
the physical layer are implemented in hardware and software. The physical layer is the lowest
layer of the OSI model and is closest to the physical medium. The physical layer is mainly
responsible for placing the information on the physical medium.
AD
Physical Layer – Layer 1
The lowest layer of the OSI reference model is the physical layer. It is responsible for the
actual physical connection between the devices.
The physical layer contains information in the form of bits. It is responsible for
transmitting individual bits from one node to the next.
When receiving data, this layer will get the signal received and convert it into 0s and 1s
and send them to the Data Link layer, which will put the frame back together.
Functions of the Physical Layer
● Bit synchronization: The physical layer provides the synchronization of the bits by
providing a clock. This clock controls both sender and receiver thus providing
synchronization at the bit level.
● Bit rate control: The Physical layer also defines the transmission rate i.e. the number of bits
sent per second.
● Physical topologies: Physical layer specifies how the different, devices/nodes are arranged in
a network i.e. bus, star, or mesh topology.
● Transmission mode: Physical layer also defines how the data flows between the two
connected devices. The various transmission modes possible are Simplex, half-duplex and
full-duplex.
Data Link Layer (DLL) – Layer 2
● The data link layer is responsible for the node-to-node delivery of the message. The main
function of this layer is to make sure data transfer is error-free from one node to another,
over the physical layer.
● The data link layer establishes and terminates a connection between two
physically-connected nodes on a network
● It breaks up packets into frames and sends them from source to destination.
● This layer is composed of two parts—Logical Link Control (LLC), which identifies
network protocols, performs error checking and synchronizes frames, and Media Access
Control (MAC) which uses MAC addresses to connect devices and define permissions
to transmit and receive data.
Functions of the Data Link Layer
● The network layer works for the transmission of data from one host to the other
located in different networks.
● The network layer has two main functions. One is breaking up segments into
network packets, and reassembling the packets on the receiving end. The other is
routing packets by discovering the best path across a physical network.
The sender & receiver’s IP addresses are placed in the header by the network layer.
● Routing: The network layer protocols determine which route is suitable from source to
destination. This function of the network layer is called routing.
● Logical Addressing: To identify each device on Internetwork uniquely, the network layer
defines an addressing scheme. The sender & receiver’s IP addresses are placed in the header by
the network layer. Such an address distinguishes each device uniquely and universally.