Articles for author: Shivam Verma

Shivam Verma

What is Bus Architecture?

A bus is a collection of electrical pathways or conductors that carry data, addresses, and control signals between different hardware components. These components are linked to the bus, allowing them to interact and collaborate effortlessly, and these all together are called bus architecture. The width (number of data lines), speed, and protocols of bus architectures ...

Shivam Verma

Difference Between FDMA, TDMA, and CDMA

FDMA (Frequency Division Multiple Access), TDMA (Time Division Multiple Access), and CDMA (Code Division Multiple Access) are three distinct multiple access techniques used in telecommunications and wireless communication systems. These are all data transmission and communication techniques. They are highly effective, but because of their unique features, they are used in various ways. Each technique has ...

Shivam Verma

Protocol Hierarchies in Computer Network

A protocol hierarchy in computer networks refers to the organization and arrangement of networking protocols in a layered structure. This layered approach helps in achieving interoperability, modularity, and ease of implementation and maintenance within complex network systems. The most well-known protocol hierarchy is the OSI (Open Systems Interconnection) model, which consists of seven layers. You ...

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 ...

Shivam Verma

Public and Private IP Addresses

A public IP address is a unique IP address assigned to your network router by your internet service provider and can be accessed directly over the internet. A private IP address is a unique address that your network router assigns to your device. It is used within a private network to connect securely to other ...

Shivam Verma

Bridge vs Repeater

A bridge is a computer networking device that connects multiple LANs (Local area networks) together to create a single, larger LAN. The process of aggregating networks is referred to as network bridging. Bridges operate at the data link layer according to the OSI model. A repeater is also a computer networking device operating at the OSI model’s physical layer ...

Shivam Verma

BGP (Border Gateway Protocol)

BGP is an external gateway protocol that exchanges routing information between routers in various autonomous systems. It is the protocol that is used between Internet service providers and can also be used between an enterprise and an ISP. The entire route to each destination is included in the BGP routing information. Using the routing information, ...

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 ...

Shivam Verma

What is localhost?

The hostname of the current server or system accessing the network is referred to as Localhost in networking. The network services running on the host are accessed using it through the loopback network interface. The loopback interface provides a way to connect back to the server while avoiding any local network interface hardware. The term ...

Shivam Verma

Token Bus (IEEE 802.4)

Token bus is a popular standard for token passing LANs. It was standardized by IEEE standard 802.4 and is mainly used for industrial applications. In a token bus LAN, stations are used to create a virtual ring, and tokens are then passed from one station to another using this virtual ring. Every station or node ...