LambdaLabTM
Computer Networks · Class 12 · Data Communication · Switching Techniques
networksrevision⏱️ 6 min read

Circuit vs Packet Switching

“Write two points of difference between circuit switching and packet switching” is one of the most repeated 2-mark questions in this unit. Watch the difference first, then learn the points.

1The same three conversations, both ways

A, C and E all start talking to B, D and F at the same moment. Run it with circuit switching, then with packet switching.

Three conversations, two techniques

Choose a technique and press Start. Then try the other one. Drag sideways to turn.

A, C and E all want to reach B, D and F at the same moment. Press Start.

Circuit switching connects two calls and refuses the third, because each connected call holds a whole route. Packet switching gets all three messages through the very same network, because every link is shared.

2The differences

Circuit switchingPacket switching
PathA dedicated path is set up before communication startsNo dedicated path; nothing is set up in advance
How data is sentAs one continuous stream along the pathBroken into packets, each sent independently
RouteAll data follows the same pathPackets may take different routes
Order of arrivalData arrives in orderPackets may arrive out of order and are reassembled
SharingThe path is reserved, even when nothing is sentLinks are shared by many users at once
Store and forwardNot usedUsed at every switch
If a link failsThe communication is cut offPackets go by another route
ExampleTraditional landline telephone callThe Internet
Writing a 2-mark answer
Two points are asked for, so give two clear pairs, each saying what circuit switching does and what packet switching does. The first three rows of the table are the safest to use.

3From the board papers

1
Write two points of difference between Circuit Switching and Packet Switching.CBSE sample paper 2022-23 · one difference asked in the CBSE board exam 2024 and the CBSE compartment exam 2026
2 marks
Show the answer
  1. In circuit switching, a dedicated path is set up between sender and receiver before communication starts. In packet switching, no dedicated path is set up.
  2. In circuit switching, all data follows the same path. In packet switching, data is broken into packets that are sent independently and may take different routes.

4Circuit or packet?

Which switching technique?

Read the statement and pick the technique it describes.

1 of 10score 0
A dedicated path is set up between sender and receiver before any data is sent

5Check yourself

Quick Check

Which switching technique does the Internet use?

Quick Check

Which statement is true of circuit switching but NOT of packet switching?