Circuit Switching and Packet Switching Networks
Circuit Switching and Packet Switching Networks
(Page 1 of 3)
Circuit Switching
Packet Switching
Figure 2: Packet Switching
However, this doesn't work well in LANs, which typically use a single shared
medium and baseband signaling. If two devices were to establish a
connection, they would “lock out” all the other devices for a long period of
time. It makes more sense to chop the data into small pieces and send them
one at a time. Then, if two other devices want to communicate, their packets
can be interspersed and everyone can share the network.
While the theoretical difference between circuit and packet switching is pretty
clear-cut, understanding how they are used is a bit more complicated. One of
the major issues is that in modern networks, they are often combined. For
example, suppose you connect to the Internet using a dial-up modem. You will
be using IP datagrams (packets) to carry higher-layer data, but it will be over
the circuit-switched telephone network. Yet the data may be sent over the
telephone system in digital packetized form. So in some ways, both circuit
switching and packet switching are being used concurrently.
Another issue is the relationship between circuit and packet switching, and
whether a technology is connection-oriented or connectionless. The two
concepts are related but not the same; the next topic discusses this in much
more detail.
Note: Note that the word “packet” is only one of several terms that are used to
refer to messages that are sent over a network. Other terms you will encounter
include frame, datagram, cell and segment.