What is circuit switching?
Circuit switching is a connection-oriented network switching technique. Here, a dedicated route is established between the source and the destination and the entire message is transferred through it.
What are the phases of circuit switching?
Circuit Establishment : In this phase, a dedicated circuit is established from the source to the destination through a number of intermediate switching centres. The sender and receiver transmits communication signals to request and acknowledge establishment of circuits.
Data Transfer : Once the circuit has been established, data and voice are transferred from the source to the destination. The dedicated connection remains as long as the end parties communicate.
Circuit Disconnection : When data transfer is complete, the connection is relinquished. The disconnection is initiated by any one of the user. Disconnection involves removal of all intermediate links from the sender to the receiver.
*see doc for pic
What are the advantages and disadvantages of circuit switching?
Advantages
It is suitable for long continuous transmission, since a continuous transmission route is established, that remains throughout the conversation.
The dedicated path ensures a steady data rate of communication.
No intermediate delays are found once the circuit is established. So, they are suitable for real time communication of both voice and data transmission.
Disadvantages
Circuit switching establishes a dedicated connection between the end parties. This dedicated connection cannot be used for transmitting any other data, even if the data load is very low.
Bandwidth requirement is high even in cases of low data volume.
There is underutilization of system resources. Once resources are allocated to a particular connection, they cannot be used for other connections.
Time required to establish connection may be high.
What is multiplexing?
Multiplexing is the technology that is able to combine multiple communication signals together in order for them to traverse an otherwise single signal communication medium simultaneously.
What is FDM?
Frequency Division Multiplexing or FDM is used when multiple data signals are combined for simultaneous transmission via a shared communication medium.It is a technique by which the total bandwidth is divided into a series of non-overlapping frequency sub-bands,where each sub-band carry different signal. Practical use in radio spectrum & optical fiber to share multiple independent signals.
What is TDM?
Time Division Multiplexing : Divides into frames
Time-division multiplexing (TDM) is a method of transmitting and receiving independent signals over a common signal path by means of synchronized switches at each end of the transmission line. TDM is used for long-distance communication links and bears heavy data traffic loads from end user.
Time division multiplexing (TDM) is also known as a digital circuit switched.
What is FDM?
Divides into multiple bands
Frequency Division Multiplexing or FDM is used when multiple data signals are combined for simultaneous transmission via a shared communication medium.It is a technique by which the total bandwidth is divided into a series of non-overlapping frequency sub-bands,where each sub-band carry different signal. Practical use in radio spectrum & optical fiber to share multiple independent signals.
What is bursty internet traffic
Unexpected or sudden network traffic volume peaks and troughs based on seasonal factors.
*Circuit switching is unsuitable for bursty internet traffic
What is a queue in networking and what do they introduce during packet switching?
a collection of data packets collectively waiting to be transmitted by a network device
They introduce variable delay and losses (when packets arrive to a full queue they are dropped)
What does variable delay constitute of in a network?
Delay = Queuing delay + propagation delay + transmission delay + processing delay
What is packet switching?
a mode of data transmission in which a message is broken into a number of parts which are sent independently, over whatever route is optimum for each packet, and reassembled at the destination.
* mostly for dats
What are the advantages and disadvantages of packet switching?
Advantages
Disadvantages
What are the differences between circuit switching and packet switching?
3CS-It is most ideal for voice communication, while also keeping the delay uniform. PS-It is used mainly for data transmission as the delay is not uniform.