Web Development Flashcards

1
Q

Ngnix vs appache

A

Webserver, reverse proxy,
Load balancing, http cert

Nginx
Lighter, newer, Docker

Apache
More features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Proxy vs reverse proxy

A

A forward proxy is a server that sits between user devices and the internet.

  • Protect clients
  • Avoid browsing restrictions
  • Block access to certain content

A **reverse proxy **is a server that sites between server and the internet

  • Protect servers
  • Load balancing
  • Cache static contents
  • Encrypt and decrypt SSL communications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly