Switching
Techniques
In large networks there might be
multiple paths linking sender and receiver. Information may be switched as it
travels through various communication channels. There are three typical
switching techniques available for digital traffic.
•
Circuit Switching
•
Message Switching
Packet Switching
Circuit Switching:-
•Circuit switching
is a technique that directly connects the sender and the receiver in an
unbroken path.
•Telephone switching equipment, for
example, establishes a path that connects the caller's telephone to the
receiver's telephone by making a physical connection.
•With this type of switching technique,
once a connection is established, a dedicated path exists between both ends
until the connection is terminated.
•Routing decisions must be made when the
circuit is first established, but there are no decisions made after that time.
•Circuit switching
is a technique that directly connects the sender and the receiver in an
unbroken path.
•Telephone switching equipment, for
example, establishes a path that connects the caller's telephone to the
receiver's telephone by making a physical connection.
•With this type of switching technique,
once a connection is established, a dedicated path exists between both ends
until the connection is terminated.
•Routing decisions must be made when the
circuit is first established, but there are no decisions made after that time.
Message Switching:-
•With message switching there is no need
to establish a dedicated path between two stations.
•When a station sends a message, the
destination address is appended to the message.
•The message is then transmitted through
the network, in its entirety, from node to node.
•Each node receives the entire message,
stores it in its entirety on disk, and then transmits the message to the next
node.
•This type of network is called a
store-and-forward network.
Packet Switching:-
•
In both packet switching methods, a message is broken into
small parts, called packets.
•
Each packet is tagged with appropriate source and destination
addresses.
•
Since packets have a strictly defined maximum length, they
can be stored in main memory instead of disk, therefore access
delay and cost are minimized.
•
Also the transmission speeds, between nodes, are optimized.
•
With current technology, packets are generally accepted onto
the network on a first-come, first-served basis. If the network
becomes overloaded, packets are delayed or discarded.
Thanks :)