Osi and Tcp:ip Model Layers
Osi and Tcp:ip Model Layers
1
INTRODUCTION TO NETWORKING MODEL
In computer networking, models serve as frameworks that standardize the design and operation
of network systems. Two of the most widely used models are:
2
1. OSI MODEL - OVERVIEW
The OSI model, developed by the International Organization for Standardization (ISO), is a
7-layer framework that standardizes network communication.
3
7- Layers of the OSI MODEL
4
Osi model – layer wise detailed explanation
Layer 1: Physical Layer Layer 3: Network Layer
• Deals with the actual physical connection between • Handles routing and logical addressing.
devices. • Functions:
• Functions: • IP Addressing: Assigns logical addresses (IPv4, IPv6) to
• Transmission of raw binary data (0s and 1s) over a devices.
medium. • Routing: Determines the best path for data transmission.
• Defines hardware components like cables, • Packet Forwarding: Moves data from source to destination.
switches, hubs, fiber optics, and radio signals. • Example: IP, Routers.
• Example: Ethernet cables, fiber optics, Wi-Fi signals.
7
4 Layers of the TCP/ip model
8
Tcp/ip model – layer wise explanation
9
OSI vs Tcp/ip model – key difference
10
REAL-WORLD Applications
The real-world applications are as follows:-
2. Email (SMTP, IMAP, POP3) – Used for sending and receiving emails.
4. Streaming (TCP/UDP) – TCP ensures reliability, UDP is used for fast streaming.
The OSI model is a theoretical model with 7 layers, mainly used for learning and troubleshooting.
The TCP/IP model is a practical, real-world model with 4 layers, forming the foundation of the
internet.
Both models define layered communication, ensuring efficient data transmission and network
interoperability.
13