Posts

Showing posts from December, 2022

Switching Techniques

Image
 What is Switching?                  In Large networks, there can be multiple paths from sender to receiver. The switching technique will decide the best route for data transmission.                 Switching technique is used to connect the systems for making one-to-one communication. Classification of Switching:         Circuit Switching.         Message Switching.         Packet Switching.   CIRCUIT SWITCHING:      Circuit is establish between the two ends.      Dedicated path for data to travel from one to other end.      Resources are reserved at intermediate switches.     The intermediate switches are connected by physical link. Advantages: Well defined and dedicated exists for the data to travel. No waiting time at any switch. Data is transmitted without any delay. Data alw...