Switching Techniques
Switching Techniques
COMPUTER SCIENCE
DCN
Unit 3 - Network Model
Udaysir
Topics of Unit 3
02
Connection Less Vs Connection Oriented,
Reliable Vs Unreliable Connections
Switching Techniques
02
Switching Techniques
Switching is a mechanism by which data/information sent from
source to destination which are not directly connected.
1. Circuit Switching
2. Packet Switching
3. Message Switching
(1) Circuit Switching
Circuit switching is used for Analog Communication.
Example:
Telephone switching equipment establishes a path between two
telephones Connection, path is established before transmission
begins.
Thus channel capacity must be available and reserved between
each pair of nodes in the path to perform the connection.
There is a delay prior to data transfer for call establishment,
However, once the circuit is established, the network is
efficiently transparent to the users.
The data are transmitted at a fixed rate with no delay.
Circuit Switching…
Circuit Switching…
Connection setup :
Data Transfer :
After the establishment of the dedicated circuit (channels), the two
nodes can transfer data.
The data may be digital or analog.
The signaling and transmission may each be either digital or analog.
Generally, the connection is full duplex and data may be transmitted
in both directions.
Connection Terminate:
When one of the nodes needs to disconnect, Signal is sent to
each switch to release the resources.
(2) Packet Switching
Packet switching can be used as an alternate to circuit switching.
Packet switching is used for Digital Communication.
It is used in packet switched networks.
Data is sent in units that have variable length. They are called as
Packets.
There is a maximum limit on the size of packets in a packet switch
network.
In packet switching, messages are divided into smaller pieces called
packets.
The packet contains data and various control information.
Packet Switching …
The packet switched networks allow any host to send data to any
other host without reserving the circuit.
Multiple paths between a pair of sender and receiver may exist in a
packet switched network.
Each packet includes source and destination address information so
that individual packets can be routed through the internetwork
independently.
Packet Switching …
Packet Switching …