Site-to-Site vs. Remote Access VPNs: CompTIA A+ Guide
CompTIA A+ candidates must distinguish between Remote Access VPNs, which connect individual users to a network via client software, and Site-to-Site VPNs, which connect entire networks (like branch offices) using gateway devices. While Remote Access is for mobility, Site-to-Site provides a permanent, transparent bridge between two fixed locations.
What exactly is a Remote Access VPN?
Think of a Remote Access VPN—also known as a client-to-site VPN—as a secure 'tunnel' that a single user creates from their laptop or smartphone to reach the office network. In the real world, this is what you use when you're working from a coffee shop and need to access a restricted file share on the company server. You launch a piece of software (the VPN client), authenticate your identity, and suddenly your device acts as if it's plugged directly into the office wall.
For the 220-1102 exam, you need to recognize that this setup is designed for mobility. The key is the 'client' component; the user initiates the connection. Whether it's using a corporate laptop or a personal device, the Remote Access VPN ensures that data traveling over the public internet is encrypted, protecting sensitive company credentials from prying eyes.
How does a Site-to-Site VPN differ from Remote Access?
While Remote Access is for the individual, a Site-to-Site VPN is for the organization. Imagine a company with a headquarters in New York and a branch office in London. Instead of having every single employee in London log into a VPN client, the company installs a VPN gateway (usually a router or firewall) at both locations. These two gateways establish a permanent, encrypted link between the two networks.
From the user's perspective, this is completely transparent. An employee in London can ping a server in New York without ever clicking 'Connect' on a software app. In your A+ studies, remember that Site-to-Site is 'gateway-to-gateway.' It connects entire subnets, making it the gold standard for connecting fixed office locations rather than roaming users.
Which encryption protocols are essential for the A+ exam?
You can't talk about VPNs without talking about the 'secret sauce' that keeps the data safe: encryption protocols. You'll likely encounter IPsec (Internet Protocol Security) and SSL/TLS (Secure Sockets Layer/Transport Layer Security) on the exam. IPsec is the heavy lifter often used in Site-to-Site VPNs because it operates at the Network Layer (Layer 3), encrypting everything between the gateways.
On the other hand, SSL/TLS is the backbone of many Remote Access VPNs. Because it operates at the Application Layer, it's often easier to deploy—sometimes even through a web browser without needing a dedicated client. You might also see L2TP (Layer 2 Tunneling Protocol), but remember that L2TP doesn't provide encryption on its own; it's almost always paired with IPsec to ensure the data is actually secure.
What is the difference between split and full tunneling?
This is a classic A+ trick question. Full tunneling sends ALL of your traffic through the VPN. If you're on a full tunnel, your request to check the weather or watch YouTube goes to the corporate office first, then out to the internet. This is great for security because the company can filter all your traffic, but it's a nightmare for bandwidth and latency.
Split tunneling is the more practical approach for most remote users. It only sends traffic destined for the corporate network through the VPN, while your general internet traffic goes straight out through your local ISP. While this saves bandwidth and improves speed, it introduces a security risk: if your local machine is compromised, it could potentially act as a bridge between the open internet and the secure corporate tunnel.
How do these VPN concepts appear on the 220-1102 exam?
CompTIA loves scenario-based questions. You won't just be asked to define a VPN; you'll be told that a company is opening a second office and needs a permanent connection, and you'll have to choose 'Site-to-Site' from the options. Or, you'll be asked how to allow a remote worker to access internal files securely, pointing you toward 'Remote Access.'
To truly master this, you need to move beyond reading and start practicing. We've designed Cert Sensei to mirror this exact challenge. We offer 1,000 expert-curated CompTIA A+ Core 2 (220-1102) practice questions that push you to apply these concepts. With our detailed expert reasoning for every answer and domain-level analytics, you can see exactly where your knowledge gaps are—whether it's networking protocols or OS troubleshooting—before you sit for the actual exam.
Which VPN type should you choose for a specific business scenario?
When deciding between these two, ask yourself: 'Who is connecting and for how long?' If the answer is 'a mobile employee' or 'a contractor,' you go with Remote Access. If the answer is 'a branch office' or 'a permanent partner network,' Site-to-Site is the only way to go.
Remember, the choice impacts your hardware and software costs. Remote Access requires client software and authentication servers (like RADIUS), while Site-to-Site requires compatible VPN-capable routers at both ends. Mastering this distinction isn't just about passing the A+; it's about understanding how modern corporate infrastructure actually functions in the field.
❓ Frequently Asked Questions
Do I need to install a VPN client for a Site-to-Site connection?
No. In a Site-to-Site VPN, the connection is handled by the network gateways (routers or firewalls). The end-users on both networks are unaware the VPN exists; they simply access resources as if they were on the same local network.
Is split tunneling considered a security risk by administrators?
Yes. Because split tunneling allows a device to communicate with the open internet and the private corporate network simultaneously, it can bypass corporate firewalls and security filters, potentially allowing malware to enter the corporate tunnel.
Which protocol is more common for browser-based VPNs?
SSL/TLS is the standard for browser-based (clientless) VPNs. It allows users to access specific internal web applications without needing to install and configure a heavy IPsec client on their machine.