301 Reading 5 - marsecguy/reading-notes-cyberops GitHub Wiki
Virtual Private Networks
- What is a site-to-site VPN?
- A virtual private network (VPN) that links multiple. typically geographically separated networks with a secure connection; sometimes called a "tunnel".
- What is TCP/IP and what is it used for?
- Transmission Control Protocol/Internet Protocol is the set of rules that enables communication and data transfer to occur through the internet.
- What are some popular reasons for using a VPN?
- Good for securely linking multiple geographically distant sites into a common network for sharing data.
- Excellent security
- Easy to use
- Easy scalability
- System redundancy for business continuity
- Flexibility
- Explain the difference between the three types of VPNs.
- Intranet-based joins multiple sites together into a secure WAN which wich makes widespread sharing of files easier.
- Remote access allows most flexibility for many field workers who aren't often in the office environment. It allows them to remotely access the network wherever they are through a secure connection from a laptop or other mobile device.
- Extranet-based sits in between two or more organizations or offices. It allows each entity to maintain a private intranet while still being able to share data through the VPN they both have access to.
Source: Fortinet