I have a general understanding of VPNs and how they work. However, I am not sure of how the initial request is seen by my ISP? For example say I am connected to an OpenVPN provider, what happens when I open my browser and type www.yahoo.com
Does it happen like this?
- Request goes through my ISP, destination IP is set to my OpenVPN server.
- OpenVPN server receives request, encrypts it and forwards it to www.yahoo.com using it's own IP.
- www.yahoo.com receives request and sends back response to OpenVPN server.
- OpenVPN server encrypts response and forwards it to my IP.
- Response goes through my ISP and finally arrives to my machine.
In the above scenario, my ISP can notice that all my traffic goes to the same server. Does it work this way?