- Web Services
- Security Acts & Laws
- Hacking
- Cookies
- Firewall
- Network Security
- Wireless Technologies
- VoIP
- Email Protocols
- Mobile Communication Technologies
- Mobile Communication Protocols
- Network Protocols
- Types of Networks
- Network Topologies
- Network Devices
- Transmission Media
- Switching Techniques
- Terminologies
- History of Networking
- Introduction
- Home
Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Switching Techniques
In large networks, there may be more than one paths for transmitting data from sender to receiver. Selecting a path that data must take out of the available options is called switching. There are two popular switching techniques – circuit switching and packet switching.
Circuit Switching
When a dedicated path is estabpshed for data transmission between sender and receiver, it is called circuit switching. When any network node wants to send data, be it audio, video, text or any other type of information, a call request signal is sent to the receiver and acknowledged back to ensure availabipty of dedicated path. This dedicated path is then used to send data. ARPANET used circuit switching for communication over the network.
Advantages of Circuit Switching
Circuit switching provides these advantages over other switching techniques −
Once path is set up, the only delay is in data transmission speed
No problem of congestion or garbled message
Disadvantages of Circuit Switching
Circuit switching has its disadvantages too −
Long set up time is required
A request token must travel to the receiver and then acknowledged before any transmission can happen
Line may be held up for a long time
Packet Switching
As we discussed, the major problem with circuit switching is that it needs a dedicated pne for transmission. In packet switching, data is broken down into small packets with each packet having source and destination addresses, travelpng from one router to the next router.
Advertisements