Computer Networks BCA
Computer Networks BCA
Circuit Switching
Packet Switching
Message Switching
switching is switching method that creates a dedicated
channel between the transmitter and the receiver.
Once the link is created via the Circuit Switching
Technique, the dedicated path will exist until the
connection is cancelled.
Message Switching –
Message switching was a technique developed as an alternative to circuit switching
before packet switching was introduced. In message switching, end-users
communicate by sending and receiving messages that included the entire data to be
shared. Messages are the smallest individual unit.
Also, the sender and receiver are not directly connected. There are a number of
intermediate nodes that transfer data and ensure that the message reaches its
destination. Message switched data networks are hence called hop-by-hop systems.
They provide 2 distinct and important characteristics:
Store and forward – The intermediate nodes have the responsibility of transferring the
entire message to the next node. Hence, each node must have storage capacity. A
message will only be delivered if the next hop and the link connecting it are both
available, otherwise, it’ll be stored indefinitely. A store-and-forward switch forwards a
message only if sufficient resources are available and the next hop is accepting data.
This is called the store-and-forward property.
Message delivery – This implies wrapping the entire information in a single message
and transferring it from the source to the destination node. Each message must have a
header that contains the message routing information, including the source and
destination.
Message switching network consists of transmission links (channels),
store-and-forward switch nodes,
Circuit Switching
YMODEM is a type of Datalink protocol that is similar to XMODEM, The data unit is
1024 bytes.
Blocked asynchronous transmission (BLAST) is more powerful than XMODEM. It is a
full-duplex with sliding window flow control. It allows the transmission of data and
binary files.
KERMIT is another type of datalink protocol, which is designed at Columbia University,
is currently the foremost widely used asynchronous protocol.
Synchronous Protocols
Now you are going to learn about synchronous protocols in Datalink protocols, and
about their types.
The speed of synchronous transmission makes it the better choice, over the
synchronous transmission, For LAN, MAN, and WAN technology. Protocols governing
synchronous transmission are often divided into two classes:
character-oriented protocols
bit-oriented protocols
Character-Oriented Protocols:-