Internet Articles

Page 8 of 88

What is the MIB in the Computer Network?

Ginni
Ginni
Updated on 16-Mar-2026 3K+ Views

A Management Information Base (MIB) is a hierarchical virtual database that contains network objects describing a device being monitored by a network management system (NMS). MIBs are primarily used with Simple Network Management Protocol (SNMP) and remote monitoring protocols to provide standardized access to network device information. The MIB serves as a complete collection of management information for network entities like routers, switches, and servers. While it represents the entire database, the term "MIB" often refers to specific subsets called MIB modules that focus on particular device functions or protocols. How MIB Works MIB defines the functional ...

Read More

What is Firewall in Computer Network?

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

A firewall is a network security device that monitors incoming and outgoing network traffic and determines whether to allow or block specific traffic based on a defined set of security rules. It acts as a barrier between trusted internal networks and untrusted external networks, such as the Internet. The primary purpose of a firewall is to establish a controlled gateway that filters network communications, allowing legitimate traffic while blocking malicious or unauthorized data packets. Firewalls are essential components of network security infrastructure, protecting systems from viruses, malware, and cyber attacks. Firewall Protection Model ...

Read More

What is Windows NT in Computer Network?

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

Windows NT (New Technology) was a family of operating systems developed by Microsoft, first released in July 1993. The initial version included Windows NT 3.1 and Windows NT Advanced Server. It was designed as a processor-independent, multiprocessing, multiuser operating system with a modular architecture. Unlike previous Windows versions, Windows NT was built from the ground up as a true 32-bit operating system with enhanced security, stability, and networking capabilities. It served as both a workstation operating system and a server platform, making it a crucial component in enterprise networking environments. Key Features of Windows NT ...

Read More

What is the I2C Protocol in Computer Network?

Ginni
Ginni
Updated on 16-Mar-2026 12K+ Views

I2C (Inter-Integrated Circuit) is a serial communication protocol designed to connect low-speed devices in embedded systems and computer networks. It operates as a master-slave communication system where a single master can control multiple slave devices, with each slave having a unique address for identification. I2C was developed by Philips Semiconductor (now NXP) to overcome the complexities of other communication protocols like UART (Universal Asynchronous Receiver Transmitter) and SPI (Serial Peripheral Interface). Unlike UART, which requires devices to agree on data rates beforehand and maintain synchronized clocks, I2C provides a more flexible and efficient solution for device communication. ...

Read More

What is the MQTT protocol in Computer Network ?

Ginni
Ginni
Updated on 16-Mar-2026 1K+ Views

MQTT represents Message Queuing Telemetry Transport. It is a highly lightweight and publish-subscribe messaging transport protocol designed for constrained environments where bandwidth is limited and network reliability is uncertain. MQTT was initially invented and developed by IBM in the late 1990s to link sensors on oil pipelines with satellites. It provides asynchronous communication between parties, meaning the message sender and receiver are decoupled in both space and time, making it scalable in unreliable network environments. The protocol is ideal for collecting data from many devices and transporting that data to IT infrastructure, particularly in machine-to-machine (M2M) connections where ...

Read More

What is a SPI Protocol in the Computer Network?

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

SPI (Serial Peripheral Interface) is a synchronous serial communication protocol designed for short-distance communication between microcontrollers and peripheral devices. Created by Motorola in the mid-1980s, SPI enables full-duplex data transfer where transmission and reception occur simultaneously. SPI operates on a master-slave architecture where one device (master) controls the communication and timing, while slave devices respond to the master's commands. Unlike I²C protocol, SPI lacks built-in device addressing, which makes it simpler for point-to-point connections but requires additional hardware for multiple slave configurations. SPI Interface and Signal Lines The SPI protocol uses four primary signal lines for communication: ...

Read More

Differentiate between I2C and SPI Protocol in Computer Network.

Ginni
Ginni
Updated on 16-Mar-2026 6K+ Views

Both I2C and SPI are serial communication protocols used to connect microcontrollers with peripheral devices like sensors, memory chips, and displays. These protocols enable efficient data exchange in embedded systems and computer networks. I2C Protocol I2C (Inter-Integrated Circuit) is a multi-master, multi-slave serial communication protocol developed by Philips. It uses only two wires to connect multiple devices on the same bus, making it ideal for applications where pin count and board space are limited. I2C Bus Architecture Master ...

Read More

What is DAS in the Computer Network?

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

Direct Attached Storage (DAS) is a computer storage system that is directly connected to a single computer or server without going through a network. Unlike networked storage solutions, DAS provides dedicated storage access to one host system through a direct physical connection via a Host Bus Adapter (HBA). DAS represents the most traditional form of computer storage, where storage devices like hard drives, SSDs, or external drive arrays are physically attached to the computer that uses them. This direct connection eliminates network overhead and provides fast, dedicated access to stored data. Direct Attached Storage ...

Read More

What is iSCSI in the Computer Network?

Ginni
Ginni
Updated on 16-Mar-2026 593 Views

iSCSI represents Internet Small Computer Systems Interface. It is a transport layer protocol that works on top of the Transport Control Protocol (TCP). It enables block-level SCSI data transport between the iSCSI initiator and the storage target over TCP/IP networks. iSCSI supports encrypting the network packets and decrypts upon arrival at the target. There are multiple means of transports that can be used for iSCSI. The most common is TCP/IP over Ethernet, but Remote Direct Memory Access (RDMA) can also be used with iSER, which is iSCSI Extensions for RDMA. If using iSER, the transport is RoCE or InfiniBand, ...

Read More

Differentiate between CIFS and NFS in Computer Network.

Ginni
Ginni
Updated on 16-Mar-2026 934 Views

CIFS (Common Internet File System) and NFS (Network File System) are two prominent network protocols used for file sharing across networks. While both enable remote file access, they differ significantly in their design, implementation, and target operating systems. CIFS CIFS stands for Common Internet File System, also known as Server Message Block (SMB). It is a network protocol primarily designed for sharing files and resources on a Local Area Network (LAN). CIFS allows users to manipulate remote files as if they were stored locally on their computer. The protocol supports standard file operations including read, write, create, ...

Read More
Showing 71–80 of 874 articles
« Prev 1 6 7 8 9 10 88 Next »
Advertisements