×

Computer Network Switching

Switching

Many numbers of connected devices are called the network. Whenever a company has multiple devices, there has a problem of how to connected them to make the one to one communication possible. A better solution to these problems is switching. The chain of an interlink node is called a switched network. Switches are those devices to provide a temporary connection between two or more than two devices linked to the switches.

Computer Network Switching

Advantages of Switching

  1. Switching increases the bandwidth of the network.
  2. It reduces the workload on a single computer.
  3. It increases network performance by reducing the traffic on the network.

Disadvantages of Switching

  1. It's very costly than bridges.
  2. It is very difficult to detect connectivity issues in it.

There are three methods of switching

Normally, there are three methods of switching: circuit switching, packet switching, and message switching. Circuit switching and Packet switching are both commonly used today days. Packet switching can be divided into two types virtual-circuit network and the datagram network. The message switching has been phased out in normal communication but not usable for networking. Sub-categories of Switching are shown in the below diagram.

Computer Network Switching

Circuit switching

In the circuit switching networking, the physical nodes are connected to a set of switches. Circuit switching provides a dedicated route made up of one or more links in which each link is split into n channels. Usually, each link is split into n channels using by FDM or TDM. It is also called as the connection-oriented switching.

Some essential points in circuit switching:

  • Circuit switching occurs work at the physical layer.
  • The data transferred between the sender and receiver are not packed. The data are constantly flow sent by the source node and received by the destination node.

The telephone lines are the best example of circuit switching. The communication in circuit switching needed to three phases: connection established, data transfer, and connection teardown. Firstly, it established the connection between the sender and the receiver. Then it can be transferred to the data for both sides. After complete the data transfer, the connection is disconnected.

Packet Switching

In packet switching, the data is divided into smaller parts. These small parts are known as packets. There are all each package has its own source address and destination address. Each packet is further transmitted to the network based on these addresses. When all the packets reach their own destination address, they are all converted back to the original message. In packet switching, the network accepts the packets based on FCFS (first come first serve), i.e., the packet that first arrives is served first. Packet switching is used as an alternative to circuit switching. Packet switching can be divided into two types:

  1. Virtual-Circuit Network
  2. Datagram Network

Virtual-Circuit Network

In virtual-circuit network switching, one route is selected between the sender and receiver. All the packets are transmitted through this one route. Due to being transmitted through a route in virtual-circuit network switching, all packets reach the destination in systematic and correctly. It is called as the connection-oriented switching. The virtual-circuit network switching is usually done at the data link layer.

Datagram Network

In datagram networks, each packet is transmitted independently in the network, i.e., one packet has no connection with another packet. Packets in this switching network are called as the datagrams. These packets have a destination address from which they are transmitted in the network. Due to the packets being independent in datagram packet switching, they are transmitted through different routes. Which causes the packet to reach the destination poorly. The datagram network switching is usually done at the network layer. It is also called as connectionless switching.

Difference between Virtual Circuit network and Datagram network?

Virtual Circuit networkDatagram network
It is also called as connection-oriented switching.It is also called as connectionless switching.  
Virtual circuit networks are highly reliable than the datagram network. Datagram networks are not reliable than the virtual circuit network.
The implementation of virtual circuits is expensive because a new connection has to be established each time.The implementation of datagram networks is cost-efficient because it is not required a new connection to established each time.
In the virtual circuit network, there is used a fixed path for sending the packets.In the datagram network, there is not used a fixed path for sending the packets.
In the virtual circuit network, packets reach the destination in sequence because the packets follow the same path.In the datagram network, packets reach the destination in random order because the packets do not follow the same path.

Advantages of Packet switching

  1. It can send high data easily.
  2. It is very secure than other switching methods.

Disadvantages of Packet switching

  1. If the heavy data is transmitted in the network, then it takes a lot of time.
  2. There are many possibilities of corrupting data in this switching.

Message Switching

In message switching, when a message is sent, it is accompanied by its destination address. It is not required to establish any special route between the sender and receiver. In this, the message is transmitted from one node to another. When the node receives the complete message, it stores the message, and when the other node is ready to receive the message, it forwards the message. For this reason, it’s also called as store-forward switching. For this reason, its also called as store-forward switching.

Advantages of Message switching

  1. Message switching is efficient for data traffic management.
  2. Message switching reduces network blockages.

Disadvantages of Message switching

  1. It increases the cost due to its intermediate storage.
  2. It isn't suitable for devices in real-time such as data communication.

Difference between Circuit Switching and Packet Switching?

Circuit switchingPacket switching
Circuit switching is a connection-oriented switching technique.The packet switching technique is a connection-less switching technique.
Circuit switching was initially designed for voice communication between one device to another device.Packet switching was initially designed for data transmission between one device to another device.
It is done at the physical layer.It is done at the network layer.
It is not supported to the store and forward transmission.It supports the store and forward transmission.
In the circuit switching technique, bandwidth wastage is more.In the packet switching technique, bandwidth wastage is very low.

Difference between Circuit switching and Message switching?

Circuit switchingMessage switching
Circuit switching is a connection-oriented switching technique.The message switching technique is a connection-less switching technique.
It is geographical addressing in the circuit switching.It is hierarchical addressing in the message switching.
It is more expensive than message switching.It is less expensive than circuit switching.
It does not store the information.It stores the information firstly, then forwards it to the next device.

Related Topics

Transport Layer in OSI Model

This article will help you in getting a good understanding of the transport layer in the OSI model. The transport layer is the fourth layer from the bottom in the OSI...

4 minutes read.

Classification of Routing Algorithms

Introduction Before going to the classification of routing algorithms, we must find out what routing is. So, routing can be defined as the process of establishing the paths that the data...

3 minutes read.

User Datagram Protocol

User Datagram Protocol: UDP stands for the User Datagram Protocol. UDP was developed by David P Reed in 1980. It is a connection-less and unreliable protocol. In this protocol, when...

2 minutes read.

Fixed and Flooding Routing Algorithms

Introduction Before going to study fixed and flooding routing algorithms, we have to take a look back to revisit the topic of routing. Routing can be defined as Routing: What is it? Routing...

3 minutes read.

Differences between IPv4 and IPv6

Introduction In this tutorial, we will discuss the basic differences between IPv4 and IPv6 protocols. Definition of Internet Protocols Vint Cerf and Bob Kahn's initial Transmission Control Program had a connectionless datagram service...

4 minutes read.

Cryptography in Computer Network

Cryptography: Cryptography is derived from the Greek word, which means "Hidden Secrets." In other words, it is an art in which we can protect our data and information. Through cryptography,...

2 minutes read.

What is Computer Network?

 A computer network is a collection of interconnected devices, such as computers, servers, routers, and switches, that are connected together to share resources and exchange data. These devices use a...

6 minutes read.

Difference between Active and Passive FTP

What is FTP? FTP stands for File Transfer Protocol. It is a type of protocol that is used for transferring files over a network. FTP uses the TCP-based protocol. For a...

3 minutes read.

Decoding in Communication Process

The use of codes is necessary for all forms of communication. The sender, transmitter, and receiver are the three major components of more conventional communication paradigms. The sender is in...

4 minutes read.

Application Layer in OSI Model

This article will help you in getting a better understanding of the Application layer in the OSI model. It is the uppermost layer in the OSI Model. The application layer establishes...

4 minutes read.

Define Framing in Computer Network

Framing is a function of the data link layer, which provides a way for a sender to transmit a set of bits that should be meaningful to the user. The...

7 minutes read.

Computer Network Switching

Switching Many numbers of connected devices are called the network. Whenever a company has multiple devices, there has a problem of how to connected them to make the one to one...

5 minutes read.

Types of Computer Network: LAN, MAN, WAN and PAN

PAN: Personal Area Network PAN stands for Personal Area Network. It is designed for a very short distance (1 to10 m), such as a single room. This type of network can...

3 minutes read.

Difference between Transport and Network Layer

When it comes to the Internet, it is essential to understand the different layers that make up the network. The two most important layers are Transport Layer and Network Layer....

7 minutes read.

Session Layer and Presentation Layer

Session Layer and Presentation Layer Session Layer The fifth layer is the Session layer in the OSI model, which controls connections between many computers. It manages, establishes, and terminates the session connection...

2 minutes read.

Computer Network Tutorial

What is Data Communication and Computer Network? Data Communication is the process of exchanging digital data between two or more computers that act as source and receiver through wireless media or...

7 minutes read.

APIPA: Automatic Private IP Addressing

What is APIPA? APIPA stands for Automatic Private IP Addressing. It is a word used by Microsoft to describe address auto configuration, which enables a Local Area Network (LAN) computer to...

3 minutes read.

Advantages and Disadvantages of MAN

Before we move to advantages and disadvantages of MAN, first we discuss about what is MAN and what are its examples. A network that encircles a city or a sizable university...

3 minutes read.

Uses of Computer Networks

During the twentieth century, the most significant technology is information collecting, processing, and distribution. Computers and communications have been integrated, which has considerably influenced the organization of computer systems. The previous...

6 minutes read.

Computer Network Architecture

Computer network architecture is a design in which all the computers are organized in a computer network. The architecture defines how computers must communicate with each other to obtain maximum...

4 minutes read.