Skip to content

Instantly share code, notes, and snippets.

@unchaptered
Last active August 4, 2022 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unchaptered/d53403dbba2b99cb808d9d9adc41ce33 to your computer and use it in GitHub Desktop.
Save unchaptered/d53403dbba2b99cb808d9d9adc41ce33 to your computer and use it in GitHub Desktop.

Proxy Server is gateway between client and server.

Basic Proxy Server

Why someone use proxy server ?

  1. Use cache data in Proxy Server.
  2. Use firewall or web filter to defense Client and Server.

Product Level Usecase

  1. Improve security
  2. Secure employees’ internet activity from people trying to snoop on them
  3. Balance internet traffic to prevent crashes
  4. Control the websites employees and staff access in the office
  5. Save bandwidth by caching files or compressing incoming traffic

References

  1. What is Proxy? - KOR
  2. What is Proxy? How Does it work?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment