1.1+v3+Intro.cleaned
1.1+v3+Intro.cleaned
1
OSI Layers
The OSI (Open Systems Interconnection) model is a conceptual framework developed by the ISO (International
Organization for Standardization) to standardize networking and communication systems.
Purpose:
Provides a universal standard for different networking protocols to interoperate seamlessly across devices and platforms.
Breaks down the complex process of communication into smaller, manageable layers.
Structure:
Composed of 7 layers, each with specific responsibilities, enabling modular design and easier troubleshooting.
Key Goals:
2
OSI Layers
Abstraction:
Each layer abstracts specific tasks, such as physical transmission (Physical Layer), routing (Network Layer), and data
formatting (Presentation Layer).
Flexibility:
The layered design allows updates or replacements of protocols within a layer without affecting other layers.
Applications:
3
OSI Layers
7 Layers of the OSI Model
• Physical Layer:
– Function: Transmits raw binary data (0s and 1s) over physical mediums like cables or radio waves.
– Examples: Ethernet cables, Wi-Fi signals, hubs.
– PDU (Protocol Data Unit): Bits.
• Network Layer:
– Function: Determines the best path for data transfer and handles logical addressing.
– Examples: IP addresses, routers.
– PDU: Packets.
4
OSI Layers
• Transport Layer:
– Function: Ensures reliable data transfer with error checking and flow control.
– Examples: TCP, UDP.
– PDU: Segments.
• Session Layer:
– Function: Manages and maintains communication sessions between applications.
– Examples: NetBIOS, RPC.
– PDU: Data.
• Presentation Layer:
– Function: Translates data into a format that the application layer can understand, handles encryption and compression.
– Examples: SSL/TLS, JPEG, ASCII.
– PDU: Data.
• Application Layer:
– Function: Provides the interface for end-user applications to interact with the network.
– Examples: HTTP, FTP, SMTP, DNS.
– PDU: Data.
5
OSI Layers
6
Networks
7
Networks
• Long distance transmission is typically done over a network of switched nodes
—Packet switching
—Circuit switching
8
Packet Switching
• In packet-switching, packets are sent to their destination
independently, without dependency on other packets.
• Packets may often take the same path, but IP routing does
not mandate that all packets follow the same route.
• Network Traffic Handling: Packets are accepted even when • Packets may arrive out of order
the network is busy, although delivery may slow down.
• Packets may go missing
9
Circuit Switching
• In circuit-switching, a dedicated path is
established before data transmission begins.
10
Trends – Global Traffic
Global Traffic Growth: In 2022, global mobile-broadband
traffic reached 913 exabytes (EB), more than double the
419 EB in 2019. Fixed-broadband traffic grew from 1,991
EB in 2019 to 4,378 EB in 2022, nearly five times mobile-
broadband traffic.
11
Trends – Optical Fiber
The global fiber optics market generated a
revenue of USD 9,391.2 million in 2023 and is
expected to reach USD 14,933.8 million by
2030.
12
Trends – IP Traffic vs Optical Fiber
30% 6.9% 13
Multiplexing
• Space Division Multiplexing (SDM) - data is sent
across physically separated media
14
Questions !!!
15