🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Networking Intermediate

What is Proxy Server?

An intermediary server that forwards requests between clients and destination servers, providing caching, filtering, or anonymity.

A proxy server acts as a gateway between users and the internet. Forward proxies serve clients (hiding client identity), while reverse proxies serve servers (load balancing, SSL termination, caching).

Use cases include content filtering, bandwidth saving through caching, accessing geo-restricted content, and security monitoring. Nginx and Squid are popular proxy server software.

Related Terms

MTU (Maximum Transmission Unit)
The maximum size of a data packet that can be transmitted over a network without fragmentation.
Latency
The time delay between sending a request and receiving a response, measured in milliseconds.
ICMP (Internet Control Message Protocol)
A network protocol used for diagnostic and error reporting, including ping and traceroute functionality.
SDN (Software-Defined Networking)
An approach that separates the network control plane from the data plane, enabling centralized, programmable network management.
Load Balancer
A device or software that distributes network traffic across multiple servers to ensure reliability and performance.
Subnet
A logical division of an IP network into smaller segments to improve performance, security, and management.
View All Networking Terms →