Introduction to network layer and its functions

akhila627308 5 views 15 slides Oct 16, 2024
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

Network ppt


Slide Content

Unit -3 Introduction to Network Layer

Services of Network Layer Packetizing Routing  and Forwarding Error Control Flow Control   Congestion Control   

Packet switching

Virtual Circuit (Connection Oriented)

Datagram Switching (Connectionless)

Network Layer Performances Delay Throughput

IPv4

ICMPv4

The types of ICMPv4 messages as: Error Reporting Messages Query Messages ICMPv4 Error Reporting Messages are further classified as : Destination Unreachable Source Quench Time Exceeded Parameter Problems Redirection The two query messages that are being used today are: Echo request and reply Timestamp request and reply

Unicast Routing Routing Algorithm Some of the routing algorithms are Distance Vector Routing Link state Routing Path Vector Routing

Distance Vector Routing Bellman-Ford Equation ii. Distance Vector Algorithm

Link State Routing

Calculation of shortest path To find the shortest path, each node needs to run the  Dijkstra algorithm . This algorithm consists of following steps:  Step-1:  The node is taken and chosen as a root node of the tree, this creates the tree with a single node, and now set the total cost of each node to some value based on the information in Link State Database Step-2:  Now the node selects one node, among all the nodes not in the tree-like structure, which is nearest to the root, and adds this to the tree. The shape of the tree gets changed. Step-3:  After this node is added to the tree, the cost of all the nodes not in the tree needs to be updated because the paths may have been changed. Step-4:  The node repeats Step 2. and Step 3. until all the nodes are added to the tree

Path-Vector Routing
Tags