Compare and contrast circuit switching and packet switching. Why did the Internet designers choose packet switching instead of circuit switching?

What will be an ideal response?


With circuit switching, a call goes through a setup process whereby a temporary path, or cir
cuit, is created through various switching locations between the sender and receiver. The cir
cuit is dedicated to the call for the duration of the call. Even if no communication is occur
ring between the sender and receiver, the circuit and its resources remain reserved until one
end disconnects. If there's a problem with any device in the path during a call, the call is
dropped and must be reestablished. A new call requires a new setup process that creates a
new circuit.
With packet switching, there's no requirement for call setup. Messages are divided into small
blocks of data (packets) that can travel across many paths to the destination.
The early Internet designers chose packet switching because it provides better fault tolerance
and scalability. Packets are routed according to the best path available at the time and can be
routed around problem areas. Packets from different sources are intermixed, using all avail
able resources. The problem of underutilized idle circuits is eliminated, because resources are
used dynamically as packets arrive at switching locations.

Computer Science & Information Technology

You might also like to view...

Method indicates that a Component should be refreshed on screen as soon as possible with a call to that control’s paintComponent method.

a. refresh b. repaint c. repaintComponent d. redraw

Computer Science & Information Technology

POST checks for hardware based on the saved BIOS settings and displays an error if the hardware check does not match the settings

Indicate whether the statement is true or false

Computer Science & Information Technology

Discuss the development within mobile device forensic tools and suggest issues that need to be addressed to improve them

What will be an ideal response?

Computer Science & Information Technology

TCP and UDP both operate at what layer of the OSI model?

A. Layer 2 B. Layer 3 C. Layer 4 D. Layer 5

Computer Science & Information Technology