Layers of OSI Model
Layers of OSI Model
Gaurav Sahu – ECE Dept. Computer Networks Lab P2: OSI Layer Model
2|Page
3. Physical topologies: Physical layer specifies the way in which the different,
devices/nodes are arranged in a network i.e. bus, star or mesh topology.
4. Transmission mode: Physical layer also defines the way in which the data flows
between the two connected devices. The various transmission modes possible are:
Simplex, half-duplex and full-duplex.
* Hub, Repeater, Modem, Cables are Physical Layer devices.
** Network Layer, Data Link Layer and Physical Layer are also known as Lower
Layers or Hardware Layers.
Gaurav Sahu – ECE Dept. Computer Networks Lab P2: OSI Layer Model
3|Page
Gaurav Sahu – ECE Dept. Computer Networks Lab P2: OSI Layer Model
4|Page
header associated with it. The transport layer at the destination station reassembles the
message.
2. Service Point Addressing: In order to deliver the message to correct process,
transport layer header includes a type of address called service point address or port
address. Thus by specifying this address, transport layer makes sure that the message
is delivered to the correct process.
The services provided by transport layer:
1. Connection Oriented Service: It is a three-phase process which include
– Connection Establishment
– Data Transfer
– Termination / disconnection
In this type of transmission, the receiving device sends an acknowledgment,
back to the source after a packet or group of packet is received. This type of
transmission is reliable and secure.
2. Connection less service: It is a one phase process and includes Data Transfer.
In this type of transmission, the receiver does not acknowledge receipt of a
packet. This approach allows for much faster communication between devices.
Connection oriented Service is more reliable than connection less Service.
* Data in the Transport Layer is called as Segments.
** Transport layer is operated by the Operating System. It is a part of the OS
and communicates with the Application Layer by making system calls.
Transport Layer is called as Heart of OSI model.
Gaurav Sahu – ECE Dept. Computer Networks Lab P2: OSI Layer Model
5|Page
OSI model acts as a reference model and is not implemented in Internet because of its late
invention. Current model being used is the TCP/IP model.
Gaurav Sahu – ECE Dept. Computer Networks Lab P2: OSI Layer Model