Mod
Mod
The OSI model is a reference framework that explains the process of transmitting data between
computers. It is divided into seven layers that work together to carry out specialised network
functions, allowing for a more systematic approach to networking.
The OSI model consists of seven abstraction layers arranged in a top-down order:
1. Physical Layer
2. Data Link Layer
3. Network Layer
4. Transport Layer
5. Session Layer
6. Presentation Layer
7. Application Layer
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.
Note:
Hub, Repeater, Modem, and Cables are Physical Layer devices.
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.
Note:
Note:
The transport layer provides services to the application layer and takes services from the
network layer. The data in the transport layer is referred to as Segments. It is responsible for the
End to End Delivery of the complete message. The transport layer also provides the
acknowledgment of the successful data transmission and re-transmits the data if an error is
found.
Note: The sender needs to know the port number associated with the receiver’s application.
2. Connectionless 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
connectionless Service.
This layer is responsible for the establishment of connection, maintenance of sessions, and
authentication, and also ensures security.
The presentation layer is also called the Translation layer. The data from the application layer is
extracted here and manipulated as per the required format to transmit over the network.
7. Application Layer – Layer 7
At the very top of the OSI Reference Model stack of layers, we find the Application layer which
is implemented by the network applications. These applications produce the data, which has to
be transferred over the network. This layer also serves as a window for the application services
to access the network and for displaying the received information to the user.
● UDP provides basic functions needed for the end-to-end delivery of a transmission.
● It does not provide any sequencing or reordering functions and does not specify the
damaged packet when reporting an error.
2. Connection oriented
1. TELNET
Telnet stands for the TELetype NETwork. It helps in terminal emulation. It allows Telnet clients to
access the resources of the Telnet server. It is used for managing files on the internet. It is used
for the initial setup of devices like switches.
2. FTP
FTP stands for File Transfer Protocol. It is the protocol that actually lets us transfer files. It can
facilitate this between any two machines using it.
3. TFTP
It’s a technology for transferring files between network devices and is a simplified version of
FTP. The Port number for TFTP is 69.
4. SMTP
It stands for Simple Mail Transfer Protocol. It is a part of the TCP/IP protocol. Using a process
called “store and forward,” SMTP moves your email on and across networks.
5. HTTP
HTTP stands for Hypertext Transfer Protocol and HTTPS is the more secured version of HTTP,
that’s why HTTPS stands for Hypertext Transfer Protocol Secure. This protocol is used to
access data from the World Wide Web.