mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-03 21:07:55 +00:00 
			
		
		
		
	Add flowchart
This commit is contained in:
		
				
					committed by
					
						
						Daniel Gray
					
				
			
			
				
	
			
			
			
						parent
						
							fdc3a26811
						
					
				
				
					commit
					ddf979988c
				
			@@ -9,7 +9,13 @@ Virtual Private Networks are a way of extending the end of your network to exit
 | 
			
		||||
 | 
			
		||||
## How do VPNs work?
 | 
			
		||||
 | 
			
		||||
VPNs encrypt your traffic between your device and a server owned by your VPN provider. From the perspective of anyone between you and the VPN server, it looks like you're connecting to the VPN server. From the perspective of anyone between the VPN server and your destination site, all they can see is the VPN server connecting to the website.
 | 
			
		||||
 | 
			
		||||
``` mermaid
 | 
			
		||||
flowchart TD
 | 
			
		||||
    server== VPN encryption ===infra(Outside Infrastructure)== VPN encryption ===local[Local Network]== VPN encryption ===device[Your Device]
 | 
			
		||||
    server{VPN Server}-- No VPN encryption ---infr(Outside Infrastructure)-- No VPN encryption ---site[Destination Website]
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Should I use a VPN?
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user