












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
An overview of switched networks, including circuit-switched and packet-switched networks. It explains the concept of switching, the differences between circuit-switching and packet-switching, and the various switching methods such as crossbar switches, multistage switches, and time-division switching. The three phases of circuit-switched communication (circuit establishment, data transfer, and circuit disconnect), as well as the characteristics of packet-switched networks, including the datagram approach and switched virtual circuits. The detailed information and technical explanations make this document a valuable resource for students and professionals interested in understanding the fundamental principles of computer networking and the mechanisms for data transmission between different network segments.
Typology: Lecture notes
1 / 20
This page cannot be seen from the preview
Don't miss anything!













A network is a set of connected devices. Whenever we have multiple devices, we have the
problem of how to connect them to make one-to-one communication possible. One solution
is to make a point-to-point connection between each pair of devices. But these methods,
however, are impractical and wasteful when applied to very large networks. The number
and length of the links require too much infrastructure to be cost-efficient, and the majority
of those links would be idle most of the time.
A better solution is switching. A switched network consists of a series of interlinked nodes,
called switches. Switches are devices capable of creating temporary connections between
two or more devices linked to the switch. In a switched network, some of these nodes are
connected to the end systems (computers or telephones, for example). Others are used
only for routing.
Every time in computer network you access the internet or another computer
network outside your immediate location, your messages are sent through a
maze of transmission media and connection devices.
The mechanism for moving information between different computer
network and network segment is called switching in computer
Circuit-switched is a type of
network in which a physical
path is obtained for and
dedicated to a single
connection between two end-
points in the network for the
duration of the connection.
Ordinary voice phone service
is circuit-switched.
The telephone company
reserves a specific physical
path to the number you are
calling for the duration of your
call.
A circuit S witched
communication system involves three
phases :
Circuit establishment
(setting up dedicated links
between the source and
destination);
Data transfer (transmitting
the data between the source
and destination); and
Circuit disconnect (removing
the dedicated links).
A crossbar switch connects n inputs to m outputs in a grid, using electronic
micro-switches (transistors) at each crosspoint.
The major limitation of this design is the number of crosspoints required.
To connect n inputs to m outputs using a crossbar switch requires n x m
crosspoints.
The most popular technology is called the time-slot interchange (TSI).
Time-Slot Interchange shows a system connecting four input lines to four
output lines. Imagine that each input line wants to send data to an output
line according to the pattern.
A virtual-circuit network is a cross between a circuit-
switched network and a datagram network. It has some
characteristics of both.