0% found this document useful (0 votes)
860 views2 pages

Ngin 1

Nginx is a web server, reverse proxy, and load balancer introduced in 1999 to address the C10K problem of traditional web servers being unable to handle 10,000 concurrent connections efficiently. It uses an event-driven architecture based on the select() system call to be very efficient and handle a large number of concurrent connections with low memory usage. The document provides information about Nginx's capabilities and directives for configuration, installation, and management.

Uploaded by

Amit Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
860 views2 pages

Ngin 1

Nginx is a web server, reverse proxy, and load balancer introduced in 1999 to address the C10K problem of traditional web servers being unable to handle 10,000 concurrent connections efficiently. It uses an event-driven architecture based on the select() system call to be very efficient and handle a large number of concurrent connections with low memory usage. The document provides information about Nginx's capabilities and directives for configuration, installation, and management.

Uploaded by

Amit Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Nginx

1.IBM Websphere was introduced in the year __________.


->1998

2.Choose the best option. Nginx is a ___________. A) Webserver B) Reverse proxy C)


Loadbalancer D) Hub
->Options A,B and C

3.___________ webserver was introduced primarily to support Java servlets.


->Apache HTTP Apache tomcat

4.Nginx supports __________ through SCGI protocol.


->Reverse Proxying

5.Nginx was introduced in the year _________.


->1999

6.Apache cannot handle 10K connections because it is a _____________ webserver.


->traditional

7.Nginx has become popular as it resolves


->C10K problem

8.World's first web server was developed in_____________.


->1990's

9.Nginx supports __________ through round robin algorithm.


->Load balancing

10.___________ webserver was introduced primarily to support Java servlets.


->Apache Tomcat

11.You can ask Nginx to refresh its configuration file using _____________.
->nginx -s reload

12.It is always recommended to install ___________ version of Nginx.


->development

13.Which of the following line can be used to install Nginx?


->yum-get install nginx

14.For smooth shutdown of Nginx, you must use _____________.


->nginx -s shutdown

15.Nginx can be started using _____________.


->service nginx start

16.The event-polling nature of Nginx can be dealt with using _____________.


->

17.Each resource has its own _____________.


->URI

18.worker_connections is a directive contained within ___________


->events

19.In nginx.conf, a block of lines defined within a pair of curly braces is called
_____________.
->Context

You might also like