Web Server Basics MCQs with Answers and Explanations
Practice Web Server Basics MCQs. from DevOps subject. with solved answers and explanations. updated syllabus-based questions.
Search MCQs, Papers, Topics
Loading MCQs...
AI
easy
Question 1: What is the purpose of Nginx in a DevOps environment?
Nginx is a high-performance web server also used as a reverse proxy, load balancer, and HTTP cache. It is commonly used in DevOps to serve static content, route traffic, and proxy requests to backend services.
Nginx
Web Server
Reverse Proxy
Devops
Load Balancing
AI
medium
Question 2: What is the purpose of a reverse proxy in web server architecture?
A reverse proxy sits between clients and backend servers, forwarding client requests to appropriate servers. It provides benefits like load balancing, SSL termination, caching, and protection of backend server identities.
Reverse Proxy
Nginx
Web Server
Devops
Networking
Showing 1 to 2 of 2 results