301d8 read05 - carlosjorr/reading-notes GitHub Wiki

VPN Tunnel

  1. What is a site-to-site VPN?

A site-to-site VPN (Virtual Private Network) is a type of VPN that establishes a secure connection between two or more remote networks over the internet. It enables secure communication and data exchange between the connected networks, creating a virtual network that extends over multiple physical locations. Site-to-site VPNs are commonly used by businesses to connect their branch offices or geographically distributed networks together, allowing them to share resources, access internal systems, and ensure secure communication between the sites.

  1. What is TCP/IP and what is it used for?

TCP/IP (Transmission Control Protocol/Internet Protocol) is a suite of networking protocols that defines how data is transmitted, routed, and received across the internet. It is the foundation of modern internet communication. TCP provides reliable and ordered delivery of data packets, while IP handles the addressing and routing of the packets. TCP/IP protocol suite is used for establishing connections and transmitting data between devices on the internet, enabling communication between different computers, servers, and other network devices worldwide.

  1. What are some popular reasons for using a VPN?
  • Secure Remote Access: VPNs are commonly used to provide secure remote access to corporate networks for employees working remotely. It allows remote workers to connect to their organization's network securely over the internet, protecting sensitive data and communications.

  • Privacy Protection: VPNs encrypt internet traffic, protecting users' online privacy and anonymity by masking their IP addresses and encrypting their data, making it difficult for third parties to track or intercept their online activities.

  • Bypassing Geographical Restrictions: VPNs can help bypass geographical restrictions by allowing users to connect to servers in different locations, thereby enabling access to geo-blocked content or services.

Explain the difference between the three types of VPNs.

  • Remote Access VPN: It is designed to provide secure remote access to individual users. Remote access VPNs allow users to establish a secure connection to a private network over the internet, typically using client software or built-in VPN clients on devices like laptops or smartphones. This type of VPN is commonly used by remote workers or individuals who require secure access to private networks from anywhere.

  • Site-to-Site VPN: As mentioned earlier, site-to-site VPNs connect multiple networks or sites together. They establish secure tunnels between the networks, allowing seamless communication and data exchange between them. Site-to-site VPNs are typically used by organizations to connect their branch offices or geographically distributed networks securely.

  • Extranet VPN: An extranet VPN allows secure communication and data exchange between an organization's internal network and its trusted external partners, suppliers, or customers. It provides a controlled and secure environment for sharing resources and collaborating with external entities while maintaining network security and privacy.