Articles for category: Computer Network

Trapti Gupta

What is Checksum?

We are here with one of the techniques used in data transmission for detecting an error. The name of that error detection algorithm is Checksum. It is essential to perform error detection in data transmission. The Checksum is an error detection technique that detects an error in a transmitted message by appending redundant bits in the message. So this ...

Sushant Gaurav

Transmission Control Protocol (TCP)

The transmission control protocol is a transport layer connection-oriented protocol that defines the standard of establishing and maintaining the conversation that will be used by the applications to exchange the data. The transmission control protocol is one of the most important and widely used protocols of the IP suite. The TCP ensures the reliable transmission and delivery of our ...

Manish Jha

World Wide Web (WWW)

The World Wide Web (popularly known as the WWW) is a troupe of web pages or websites that is stored within the web servers. This is a collection of web pages or websites connected to local computer systems with the help of the internet. The World Wide web is used to connect people through images, text pages, videos, digital content, ...

Sushant Gaurav

Difference between Transport Layer and Network Layer

The network layer and transport layer are two of the seven layers of the OSI model. The network layer is the third layer of the OSI model which provides communication between hosts of different networks. The transport layer is the fourth layer of the OSI model which is responsible for the process to process delivery of ...

Trapti Gupta

Stop and Wait Protocol

To maintain the rate of data transmission between sender and receiver, it is required to use flow control protocol. The data link layer provides us with the protocol for controlling the data transmission rate. So here we are going to discuss one of the flow control protocols named stop and wait protocol. The stop-and-wait protocol ...

Priyanshu Pandey

How Does WiFi Work?

WiFi or wireless fidelity is a wireless networking technology that connects computers (laptops and desktops), mobile devices (smartphones and wearables), and other equipment (printers and video cameras) to the Internet. It enables these devices, as well as many others, to communicate with one another, forming a network. In today’s world, WiFi is one of the most important means ...

Shivam Verma

What is Bandwidth in Computer Network?

Bandwidth, or network bandwidth, is the maximum data transfer rate of a network or Internet connection. It determines how much information can be sent over a particular connection in a certain amount of time. The higher bandwidth of a network, the larger amount of data it can send to and from across its path. Be careful ...

Sushant Gaurav

Difference between Peer to Peer and Client Server

There are mainly two types of computer network architecture: peer-to-peer network architecture or P2P network architecture and Client-Server network architecture. Peer-to-peer has decentralized the simplest form of network architecture where every computer system can communicate with every other computer system. In the peer-to-peer network, each node of the network has equal permission and responsibility for processing the data or ...

Hinal Vithlani

Layers of OSI Model

The OSI model stands for Open Systems Interconnection model. The OSI model is also known as the ISO-OSI model as it was developed by ISO (International Organization for Standardization). It is a conceptual reference model that describes the entire flow of information from one computer to the other computer. The OSI model is a 7-layered model, so it ...

Piyush Singhal

File Transfer Protocol (FTP)

What is File Transfer Protocol (FTP)? How Does File Transfer Protocol (FTP) Work? FTP can be accessed via a basic command-line interface (from a console or terminal window in Microsoft Windows, Apple macOS, or Linux) or with a dedicated graphical user interface. FTP clients can also be used with web browsers. What is the Purpose of ...