CERTIFIED-IN-CYBERSECURITY · Question #628
Which of the following is a common type of network proxy server?
The correct answer is B. All of the above. All three listed options are common proxy server types. A forward proxy sits between internal clients and the internet, forwarding client requests outbound. A reverse proxy sits in front of servers, intercepting inbound requests on their behalf (used for load balancing, SSL…
Question
Which of the following is a common type of network proxy server?
Options
- AReverse proxy
- BAll of the above
- CTransparent proxy
- DForward proxy
How the community answered
(51 responses)- A2% (1)
- B92% (47)
- C4% (2)
- D2% (1)
Explanation
All three listed options are common proxy server types. A forward proxy sits between internal clients and the internet, forwarding client requests outbound. A reverse proxy sits in front of servers, intercepting inbound requests on their behalf (used for load balancing, SSL termination, and caching). A transparent proxy intercepts traffic without requiring client-side configuration. Since all three are valid proxy types, 'All of the above' is correct.
Topics
Community Discussion
No community discussion yet for this question.