Computer Network Articles

Page 43 of 122

What are the functions of Network Management?

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

Network Management involves monitoring and controlling a network system to ensure it operates properly without downtime. The functions performed by a network management system are categorized into several key areas that work together to maintain network reliability, security, and performance. Network Management Functions Network Management Central Control Fault Management Configuration Management Performance Management ...

Read More

What is the SNMP in the Computer Network?

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

SNMP stands for Simple Network Management Protocol. It is an Internet-standard protocol for managing and monitoring devices on IP networks. Devices that typically support SNMP include routers, switches, servers, workstations, printers, and network appliances. SNMP is primarily used in network management frameworks to monitor network-attached devices for conditions that require administrative attention. SNMP operates as an application-layer protocol that provides a framework for managing devices on the Internet using the TCP/IP protocol suite. It supports a set of fundamental operations for monitoring and maintaining network infrastructure across diverse hardware platforms. SNMP Network Management Architecture ...

Read More

How does communication happen between Manager & Agent?

Ginni
Ginni
Updated on 16-Mar-2026 342 Views

The manager sends a request to an agent, and the agent responds to the request, known as Request/Response interaction. The request is usually used to retrieve or modify management information associated with the network device. Types of Manager Requests Requests which are generated by the manager can be as follows: Get request-PDU − The manager generates a request for retrieving information on specific variables from the agent's MIB. Get Bulk request-PDU − The manager generates a request for bulk information retrieval, introduced in SNMP version 2. It allows the return of as much ...

Read More

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
Showing 421–430 of 1,219 articles
« Prev 1 41 42 43 44 45 122 Next »
Advertisements