Articles for category: Computer Network

Snehal Jadhav

Routing Protocols in Computer Network

The Routing protocol is used to determine the path between one or more networks and store the information in the routing table. The types of Routing are static, dynamic, and default. The router is a device that is used to forward a packet from source to destination. The Routing protocol is classified as distance-vector protocol, link-state protocol, and ...

Trapti Gupta

What is Transport Layer Protocol?

In OSI suite, there are 7 layers and all layers provide different services. Today we are here with detailed information on one of the layers i.e. transport layer which provides process-to-process communication in OSI suite. Transport Layer in Computer Networks is an end-to-end layer that is used to deliver messages to a host. In OSI model, the transport layer ...

Priyanshu Pandey

Message Switching in Computer Networks

Message Switching is a connectionless network switching approach in which the complete message is routed from the sender node to the receiver node one hop at a time. It was a forerunner to packet switching. Message switching served as an adequate replacement for circuit switching before the development of packet switching. The first applications of ...

Divyanshu Soni

Simple Mail Transfer Protocol (SMTP)

SMTP (Simple Mail Transfer Protocol) protocol is the standard mechanism for “sending and receiving the electronic mails via the internet”. SMTP is a set of guidelines that enables users to exchange information. The actual mail transfer is carried out through the message transfer agent i.e. a system should have the client MTA(Mail Transfer Agent) to send mail and it should ...

Shivam Verma

What is TCP 3 Way Handshake?

TCP establishes a secure and reliable connection between two devices. This is possible because of the TCP’s 3-way handshake process, which occurs when two devices establish and close connections. There are three steps to both establishing and closing the connection, as the name implies. So, in this article, we’ll go through the TCP 3-way handshake process ...

Priyanshu Pandey

MAC Filtering in Computer Network

Most broadband routers and other wireless access points contain an optional capability known as MAC address filtering, sometimes known as hardware address filtering. It increases security by limiting the devices that can connect to a network. MAC address filtering adds an additional layer of security by comparing the device’s MAC address to a list of ...

Agam Jyot Singh

Difference between Circuit Switching and Packet Switching

Circuit switching is a type of network configuration in which a physical path is acquired and set aside specifically for the purpose of connecting two endpoints in a network for the duration of a dedicated connection. Circuit switching is employed by typical voice phone services. Using different network devices, Packet switching divides data into smaller units called packets or blocks and transmits them across ...

Priyanshu Pandey

Network Address Translation (NAT)

If you are reading this article, you are most likely connected to the internet and viewing it at the Scaler Topics. Likely, you are currently utilizing Network Address Translation (NAT). More people now use the internet than ever anticipated, leading to the situation where the number of unique IP addresses provided by the IPv4, i.e.i.e.,232232 or 4,294,967,2964,294,967,296, is not enough. Network ...

Saksham Arya

Go-Back-N ARQ Protocol

Go Back N ARQ which stands for Go Back N Automatic Repeat Request (ARQ) is a data link layer protocol that is used for data flow control purposes. It is a sliding window protocol in which multiple frames are sent from sender to receiver at once. The number of frames that are sent at once depends upon the ...

Trapti Gupta

User Datagram Protocol (UDP)

The simplest protocol for transport layer communication is User Datagram Protocol (UDP). It has the bare minimum of communication channels. It is a best-effort delivery protocol that is regarded as unreliable. Because UDP doesn’t offer an acknowledgment mechanism, neither the sender nor the receiver sends an acknowledgment for a packet that has been received or sent. What is User ...