What is a Proxy Server
Taiwo Amao
Technical Support Engineer @ Moniepoint Group ? DevOps ?? ? Cloud Migration ? 5x AWS ? 2x Azure ? Platform Engineer ? AWS Community Builder ??
What is a proxy server? That is the topic of this conversation. A proxy server is a server that retrieves data out on the internet, such as a web page on behalf of a user. So for example, normally, when a computer wants to view a web page out on the internet, you would just open up a web browser, and then type in the address and retrieve that webpage from its web server. Now, when you go through a proxy server, the proxy server will act as a middleman and will retrieve that web page for you. When you want to go to a website, the proxy server receives the request from your computer, and the proxy server will directly retrieve the webpage on your behalf, and then send it to your computer.
So the question is, why would you want to use a proxy server? Well, a proxy has several benefits. And one benefit is privacy, because it allows you to surf the internet anonymously. It hides your IP address, because without using a proxy, and when you visit a website, your public IP address is visible. So certain people can know which websites you're visiting. But when you use a proxy, your IP address becomes invisible. Because as the proxy server is retrieving the webpage for you, only the IP address of the proxy server can be seen viewing the web page, so your IP address stops here. And then the proxy IP does the rest of the work.
Another benefit of using a proxy server is speed. So for example, if a company uses a proxy server, and whenever a user wants to retrieve a web page, the proxy server will retrieve the webpage from the internet on behalf of the user. And then it'll store that web page into a centralized cache database. So if another user on a different computer goes to a web page that has been stored in the proxy database, the proxy server, it doesn't have to go out on the internet to retrieve the webpage, it can simply retrieve it from its database, and then send it to the user. So this makes webpage retrieval much faster.
Another benefit of this is that it saves bandwidth because a proxy server reduces the need to go out on the internet to retrieve data, it already has that data stored in its database.
Another benefit of a proxy is activity logging. Now, a lot of companies will use a proxy to keep track of what websites their employees are looking at. So when a company's employees are surfing the internet, their proxy will keep a record of what websites they're visiting, and how long they were on those websites. And in addition, a company can also configure the proxy to block certain websites to keep their employees from visiting them.
Now there's one notable thing that a proxy server can't do. And that is encrypt data as you surf the internet. When data is not encrypted, that data can be intercepted by hackers, ISP, or governments with the proper equipment. So this is where a VPN comes in. A VPN or virtual private network not only hides your IP address, but also encrypts the data that's being transferred between your computer and the internet. So any activity that you do on the internet, such as viewing webpages, or transferring files, that data is encrypted and kept private when using a VPN and no logging is involved. A VPN provides a dedicated secure tunnel between two points over the internet. WW