Bhanu Priya

Bhanu Priya

1,061 Articles Published

Articles by Bhanu Priya

Page 20 of 107

What are the most used network troubleshooting tools?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 634 Views

Network troubleshooting tools are essential utilities that help network administrators diagnose, identify, and resolve network connectivity issues. These tools provide valuable insights into network performance, routing paths, and configuration problems. Understanding these tools enables administrators to quickly isolate problems and maintain optimal network performance. Here are the most commonly used network troubleshooting tools: Ping The ping command provides a basic connectivity test between the requesting host and destination host. It sends ICMP echo request packets and measures response time, helping identify if a host is reachable and responsive. ping google.com ping 192.168.1.1 Traceroute ...

Read More

What are Logical Link Control (LLC) and Medium Access Control(MAC)?

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

Logical Link Control (LLC) and Medium Access Control (MAC) are two sublayers of the Data Link Layer (Layer 2) in the OSI reference model. These sublayers work together to ensure reliable data transmission between network nodes while managing access to the shared communication medium. The Data Link Layer is responsible for node-to-node delivery, error detection, and flow control. To handle these complex responsibilities efficiently, it is divided into two distinct sublayers, each with specialized functions. Data Link Layer Sublayers Network Layer (Layer 3) ...

Read More

What is the process of securing the network architecture using TSL, SSL, and Cryptography?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 519 Views

Transport Layer Security (TLS) is the modern successor to Secure Sockets Layer (SSL), providing cryptographic protection for network communications. Both protocols secure data transmission between clients and servers over insecure networks through encryption, authentication, and integrity verification. TLS/SSL operates between the transport layer and application layer, protecting protocols like HTTP (creating HTTPS), SMTP, and FTP. These security protocols have become essential for securing web traffic, email communications, and other network services. TLS/SSL Security Architecture Client Server ...

Read More

What is client/server network and types of servers?

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

Local Area Networks are of two types − Peer to Peer network and client/server network. A client/server network is a network architecture where certain computers act as servers that provide resources and services, while other computers act as clients that request and use these services. This centralized approach forms the foundation of most modern business networks. How Client/Server Networks Work In this architecture, a server is a dedicated computer that provides network resources and services to other computers when requested. A client is a computer running programs that request services from servers. All network resources such as ...

Read More

What are wireless sensor networks?

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

A Wireless Sensor Network (WSN) is a distributed network of small, autonomous devices called sensor nodes that can sense, process, and communicate data wirelessly. These networks combine distributed communication, computing, and sensing capabilities to monitor physical or environmental conditions such as temperature, humidity, pressure, or motion. WSNs are characterized as infrastructure-less, fault-tolerant, and self-organizing networks that provide opportunities for low-cost, easy-to-apply, rapid, and flexible installations in various environments for diverse applications. Wireless Sensor Network Architecture Base Station Data Sink ...

Read More

What is simplex mode of transmission in computer networks?

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

Simplex mode is a data transmission method where communication flows in only one direction between devices. In this unidirectional communication, one device acts as a sender while the other acts as a receiver, but they cannot switch roles. Transmission modes define how data flows between communicating devices and operate at the physical layer of the network model. The transmission medium and communication channel determine the directional capabilities of the data flow. Types of Transmission Modes There are three primary transmission modes used in computer networks: Simplex Mode − Unidirectional communication Half-duplex Mode − Bidirectional but ...

Read More

What are Satellite Microwaves in computer networks?

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

There are two types of microwaves in computer networks: terrestrial microwave and satellite microwave. Let us discuss satellite microwaves in detail. What is Satellite Microwave? Satellite microwave is a wireless communication technology that uses satellites positioned in space to receive, amplify, and retransmit radio frequency signals between earth stations. The satellite acts as a repeater in the sky, enabling long-distance communication across continents and oceans. The system works by transmitting signals from an earth station to a satellite, which then amplifies and retransmits the signal to another earth station at the destination. The satellites must be properly ...

Read More

What are the classifications of classful IP addresses?

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

IP addresses are generally represented by a 32-bit unsigned binary value in dotted decimal format. For example, 192.168.1.1 is a valid IP address consisting of four octets, each containing 8 bits. The IP address consists of two main components: IP address = The first bits of the IP address specify how the rest of the address should be separated into its network and host portions. This addressing scheme is known as classful addressing, which divides the IP address space into distinct classes based on the leading bits. IP Address Structure (32 ...

Read More

What is switching and the types of switching techniques?

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

Switching is a technique for establishing communication paths and transferring data between devices in a computer network. It enables efficient data transmission by creating temporary or permanent connections between sender and receiver nodes. Switching operates through specialized network devices called switches that intelligently forward data based on addressing information. These devices create dedicated communication paths, reducing network congestion and improving overall performance. How Switching Works Network switches operate by examining the destination address of incoming data and forwarding it only to the intended recipient device. This process involves: Address learning − Switches build MAC address ...

Read More

What is Protocol Layering?

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

Protocol layering is a network design approach where communication functions are divided into multiple layers, each with specific responsibilities and protocols. This hierarchical structure allows complex network operations to be broken down into manageable, independent layers that work together to enable reliable data communication. When communication is simple, a single protocol may suffice. However, as network complexity increases, dividing tasks between different layers becomes essential. Each layer provides services to the layer above it while using services from the layer below, creating a structured approach to network communication. Protocol Layering Architecture ...

Read More
Showing 191–200 of 1,061 articles
« Prev 1 18 19 20 21 22 107 Next »
Advertisements