Computer Network Tutorial

Introduction of Computer Network Types of Computer Network Network Topology Computer Networking Architecture Transmission Modes (Data Flow) Basic Networking Devices Integrate Services Digital Network (ISDN)

Model

OSI Model TCP/IP Model

Physical Layer

Digital Transmission Analog Transmission Transmission Media Switching

Data Link Layer

Error detection and Error correction Data Link Control Multiple Access Aloha

Network Layer

Network Layer - Logical Address Address Mapping Unicast Routing Protocol

Transport Layer

Process to Process Delivery User Datagram Protocol Transmission Control Protocol Stream Control Transmission Protocol Session Layer and Presentation Layer

Application Layer

Domain Name System Application Protocol E-mail Cryptography

Misc

Classes of Routing Protocols Classification of Routing Algorithms Controlled Access Protocols in Computer Networks Differences between IPv4 and IPv6 Fixed and Flooding Routing Algorithms Advantages and Disadvantages of Fibre Optics Cable APIPA Difference between Active and Passive FTP Fiber Optics and its Types Method of Joining and Fusion of Fiber Optic Cable Define Framing in Computer Network Disadvantages of Computer Network Mesh Topology Diagram in Computer Network Ring Topology in Computer Network Star Topology in Computer Networks 4G Mobile Communication Technology Advantages and Disadvantages of LAN Advantages and Disadvantages of MAN Advantages and Disadvantages of WAN Application Layer in OSI Model Cyclic Redundancy Check Example Data link layer in OSI model Difference between Transport and Network Layer Hamming Code Example Network Layer in OSI Model Session Layer in OSI Model Transport Layer in OSI Model Two Port Network in Computer Networks Uses of Computer Networks What is Computer Network What is Framing in a Computer Network Advantages and Disadvantages of Bus Topology Difference between Star Topology and Bus Topology Subnetting in Computer Network Subnetting Questions and Answers What is Bus Topology What is Network Topology and Types in Computer Networks Access Control in Networking Basic Characteristics of Computer Network Benefits of SOCKS5 Proxy in Computer Networks Computer Network viva Questions Difference between BOOTP and RARP Difference Between Network Topologies and Network Protocols Difference between NFC and RFID Difference Between Point-to-Point Link and star Topology Network Differences Between MSS and MTU Differences Between Trunk Port and Access Port Different Modes of Communication in Computer Networks MIME Protocol in Computer Networks Modes of Communication in Computer Networks Network Attack in Computer Network Port Address in Networking Simplest Protocol in Computer Network Sliding Window Protocol in Computer Network Stop And Wait Protocol in Computer Networks TCP 3-Way Handshake Process in Computer Networks What is a Proxy Server What is APPN What is ICMP Protocol What is Point-to-Point Protocol What is Port Address in Networking What is the HDLC Protocol What is VRRP Protocol Difference Between Analog and Digital Signals Difference Between Hub and Repeater Difference between Repeater and Switch Difference Between Transparent Bridge and Source Routing Bridge Source Routing Bridge in Computer Networks Transparent Bridge in Computer Networks Transport Protocol in Computer Networks Types of CSMA in Computer Networks What is Wired and Wireless Networking Network Security in Computer Network Disadvantages of Extranet Difference Between TELNET and FTP Define Protocol in Computer Networks Guided Transmission Media in Computer Network What is a Gateway in a Computer Network IGMP in Computer Networks LAN Protocols in Computer Networks MAN Meaning in Computer Modulation Techniques in Computer Networks Switching in DCN TCP/IP Applications What is IGMP? What is Modem in Networking What is Non-Persistent CSMA Difference between Cell Splitting and Cell Sectoring Forouzen Computer Network

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.