MCA Articles

Page 82 of 95

What is Hamming Distance?

Nitya Raut
Nitya Raut
Updated on 16-Mar-2026 79K+ Views

Hamming distance is a metric for comparing two binary data strings of equal length. It measures the number of bit positions in which the two bits are different, providing a quantitative way to assess how "close" or "far apart" two binary sequences are. The Hamming distance between two strings a and b is denoted as d(a, b). This distance metric is fundamental in computer networks for error detection and correction, as well as in coding theory for comparing equal-length data words. How It Works To calculate the Hamming distance between two binary strings, we perform an XOR ...

Read More

What are guided and unguided transmission media?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 54K+ Views

Transmission media is the physical path through which data signals travel in a network. It serves as the communication channel that connects different devices and systems. Telecommunication links are classified into two main categories: Guided media (wired) − uses physical cables or wires Unguided media (wireless) − uses electromagnetic waves through air Both types are used for short distance (LANs, MANs) as well as long distance (WANs) communication. Transmission Media Classification Guided Media (Wired) ...

Read More

What is hierarchical routing?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 56K+ Views

In hierarchical routing, the routers are divided into regions. Each router has complete details about how to route packets to destinations within its own region, but it does not have any idea about the internal structure of other regions. As networks grow larger, the number of routers increases significantly. In traditional routing algorithms like Link State (LS) and Distance Vector (DV), every router needs to maintain information about all other routers. This causes routing tables to become extremely large, reducing efficiency. Hierarchical routing solves this scalability problem by organizing routers into a structured hierarchy. How Hierarchical Routing Works ...

Read More

IEEE 802.3 and Ethernet

George John
George John
Updated on 16-Mar-2026 49K+ Views

Ethernet is a set of technologies and protocols that are used primarily in LANs. It was first standardized in the 1980s by IEEE 802.3 standard. IEEE 802.3 defines the physical layer and the medium access control (MAC) sub-layer of the data link layer for wired Ethernet networks. Ethernet is classified into two main categories: classic Ethernet and switched Ethernet. Classic Ethernet is the original form providing data rates between 3 to 10 Mbps, commonly referred to as 10BASE-X variants. Switched Ethernet uses switches to connect stations in the LAN, replacing repeaters and allowing full bandwidth utilization. IEEE 802.3 ...

Read More

Introduction to Host Names: Understanding the Basics

sudhir sharma
sudhir sharma
Updated on 16-Mar-2026 754 Views

In the world of computers and the internet, host names are a critical component of how devices connect to each other. A host name is a unique identifier assigned to a device or server on a network, used to identify and locate devices on the internet or any other network. What is a Host Name? A host name is a label assigned to a device on a network. It consists of a combination of letters, numbers, and hyphens, usually assigned by an administrator or network manager. Host names are case-insensitive, meaning "mydevice" and "MyDevice" are treated as identical. ...

Read More

Multi-access Channels and Random Access Channels

Vikyath Ram
Vikyath Ram
Updated on 16-Mar-2026 1K+ Views

Multi-access channels are network channels that allow several transmitters to communicate with a common receiver via a shared channel. These channels are also called multiple access (MAC) channels. The network channel may be a single cable or optical fiber connecting multiple nodes, or a portion of the wireless spectrum. In multi-access environments, efficient coordination is essential to prevent data collisions and ensure all users can transmit their information successfully without interference. Random Access Channels Random-access channels (RACH) are shared channels used in wireless communication systems to allow mobile devices for call set-up. RACH also handles bursty data ...

Read More

Medium Access Control Sublayer (MAC sublayer)

Samual Sam
Samual Sam
Updated on 16-Mar-2026 105K+ Views

The Medium Access Control (MAC) sublayer is a critical component of the data link layer in the OSI reference model. It manages how devices access and share transmission media, controlling data flow and preventing collisions in shared network environments. The MAC sublayer acts as an intermediary between the upper layers and the physical transmission medium, ensuring orderly and efficient data transmission across networks like Ethernet, Wi-Fi, and other shared media technologies. MAC Layer in the OSI Model The data link layer (Layer 2) of the OSI model is divided into two distinct sublayers: Logical ...

Read More

Network Software

Vikyath Ram
Vikyath Ram
Updated on 16-Mar-2026 33K+ Views

Network software encompasses a broad range of software used for the design, implementation, operation, and monitoring of computer networks. Traditional networks were hardware-based with software embedded directly into the devices. With the advent of Software-Defined Networking (SDN), software is separated from the hardware, making it more adaptable to the ever-changing nature of computer networks. Functions of Network Software Network software performs several critical roles in managing and maintaining a computer network − Network setup and installation − Helps to set up and install computer networks by configuring devices, assigning IP addresses, and establishing connectivity. ...

Read More

Home Networks

Arushi
Arushi
Updated on 16-Mar-2026 2K+ Views

A home network is a small-sized LAN that is used to connect devices within the small area of a home. It facilitates sharing of files, peripheral devices, programs, and Internet access among the computers in a home. Home networks may be wired, i.e., connections within devices are done with cables; or wireless, i.e., connections are provided using Wi-Fi and Bluetooth. Most modern home networks use a combination of both wired and wireless connections. A typical setup involves an Internet Service Provider (ISP) connection coming into a modem, which connects to a wireless router that distributes the network to all ...

Read More

Wide Area Network (WAN)

Rishi Raj
Rishi Raj
Updated on 16-Mar-2026 26K+ Views

A Wide Area Network (WAN) is a computer network that covers a large geographical area comprising a region, a country, a continent, or even the whole world. WAN includes the technologies to transmit data, image, audio, and video information over long distances and among different LANs and MANs. The Internet is the largest and most well-known example of a WAN. Organizations use WANs to connect their branch offices, data centers, and cloud services spread across different cities or countries. Distinguishing Features of WAN Large capacity and scalability − WANs connect a large number of computers ...

Read More
Showing 811–820 of 941 articles
« Prev 1 80 81 82 83 84 95 Next »
Advertisements