Questions: VPN (Virtual Private Networks)

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A remote employee connects to the corporate network via a full-tunnel VPN, then opens a web browser to visit a public news website. Where does the web traffic go first?

ADirectly to the news website's server — only corporate-bound traffic is tunneled
BTo the employee's ISP, which forwards it to the VPN gateway before reaching the internet
CThrough the encrypted tunnel to the corporate VPN gateway, which then forwards the request to the news website
DTo a DNS resolver chosen by the VPN client, which routes traffic based on domain name
Question 2 Multiple Choice

What makes a site-to-site VPN essential for connecting two offices that use private IP address ranges (e.g., 10.1.0.0/16 and 10.2.0.0/16)?

APrivate IP addresses are blocked by firewalls and must be translated before internet transit
BPrivate IP addresses are not routable on the public internet, so traffic must be encapsulated inside packets with routable public addresses
CThe offices need a dedicated leased line, and a VPN provides the same physical infrastructure
DVPN encryption prevents ISPs from throttling inter-office traffic based on IP range
Question 3 True / False

A VPN makes users substantially anonymous online because most their traffic is encrypted and can seldom be traced back to them.

TTrue
FFalse
Question 4 True / False

In IPsec tunnel mode (the mode used in site-to-site VPNs), the VPN gateway encrypts the entire original IP packet — including its source and destination addresses — before adding a new outer IP header.

TTrue
FFalse
Question 5 Short Answer

Explain what 'tunneling' means in the context of a site-to-site VPN, and why it is necessary when connecting two offices that use private IP address ranges.

Think about your answer, then reveal below.