Articles on Trending Technologies

Technical articles with clear explanations and examples

Status Code 400 in Web

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 615 Views

HTTP Status Code 400 is a client error response that indicates the server cannot process the request due to a malformed request syntax, invalid request message framing, or deceptive request routing. Understanding this error is crucial for web developers and system administrators to maintain optimal website functionality and user experience. When a user encounters a 400 Bad Request error, it means their browser sent a request that the server could not understand or process properly, often due to incorrect syntax or missing required parameters. Overview of HTTP Status Codes HTTP status codes are three-digit numbers that communicate ...

Read More

What is Exterior Gateway Protocol (EGP)?

Pranav Bhardwaj
Pranav Bhardwaj
Updated on 16-Mar-2026 2K+ Views

The Exterior Gateway Protocol (EGP) is a defunct routing protocol that was used to exchange routing information between autonomous systems on the early Internet. EGP served as the first standardized exterior gateway protocol before being replaced by the Border Gateway Protocol (BGP) in the late 1980s. EGP was defined in RFC 904, published in April 1984, and was widely used by research institutes, universities, government agencies, and commercial organizations to interconnect autonomous systems during the Internet's formative years. How EGP Works EGP operates through a simple mechanism of poll-response exchanges and periodic message polling to maintain neighbor ...

Read More

Web Caching and Conditional GET Statements

Ayushi Bhargava
Ayushi Bhargava
Updated on 16-Mar-2026 2K+ Views

The activity of saving data for reuse, such as a copy of a web page supplied by a web server, is known as web caching. It is a fundamental technique used to improve web performance and reduce server load. Web caching works by storing frequently accessed content at intermediate locations closer to users. When a user first accesses a page, it is cached or saved, and subsequent requests for the same page are served from the cache rather than the origin server, preventing server overload and improving response times. How Web Caching Works Web caching techniques dramatically ...

Read More

What is the difference between Internet, Intranet and Extranet?

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

The Internet, Intranet, and Extranet are three distinct types of networks that serve different purposes and user groups. Understanding their differences is crucial for grasping modern network architecture and business communications. Internet The Internet is the world's largest public network that connects millions of computers, servers, and devices globally. It is a vast collection of interconnected networks including public, private, government, academic, and business networks linked through various technologies such as fiber optic cables, wireless connections, and satellite links. The Internet operates as a global network infrastructure using physical cables like copper telephone wires, fiber optic cables, ...

Read More

Difference between Asymmetric and Symmetric Multiprocessing

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 16-Mar-2026 9K+ Views

In asymmetric multiprocessing, all the processors are not identical and they follow a master-slave relationship; whereas in symmetric multiprocessing, all the processors are identical and they share the main memory. This tutorial explores both asymmetric and symmetric multiprocessing systems, highlighting their key differences in architecture, processor roles, and implementation approaches. What is Asymmetric Multiprocessing? Asymmetric Multiprocessing (AMP) is a multiprocessor architecture where two or more processors are controlled by one master processor. All CPUs are interconnected but are not self-scheduling, with specific tasks assigned to processors based on priority and importance. In AMP systems, processors have ...

Read More

Steps of Configuring the Router ID

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 783 Views

When you configure a router, one of the most important tasks is defining its identity by setting a unique router ID. A router ID is an IPv4 address that uniquely identifies each router on a network, particularly in routing protocols like OSPF (Open Shortest Path First). It establishes neighbor relationships between routers and helps determine the optimal path for data forwarding between network segments. Understanding Router ID A router ID serves as a unique identifier for each device running routing protocols in your network. According to RFC 2328, "The OSPF Router ID uniquely identifies the OSPF instance running ...

Read More

How does a Proxy Server function?

Pranav Bhardwaj
Pranav Bhardwaj
Updated on 16-Mar-2026 814 Views

A proxy server is a server program that acts as an intermediary between a client requesting a resource and the server that provides the requested resource. All requests to the Internet are routed through the proxy server, which examines them before forwarding them to their destination. Similarly, responses are forwarded through the proxy server before reaching the user. Modern proxy servers do much more than just transmit online requests. They serve as firewalls and web filters, share network connections, and cache data to speed up common requests. Proxy servers can establish firewalls to prevent intruders from infiltrating private networks ...

Read More

What is the difference Between Trademark and Domain Name?

Ginni
Ginni
Updated on 16-Mar-2026 516 Views

Understanding the relationship between trademarks and domain names is crucial in today's digital business landscape, as both serve as important identifiers but operate under different legal and technical frameworks. Trademark A trademark is a distinctive sign, symbol, word, phrase, logo, or design that identifies and distinguishes the goods or services of one company from those of others in the marketplace. Trademarks serve as brand identifiers that help consumers recognize the source of products or services. When a trademark relates specifically to services rather than goods, it is technically called a service mark, though the term "trademark" is ...

Read More

SMTP Service Extension Parameters

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 867 Views

SMTP (Simple Mail Transfer Protocol) is a protocol for transmitting email messages. An SMTP service extension is a feature or capability that can be added to the base SMTP protocol to provide additional functionality. These extensions are defined in the form of parameters that can be included in the SMTP command stream to indicate support for a particular extension or to provide additional information needed to use the extension. SMTP Extension Negotiation Flow Client ...

Read More

What are Long-Polling, Websockets, Server- Sent Events (SSE) and Comet?

Ayushi Bhargava
Ayushi Bhargava
Updated on 16-Mar-2026 838 Views

Long-Polling, Websockets, Server-Sent Events (SSE), and Comet are real-time communication techniques that enable persistent connections between client and server. Each method offers different approaches to overcome the limitations of traditional HTTP request-response patterns for real-time applications. Long Polling Long polling is a technique where a client sends an HTTP request to the server and keeps the connection open until the server has data to send back. Instead of immediately responding with empty data, the server holds the request until new information becomes available or a timeout occurs. Long Polling Flow ...

Read More
Showing 12261–12270 of 61,297 articles
Advertisements