Network Layer design Issues.pptx

13,735 views 10 slides Apr 22, 2022
Slide 1
Slide 1 of 10
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

About This Presentation

Network Layer design issues


Slide Content

Network Layer

Network Layer Design Issues 1. Store-and-Forward Packet Switching 2. Services Provided to the Transport Layer 3. Connectionless Service 4.Connection-Oriented Service 5. Comparison of virtual circuits and datagram networks

1.Store and Forward Packet switching The environment of the network layer protocols. fig 5-1

1.Store and Forward Packet switching A host with a packet to send transmits it to the nearest router by using its own LAN or Point to point link to the ISP . The packet is stored until it fully arrive and link has finished its processing by verifying the checksum. Then it is forwarded to the next route along the path until it reaches the destination host when it is to be delivered this mechanism is called store and forward packet switching

2. Services provided to the transport Layer The services should be independent of the router technology. The transport layer should be shielded from the number, type, and topology of the routers present. 3.The network addresses made available to the transport layer should use a uniform numbering plan, even across LANs and WANs

3 . Connectionless Service Routing within a diagram subnet.

3. Connectionless Service -> Packets are injected into the network individually and routed independently of each other . Packets are called as Datagrams -> Destination and outgoing line table is maintained at every router Internal router table will guide where to send the packets from the different available possibilities for reaching the destination -> Incoming packets checksum verified before forwarding to the next link

4 . Connection-Oriented Service Routing within a virtual-circuit subnet.

4. Connection-Oriented Service Connection is established a route from the source machine to the destination machine is chosen as part of the connection set up and stored in tables inside the routers that route is used for all traffic flowing over the connection when the connection is released virtual circuit will be terminated Eg: Telephone Lines

5.Connectionless VS. Connection-Oriented