Circuit Switching in Computer Network (original) (raw)

Last Updated : 26 Sep, 2025

Circuit Switching establishes a dedicated path between sender and receiver before communication, using the full network bandwidth. Data flows without delay, and bit delay remains constant. While it guarantees a fixed data rate, it is costly and inefficient for high-traffic or large networks due to reserved resources.

Circuit-Switching

The telephone system network is one of the examples of Circuit switching. FDM (Frequency Division Multiplexing) and TDM (Time Division Multiplexing) are two methods of multiplexing multiple signals into a single carrier.

**1. Frequency Division Multiplexing (FDM):

**2. Time Division Multiplexing (TDM):

Phases of Circuit Switching

Phases of Circuit Switching

Formulas Used in Circuit Switching

1. Transmission rate = Link Rate or Bit rate / no. of slots = R/h bps

2. Transmission time = size of file / transmission rate
= x / (R/h)
= (x*h)/R second

3. Total time to send packet to destination = Transmission time + circuit setup time

4. Transmission rate from frames/sec and bits/slot:

Transmission Rate=F⋅B bits/sec

What is Circuit Switching Used For?

**Advantages of Circuit Switching

**Disadvantages of Circuit Switching