









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These are a set of Lecture Slides on the subject of Data Communication and Computer Networks at Univeristy of Delhi by Dr. Sonam Zinta. It includes: Switching, Network, Devices, Connection, Bus, Topologies, Circuit, Transfer, Datagram, Routers
Typology: Slides
1 / 17
This page cannot be seen from the preview
Don't miss anything!










A Network is set of connected devices. When we have multiple devices, we have the problem of how to connect them to make one-to-one communication possible.
Solution can be
A switched network consist of series of interlinked nodes, called switches.
Switches are devices capable of creating connections between two or more devices linked to the switch.
In switched network, some of these nodes are connected to the end systems computer or telephone).
1. Setup Phase
The end systems are connected through dedicated lines to the switches, connection setup means creating a dedicated channels between the switches.
If System A connects with system M.
System A send a setup request that includes the address of system M , to switch I.
Switch I then sends request to switch IV for dedicated channel.
Switch IV then finds the dedicated channel between itself and switch III.
Switch III informs the end system M the system A ’s intention.
After making a connection, an Acknowledgment from system M sent to system A in opposite direction.
2. Data Transfer Phase
After the establishment of the dedicated circuit channel), the two parties can transfer data.
3. Teardown Phase
When one of the parties needs to disconnect, a signal is sent to each switch to release the resources.
In circuit switched network the resource of network are allocated during the entire connection.
These resources are unavailable to other connection at that time.
The total delay is the time to
Example
A message consist of four packets or data grams delivered from station A to station X.
Each switch maintains Routing table which is based on destination address.
Destination address and corresponding output ports are recorded in the table.
Its efficiency is better than circuit-switched network; resources are allocated only when there are packets to be transferred.
There is no setup or tear down time.
The delay is not uniform for the packets of a message.
Packet travels through two switches.
Three transmission times(3T), three propagation delays (slopes 3τ of the lines), and two waiting times (w1,w2).
Total delay =3T + 3τ + w1 + w
Virtual Circuit Identifier
The identifier is used for data transfer is called the virtual–circuit identifier (VCI).
VCI is a small number that has only switch scope; it used by a frame between two switches.
When a frame arrives at a switch, it has a VCI, when it has a different VCI.
Switch and tables in a Virtual-Circuit Network
Three phases of Virtual Circuit
Setup Request
Setup Acknowledgment
Delay in a virtual-circuit network
Total Delay= 3T (transmission time) + 3τ (propagation time) + Setup delay + Teardown delay