OSI 7 Layer
OSI 7 Layer
Networking Standard
Lecture By:
#Daw Zar Chi Phway(MCT)
#Lecturer
#BE-EC
#MCSA, Azure,MS365
Outlines
CHAPTER-2 ( Networking Standard )
The Data Link layer resides above the Physical layer and
below the Network layer
destination
multiplexing.
Sender’s Side
- Segmentation (Data1,Data2,Data3)
Receiver’s Side
- Reassemble
computers/servers.
Half-duplex, Full-duplex
6
Presentation
Layer
Application Layer.
Application
Presentation Data
Session
Transport Segments
Network Packets
Data Link Frames
Physical Bits
(2) Gain knowledge on 7-layer OSI reference model
Network Access Layer/ Link Layer
TCP refers to Transmission Control Protocol. OSI refers to Open Systems Interconnection.
TCP/IP does not have very strict boundaries. OSI has strict boundaries
TCP/IP uses both session and presentation layer in the OSI uses different session and presentation
application layer itself. layers.
TCP/IP developed protocols then model. OSI developed model then protocol.
The TCP/IP Model
TCP/IP Layer Function Protocols
Application Represents data to the user and control FTP, BOOTP, TFTP, DNS,
dialogue. HTTPs TLS/SSL, VOIP,
SSH, POP3, IMAP, NTP,
Telnet SMTP, SNMP
Internet Determines the best path through the network. IPv4, IPv6, ICMP, IGMP
Network Access Controls the hardware devices and media that Ethernet, PPP, Frame
make up the network. Relay
Network Access Layer
It defines the protocols which are responsible for logical transmission of data over the entire network.
The main protocols residing at this layer are: IP, ICMP and ARP
IP – stands for Internet Protocol and it is responsible for delivering packets from the
source host to the destination host by looking at the IP addresses in the packet headers. IP
has 2 versions: IPv4 and IPv6. IPv4 is the one that most of the websites are using currently.
ICMP – stands for Internet Control Message Protocol. It ARP – stands for Address Resolution Protocol. Its job
is encapsulated within IP datagrams and is responsible for is to find the hardware address of a host from a
providing hosts with information about network problems known IP address. ARP has several types: Reverse
ARP, Proxy ARP, Gratuitous ARP and Inverse ARP.
Transport Layer
This layer is analogous to the transport layer of the OSI model. It is responsible for end-to-end
communication and error-free delivery of data. It shields the upper-layer applications from the
complexities of data. The two main protocols present in this layer are:
Telnet TCP 23
HTTP and HTTPS – HTTP stands for Hypertext transfer protocol. It is used by the World Wide Web to
manage communications between web browsers and servers. HTTPS stands for HTTP-Secure. It is a
combination of HTTP with SSL(Secure Socket Layer). It is efficient in cases where the browser needs to fill out
forms, sign in, authenticate and carry out bank transactions.
Secure Socket Layer Protocols(Two Layers)
SSL Handshake Protocol
SSL Change Cipher Specification Protocol
SSL Alert Protocol
SSL Record Protocol
Process Layer
Telnet _ Telnet (TN) is a networking protocol and software program used to access remote computers
and terminals over the Internet or a TCP/IP computer network. Telnet has been replaced by Secure
Shell (SSH).
SSH – SSH stands for Secure Shell. It is a terminal emulations software similar to Telnet. The reason
SSH is more preferred is because of its ability to maintain the encrypted connection. It sets up a secure
session over a TCP/IP connection.
NTP – NTP stands for Network Time Protocol. It is used to synchronize the clocks on our computer to
one standard time source. It is very useful in situations like bank transactions. Assume the following
situation without the presence of NTP. Suppose you carry out a transaction, where your computer
reads the time at 2:30 PM while the server records it at 2:28 PM. The server can crash very badly if
it’s out of sync.
(3) Networking Standard
IEEE 802 primarily focuses on the physical layer of the 7 layer (OSI) Model