Circuit Message Packet Switching
Circuit Message Packet Switching
NETWORK
There are several ways of sending data from one node to another through network. _It can
be in the form of calls, messages, etc. By using various types of switching techniques, we can
establish the connection/ communication.
CTM: The technique of sending data across the network is known as Switching technique.The three types
of techniques used are circuit switching, packet switching and message switching.
1. Circuit Switching
Circuit switching provides end-to-end connection between two computers._ It is es~ablished
usually in a telephone network where one person is making a call and another IS receivm~ a caJL
In a telephone system, the communication must be established between the two partici~ants,
i.e., the sender and the receiver. The circuit is established between these two participants
before the transfer of data takes place.
CTM:Circuit switching is a connection-oriented service. In this technique, there is a dedicated link between
the sender and the receiver and no other call can be made during this link, even if the link remains idle.
2. Packet Switching
In packet switching technique, the entire data is divided into small fragments called packets.
Each packet is of a fixed size, usually 128 bytes or 512 bytes. Packet switching is similar to post
>f
C
office operation. Each packet has a source address as well as destination address (IP address)
C,
C for being transmitted, in the same way as a postman delivers a letter to a specific destination
!:.
I. address.
s As there is no direct connection established between the sender and the receiver, each
i
II packet follows different routes and, therefore, the packets are delivered in a random order
at the destination address. It is the TCP protocol which then arranges all received packets in
:; a sequential order. During the transfer of packets, each packet has to pass through several
!'I intermediate nodes, so each intermediate node checks for destination IP address. If the packet
matches with the node address, it is received; otherwise, it is passed on to the next node until
i it reaches the destination IP address.
I
8.8
Mainframe
Receiver Caller
CTM: Packet
. ffi switching
d . . offers a conn ec t·ion
· Iess service.
• Data is fragmented into small packets and each
packet ISO xe size In packet switching technology. .
3. Message Switching
In message switching, the sender sends the data to a switching office first, which is then stored
in its buffer. It then checks the available link and, if it is free, the data is relayed to another
switching office. This process goes on until the data is sent to the destination (receiver). As the
data is first stored in a buffer and then sent to the next switching office, it is also called store
and forward switching technique.
CTM: Message switching is a store and forward switching technique where there is no direct connection
between the sender and the receiver. ·
data.
6. Packet switching is more efficient because the cost of the link is shared by many users.
7- In circuit switching, the telephone message is sent unbroken. The message is received in
the same order as it is originally sent. In packet switching, the message is broken into
small packets which are randomly sent from source and received in random order at
destination, which is then sequentially arranged.
8.9