Understanding VPNs
satya - 3/3/2018, 8:29:46 PM
They seem to be doing very many things.
They seem to be doing very many things.
satya - 3/3/2018, 8:30:23 PM
Here is Microsofts take on what VPNs are and how they work
satya - 3/3/2018, 8:30:43 PM
How are VPNs different from https
How are VPNs different from https
satya - 3/3/2018, 9:38:21 PM
More confusion and small clarity: an SOF discussion
satya - 3/3/2018, 9:42:32 PM
Ok one consolation
https - at the application level
VPN - at the OS network layer level
baa hambug, so....
satya - 3/4/2018, 9:18:24 PM
It talks about a few use cases
Remote worker - an employee talks to a VPN server over internet first. All traffic goes through encrypted through that server first and any application on that client computer can behave as if it is on the internal network. I suppose in that case the VPN client on the client computer should correctly work ip address resolution! wonder how the computer OS on the client distinguishes between public IP and the private ip?
Public wifi hotspots: Consumers can go through a VPN server to browse the internet. I wonder then the traffic always goes through the VPN server!! is that a proxy then??
Two networks: that are connected through VPN. This makes sense as the two networks understand each other ips. then how do they talk to the public internet?
satya - 3/4/2018, 9:19:01 PM
How does VPN client talk to public internet and the private network?
How does VPN client talk to public internet and the private network?
Search for: How does VPN client talk to public internet and the private network?
satya - 3/4/2018, 9:42:18 PM
Tunneling
You pass routing information (ip and port) and data encapsulated in an ip packet and send to the target server VPN
The vpn target server will unpack and acts like a proxy on the remote network
SSH is one such tunneling protocol
For instance SSH can simulate a remote port like a local port as long as, I assume, the remote server SSH counter part allows it based on the credentials submitted
satya - 3/4/2018, 9:42:50 PM
Why does VPN uses so many different protocols?
Why does VPN uses so many different protocols?
satya - 3/4/2018, 9:47:21 PM
My key VPN questions
1. When does a VPN use tunneling vs non-tunneling protocols?
2. In a non tunneled VPN how does the client distinguish public and private ip addresses?
3. How do public and private ip addresses coexist at the same time?
satya - 3/4/2018, 9:52:16 PM
Once a client joins a VPN does all traffic goes to the VPN server?
Once a client joins a VPN does all traffic goes to the VPN server?
Search for: Once a client joins a VPN does all traffic goes to the VPN server?