NGNIX
What is NGNIX?
- NGNIX is a software which acts as a web server.
- NGNIX can also be used as reverse proxy, load balancer, mail proxy and HTTP cache.
- It is started out as web server designed for maximum performance and stability.
Why NGNIX is used? | What is the Problem Solved by NGNIX?
- Let's say you have built an Web Application and been deployed in one for your machine and made running and served to your customers.
- Assume currently the application which is severed to customers is running in port 4000.
- After few days, you application got more traffic and seen huge spike in the visitors rate accessing your website. In this case you want to increase the No of Machine severing the application. For this purpose you are bringing another one machine and deploying and running your same application here and serving to customers to handle the increase in traffic, unfortunately in this new machine the port 4000 is already occupied by other application so you have deployed your application in port 5000.
- So every time if the port number of your application changes for some reasons you cannot ask your customers to access this port if that one port is not working. That will bring an Bad Impression. Here comes the use of NGNIX.
NGNIX can acts as a web server in central/middle man who will serve the things evenly with no changes needed from Customers side, if the port is changed for some reason.
Note: The Above said is only an Example to help you to understand NGNIX in cleaner way.
NGNIX can solve more problems like this
- It can be used for
- web serving
- proxy server for emails (IAMP,POP3 and SMTP)
- reverse proxying
- caching
- load balancer for HTTP, TCP, UDP Servers
- media streaming, etc...
Thank you 😊, Come Back | Subscribe to learn more Tech stuff from #TechBird.
Have a Nice Day !
:)
Comments