Datagram Switching and Virtual Control Switching

495 views 21 slides Jun 24, 2019
Slide 1
Slide 1 of 21
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
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21

About This Presentation

Datagram Switching and Virtual Control Switching of Switching Chapter of Data Communication and Networking System


Slide Content

Datagram Network and Virtual Circuit Network Name: Mustak Ahmmed Roll: 160134 Dept.: Computer Science and Engineering Jashore University of Science and Technology

Datagram Network Routing Table Efficiency and Delay of Datagram Network Virtual Circuit Network(VCN) Three Phases of VCN Efficiency and Delay of VCN Contents

A datagram is a basic transfer unit associated with a packet-switched network. It provides a connectionless communication service across a packet-switched network. Internet is done by using packet transfer approach at network layer. Packet may be dropped because of none reservation system. There is no resource reservation. Datagram Networks

Datagram Networks Diagram

A switch in a datagram network uses a routing table that is based on the destination address. Destination Address: The destination address in the header of a packet in a datagram network remains the same during the entire journey of the packet. Routing Table

Routing Table Diagram

The efficiency of a datagram network is better than circuit-switched network. Resources are allocated only when there are packets to be transferred. All the switches are being used in this network which is connected with receiver end directly or indirectly. Efficiency

There are four types of delay in this network. i.e. Processing Delay: time required to process a packet. Queueing Delay: time spent waiting in a queue at any point along the route. Propagation Delay: time for one bit to propagate from source to destination. Transmission Delay: time to send out / absorb all of the packet bits. Delay

Delay Diagram The Total Delay = 3T + 3 +  

A virtual circuit network is a cross between a circuit switched network and a datagram network. V arying packet queue lengths in the network nodes. It is normally implemented in the data link layer. Virtual Circuit Network

Virtual Circuit Network Diagram

There are two types of addressing, i.e. Global Addressing: An address that can be unique in the scope of the network. Virtual-Circuit Identifier(VCI): That is a small number has only switch scope. When a frame arrives at a switch, it has a VCI; When it leaves it has a different VCI. Shown in below figure- Addressing

Switch and Table in Virtual Circuit Network Diagram

Setup Phase: Creates an entry for the virtual circuit; Data Transfer Phase: T ransfer a frame from a source to its destination . It will stay until all the frames transfer finished. Teardown Phase: The switch deletes corresponding entry after transfer data from their table. Three Phases

Setup Request Diagram

Setup Acknowledgement Diagram

Source to Destination Data Transfer Diagram

All packets belonging to the same source and destination travel the same path. Data follows a particular dedicated path, packets reach in order to the destination . All the packets will definitely reach to the Destination. No packet will discard due to unavailability of resources. Efficiency

Delay The Total Delay = 3T + 3 + setup delay + teardown delay  

Datagram Network Routing Table Efficiency Delay Virtual Circuit Network Addressing Global Addressing Virtual Circuit Identifier Three Phases Setup Phase Data Transfer Phase Teardown Phase Efficiency and Delay Summary

Thank You!! Any Questions? Please!