PPT: Network Layer | Computer Networks - Computer Science Engineering (CSE) PDF Download

Download, print and study this document offline
Please wait while the PDF view is loading
 Page 1


Network 
Layer
Page 2


Network 
Layer
Basic Networking Concepts
Network Types
PAN (Personal Area Network): Operates in very small 
area. like Bluetooth
LAN (Local Area Network): Small geographic area like 
an office
MAN (Metropolitan Area Network):  Varying by scale 
and purpose
WAN (Wide Area Network): Large area such as the 
internet
Network Layer Devices
Router: Forwards packets between networks using 
routing tables
Layer 3 Switch: Combines switching and routing 
capabilities
Network Layer protocols are IP, ICMP, ARP, DHCP, 
RIP, OSPF, BGP
Network Layer Protocols
A network is a collection of devices connected to share resources and communicate. The Network Layer enables 
internetworking - the critical function of connecting different networks together to form larger networks like the 
internet.
Page 3


Network 
Layer
Basic Networking Concepts
Network Types
PAN (Personal Area Network): Operates in very small 
area. like Bluetooth
LAN (Local Area Network): Small geographic area like 
an office
MAN (Metropolitan Area Network):  Varying by scale 
and purpose
WAN (Wide Area Network): Large area such as the 
internet
Network Layer Devices
Router: Forwards packets between networks using 
routing tables
Layer 3 Switch: Combines switching and routing 
capabilities
Network Layer protocols are IP, ICMP, ARP, DHCP, 
RIP, OSPF, BGP
Network Layer Protocols
A network is a collection of devices connected to share resources and communicate. The Network Layer enables 
internetworking - the critical function of connecting different networks together to form larger networks like the 
internet.
Internet Protocol (IP)
Logical Addressing
Assigns unique IP addresses to 
devices on networks
Routing
Determines optimal paths for 
data packets across networks
Fragmentation
Breaks packets into smaller 
pieces if they exceed MTU size
IP is the primary protocol for transmitting data 
across networks. It comes in two main types: IPv4 
with 32-bit addresses (like 192.168.1.1) providing 
approximately 4.3 billion addresses, and IPv6 with 
128-bit addresses (like 2001:0db8::1) created to 
solve address exhaustion.
An IP packet consists of a header (containing 
source/destination IP, version, TTL, protocol) and 
payload (the actual data being transmitted).
Page 4


Network 
Layer
Basic Networking Concepts
Network Types
PAN (Personal Area Network): Operates in very small 
area. like Bluetooth
LAN (Local Area Network): Small geographic area like 
an office
MAN (Metropolitan Area Network):  Varying by scale 
and purpose
WAN (Wide Area Network): Large area such as the 
internet
Network Layer Devices
Router: Forwards packets between networks using 
routing tables
Layer 3 Switch: Combines switching and routing 
capabilities
Network Layer protocols are IP, ICMP, ARP, DHCP, 
RIP, OSPF, BGP
Network Layer Protocols
A network is a collection of devices connected to share resources and communicate. The Network Layer enables 
internetworking - the critical function of connecting different networks together to form larger networks like the 
internet.
Internet Protocol (IP)
Logical Addressing
Assigns unique IP addresses to 
devices on networks
Routing
Determines optimal paths for 
data packets across networks
Fragmentation
Breaks packets into smaller 
pieces if they exceed MTU size
IP is the primary protocol for transmitting data 
across networks. It comes in two main types: IPv4 
with 32-bit addresses (like 192.168.1.1) providing 
approximately 4.3 billion addresses, and IPv6 with 
128-bit addresses (like 2001:0db8::1) created to 
solve address exhaustion.
An IP packet consists of a header (containing 
source/destination IP, version, TTL, protocol) and 
payload (the actual data being transmitted).
IP Addressing
IPv4 Address Format
32-bit address divided into 4 octets (e.g., 192.168.0.1)
Subnet Mask
Determines network and host portions (e.g., 255.255.255.0)
Types of IP Addresses
Public (globally unique), Private (local networks), Loopback 
(127.0.0.1)
IP Address Classes
Class A, B, C, D, E (based on first octet range)
IP addressing assigns unique identifiers to devices on a network. 
Each address has a network part (identifying the network) and a 
host part (identifying the specific device within that network).
Page 5


Network 
Layer
Basic Networking Concepts
Network Types
PAN (Personal Area Network): Operates in very small 
area. like Bluetooth
LAN (Local Area Network): Small geographic area like 
an office
MAN (Metropolitan Area Network):  Varying by scale 
and purpose
WAN (Wide Area Network): Large area such as the 
internet
Network Layer Devices
Router: Forwards packets between networks using 
routing tables
Layer 3 Switch: Combines switching and routing 
capabilities
Network Layer protocols are IP, ICMP, ARP, DHCP, 
RIP, OSPF, BGP
Network Layer Protocols
A network is a collection of devices connected to share resources and communicate. The Network Layer enables 
internetworking - the critical function of connecting different networks together to form larger networks like the 
internet.
Internet Protocol (IP)
Logical Addressing
Assigns unique IP addresses to 
devices on networks
Routing
Determines optimal paths for 
data packets across networks
Fragmentation
Breaks packets into smaller 
pieces if they exceed MTU size
IP is the primary protocol for transmitting data 
across networks. It comes in two main types: IPv4 
with 32-bit addresses (like 192.168.1.1) providing 
approximately 4.3 billion addresses, and IPv6 with 
128-bit addresses (like 2001:0db8::1) created to 
solve address exhaustion.
An IP packet consists of a header (containing 
source/destination IP, version, TTL, protocol) and 
payload (the actual data being transmitted).
IP Addressing
IPv4 Address Format
32-bit address divided into 4 octets (e.g., 192.168.0.1)
Subnet Mask
Determines network and host portions (e.g., 255.255.255.0)
Types of IP Addresses
Public (globally unique), Private (local networks), Loopback 
(127.0.0.1)
IP Address Classes
Class A, B, C, D, E (based on first octet range)
IP addressing assigns unique identifiers to devices on a network. 
Each address has a network part (identifying the network) and a 
host part (identifying the specific device within that network).
Class A in IP Addressing with Example
127
Maximum Networks
Total Class A networks (0 and 
127 reserved)
16.7M
Hosts Per Network
Maximum devices in each 
Class A network
8
Network Bits
Subnet mask /8 (255.0.0.0)
Class A addresses range from 0.0.0.0 to 127.255.255.255, with the first bit always set to 0. They 
use 1 octet for the network portion and 3 octets for hosts, making them ideal for extremely large 
organizations like ISPs.
For example, with IP 10.1.2.3 and subnet mask 255.0.0.0, the network ID is 10.0.0.0, and the host 
range spans from 10.0.0.1 to 10.255.255.254.
Read More
23 videos|171 docs|81 tests

FAQs on PPT: Network Layer - Computer Networks - Computer Science Engineering (CSE)

1. What is the role of the network layer in the OSI model?
Ans. The network layer is the third layer of the OSI (Open Systems Interconnection) model. Its primary role is to facilitate the transfer of data packets between devices across different networks. It handles addressing, routing, and forwarding of data, ensuring that packets are sent from the source to the appropriate destination efficiently, regardless of the underlying physical network structure.
2. How does the network layer differ from the transport layer?
Ans. The network layer is responsible for the delivery of packets across multiple networks, focusing on routing and addressing. In contrast, the transport layer ensures end-to-end communication and data integrity between devices, managing the flow of data and error recovery. While the network layer deals with packet delivery, the transport layer manages the connection and reliability of the data being transmitted.
3. What are the common protocols used at the network layer?
Ans. The most common protocols used at the network layer include Internet Protocol (IP), which is responsible for addressing and routing packets; Internet Control Message Protocol (ICMP), which is used for error messages and operational queries; and Address Resolution Protocol (ARP), which maps IP addresses to MAC addresses. These protocols work together to ensure efficient data transmission across networks.
4. What is the significance of IP addressing in the network layer?
Ans. IP addressing is crucial in the network layer as it provides a unique identifier for each device on a network, allowing for proper routing of data packets. An IP address ensures that data sent from one device reaches the correct destination device. The structure of IP addresses also allows for hierarchical addressing, which aids in efficient routing across complex networks.
5. Can you explain the concept of routing in the network layer?
Ans. Routing in the network layer refers to the process of determining the optimal path for data packets to travel from the source to the destination across interconnected networks. Routers use routing tables and protocols to make decisions about where to forward packets, taking into account factors such as network topology, traffic load, and path availability to ensure efficient data delivery.
Related Searches

Objective type Questions

,

Semester Notes

,

shortcuts and tricks

,

Viva Questions

,

Important questions

,

PPT: Network Layer | Computer Networks - Computer Science Engineering (CSE)

,

mock tests for examination

,

ppt

,

Previous Year Questions with Solutions

,

video lectures

,

MCQs

,

PPT: Network Layer | Computer Networks - Computer Science Engineering (CSE)

,

Exam

,

Extra Questions

,

Sample Paper

,

Summary

,

pdf

,

past year papers

,

Free

,

practice quizzes

,

study material

,

PPT: Network Layer | Computer Networks - Computer Science Engineering (CSE)

;