If you cannot explain how remote workers securely connect to a company network, you will fail the 350-701 exam and, more importantly, you will not understand how modern businesses protect their data. Remote access VPN and SSL VPN are the two main technologies that let people work from coffee shops, airports, or home without exposing sensitive information to hackers. This chapter breaks down exactly how each one works, why they exist, and what the exam requires you to know about them.
Jump to a section
A simple way to picture Remote Access VPN and SSL VPN
7 times a week, you swipe your access card at the main entrance of your office building. That single card swipe is a remote access VPN. It creates a secure, encrypted tunnel from the public street directly into the private building network, just for you. The building's security system gives you a temporary, unique session key that only works for your card and your visit.
Now imagine your building has a special guest entrance on the side. You don't need a permanent card — instead, you open a web browser, log in with a temporary code sent to your phone, and the system lets you into just the visitor lounge and the conference room. That is an SSL VPN. It uses a standard web browser (like Chrome or Safari) to create a secure connection, without needing any special software pre-installed.
In the IT world, a remote access VPN is like that permanent access card — it requires a dedicated software client on your laptop, and it gives you full access to the company's internal network as if you were physically in the building. An SSL VPN is like the guest entrance — it works through any browser, requires no special software, and typically gives you access only to specific applications (like email or a shared drive), not the whole network. Both solve the same core problem: letting an authorised person work securely from anywhere, as if they were inside the building.
Let us start with the big picture. Every time you connect to the internet from a coffee shop, your data travels across a public network. Anyone with the right tools can see that data unless it is encrypted. Encryption is the process of scrambling data so that only the intended recipient can read it. A Virtual Private Network (VPN) creates an encrypted tunnel between your device and a company's private network, shielding your data from anyone on the public internet.
A Remote Access VPN is the traditional VPN most people imagine. You install a special piece of software called a VPN client on your laptop or phone. When you want to connect, you open that client, enter your username and password (often plus a second factor like a code from your phone), and the client establishes an encrypted tunnel to a VPN concentrator — a dedicated server at the company's data centre. Once the tunnel is up, your device gets an IP address from the company's internal network, so it behaves exactly like a computer inside the office. You can access file servers, printers, internal websites, and any other resource you could reach from your desk. This is called a full-tunnel or split-tunnel configuration, depending on whether all your internet traffic goes through the company network or only the company traffic.
Now, an SSL VPN is different. SSL stands for Secure Sockets Layer, the same technology that makes the padlock icon appear in your web browser when you visit a secure website. With an SSL VPN, you do not need to install any special client software. Instead, you open any standard web browser (Chrome, Firefox, Edge, Safari), type in the URL of your company's SSL VPN gateway, and log in. The gateway presents you with a web page that contains links to the specific applications you are allowed to use — maybe your company email, a shared drive, or a timesheet system. When you click one of those links, the gateway creates a secure, encrypted connection just for that application. It is called a clientless VPN because the only software you need is already on your device: the web browser.
Why do both exist? The answer is flexibility and security. A remote access VPN (also called IPsec VPN) is powerful — it gives users full network access, which is great for employees who need to use many different internal tools. But that power also means risk: if a hacker steals a user's laptop and the VPN credentials, they can access the entire company network. An SSL VPN is more restrictive by design. It only gives access to specific applications, so even if credentials are stolen, the hacker can only reach the few applications the gateway exposes. SSL VPNs are also easier to deploy because users do not need to install software — IT just sets up the gateway once and users connect through any browser.
Here are the key components you need to know for the exam:
VPN Concentrator: The server at the company that accepts incoming VPN connections and manages the encrypted tunnels.
VPN Client: The software on the user's device that initiates and maintains the VPN connection (only needed for IPsec VPN).
SSL VPN Gateway: The server that provides web-based access for SSL VPNs.
Tunnel: The encrypted pathway that carries data between the client and the network.
Authentication: The process of verifying who the user is — username/password, certificates, or multi-factor authentication.
Encryption: The scrambling of data so it cannot be read if intercepted. Common protocols include AES (Advanced Encryption Standard).
Both technologies use a handshake process to establish the tunnel. When you start a remote access VPN, your client and the concentrator first agree on which encryption algorithms to use, then exchange keys (digital values used to scramble and unscramble data), and finally verify each other's identity. This is called the IKE (Internet Key Exchange) protocol. For SSL VPNs, the handshake is the same as when you visit a secure website: the browser checks the gateway's digital certificate, they agree on encryption, and then the user logs in.
The exam expects you to understand the differences between these two approaches and when each is appropriate. For example, if a company needs to give a contractor access to only one web-based application for two weeks, an SSL VPN is the right choice because it is quick to set up and limits access. If a company wants its full-time employees to have access to the entire network from home, a remote access IPsec VPN is the better fit.
User Initiates Connection
The user either opens the VPN client software (for IPsec VPN) or enters the SSL VPN gateway URL in a web browser. This starts the process of requesting a secure connection to the company network.
Authentication
The VPN concentrator or SSL gateway verifies the user's identity. This could involve a username and password, a one-time code from a mobile app (multi-factor authentication), or a digital certificate installed on the user's device. Authentication ensures only authorised users can access the network.
Tunnel Negotiation (Handshake)
For IPsec VPN, the client and concentrator use IKE (Internet Key Exchange) to agree on encryption algorithms and exchange encryption keys. For SSL VPN, the browser and gateway perform an SSL/TLS handshake, verifying the gateway's digital certificate and establishing a secure session key.
Encrypted Tunnel Established
Once the handshake is complete, an encrypted tunnel is created between the user's device and the VPN gateway. All data travelling through this tunnel is scrambled so that anyone intercepting it cannot read it. The tunnel remains active as long as the user is connected.
Data Transmission Begins
The user can now access company resources. For IPsec VPN, the user's device receives an internal IP address and can access any network resource. For SSL VPN, the gateway presents a web portal with links to specific applications, and each click creates a separate secure connection for that application.
Tunnel Termination or Timeout
When the user disconnects or after a period of inactivity, the VPN tunnel is torn down. The encryption keys are discarded, and the user's access to the internal network is severed. This prevents unauthorised access if the user forgets to disconnect.
Imagine you are the sole IT administrator for a mid-sized company called GreenLeaf Consulting, which has 200 employees. Until last month, everyone worked in the office. Now, due to a new flexible work policy, 80 employees will work remotely three days a week. Your boss says, 'Make it secure and make it happen by Friday.'
Your first job is to decide which technology to use. You know that the remote employees need access to three main systems: their email (which is web-based), a document management system (also web-based), and a legacy accounting application that can only be accessed via a direct network connection (it does not work through a browser). The 120 employees still in the office do not need VPN access at all.
You decide to use a combination approach. For the 80 remote workers, you set up an SSL VPN gateway. You configure it to give them access to the two web-based applications through a simple portal page. When they go to https://vpn.greenleaf.com, they log in with their Microsoft Entra ID (formerly Azure Active Directory) credentials and a one-time passcode sent to their phone. They see two clickable icons: one for email and one for the document system. This takes you about two hours to configure on the gateway.
But the legacy accounting application is a problem. It requires direct network access, which the SSL VPN cannot provide because it only works with web traffic. So you deploy a remote access IPsec VPN for the five employees in the accounting department who need that legacy app. You install a VPN client on each of their laptops, configure the client with the company's VPN concentrator IP address, and create firewall rules to allow only their traffic to reach the accounting server. This takes another two hours.
Now, let us walk through what happens when a remote user named Priya connects. Priya opens her laptop at a coffee shop. She opens Chrome and types the SSL VPN URL. The gateway presents a login page. She enters her username and password, then checks her phone for the six-digit code from her authenticator app. She enters that code. The gateway authenticates her against the company's Microsoft Entra ID, then creates an encrypted tunnel between her browser and the gateway. She sees her two application links. She clicks the email link, and a new browser tab opens showing Outlook — but the address bar still shows the gateway's URL, not the internal email server's address. That is because the gateway is acting as a proxy, forwarding her traffic securely.
Meanwhile, in accounting, David needs the legacy app. He opens the VPN client installed on his laptop. He enters his username and password, and the client sends that to the company's VPN concentrator. The concentrator verifies his credentials and checks that his laptop has the company's security certificate installed. Once verified, the client and concentrator negotiate an encrypted tunnel using IPsec. David's laptop now has an IP address from the company's internal network (192.168.1.50, for example). He opens the legacy accounting application, which connects directly to the server at 10.0.0.25. It works exactly as if David were sitting at his desk in the office.
For the exam, you need to know that real-world deployments often mix both technologies. You also need to understand the operational differences: SSL VPNs are easier to manage because there is no client software to install or update on hundreds of devices. IPsec VPNs give more control and full network access but require client management. You would also set up logging to see who connected, when, and from where. Most modern firewalls (like Cisco Firepower) can act as both SSL VPN gateways and IPsec concentrators, so you might buy one device to handle both roles.
The 350-701 exam tests your understanding of remote access VPN and SSL VPN in about 8 to 10 questions across multiple formats: multiple-choice single answer, multiple-choice multiple answer, drag-and-drop ordering, and scenario-based questions. You will need to know the specific terminology, protocols, and deployment considerations that Cisco expects.
Here are the exact concepts the exam loves to test:
The difference between IPsec VPN and SSL VPN: This is the most common topic. They will give you a scenario (e.g., 'A company needs to give temporary contractors access to a single web application') and ask which technology to use. The correct answer is almost always SSL VPN for application-specific access, and IPsec VPN for full network access. A trap they set is saying 'IPsec VPN is always more secure' — that is false; each has different security trade-offs.
Clientless vs. client-based VPN: You must know that SSL VPN can be clientless (using a browser) or client-based (using a thin client like Cisco AnyConnect). IPsec VPN always requires a client. The exam will ask: 'Which VPN type requires pre-installed software?' The answer is IPsec VPN.
Protocols and ports: For SSL VPN, the exam expects you to know it uses TCP port 443 (the same as HTTPS). For IPsec VPN, they test IKE protocols — IKEv1 and IKEv2 — and UDP ports 500 and 4500. A common question is which port to open on a firewall for SSL VPN. The answer is 443.
Authentication methods: The exam tests your understanding of certificate-based authentication, pre-shared keys, and multi-factor authentication. They often set a trap where a question describes using a pre-shared key for IPsec and asks about the security concern — the answer is that pre-shared keys are less secure than certificates because they can be stolen or guessed.
Split tunneling vs. full tunneling: Split tunneling sends only company traffic through the VPN; all other internet traffic goes directly to the internet. Full tunneling sends all traffic through the VPN. The exam will ask: 'Which configuration is more secure for the company?' The answer is full tunneling because it allows the company to inspect and control all traffic, but it also uses more bandwidth. A trap is that split tunneling is 'better for performance' — that is true for the user but a security risk.
High availability and redundancy: The exam occasionally asks about VPN failover — if one VPN concentrator goes down, another should take over. You need to know that this is achieved through clustering or using multiple gateways with the same configuration.
Key definitions to memorise:
VPN Concentrator: The device (often a firewall or router) that terminates VPN connections from remote users.
SSL VPN Gateway: The server that provides web-based VPN access, usually integrated into a firewall.
AnyConnect: Cisco's VPN client software that can be used for both IPsec and SSL VPN connections.
IKE (Internet Key Exchange): The protocol used to establish IPsec tunnels.
DTLS (Datagram Transport Layer Security): An optional protocol used with SSL VPN to improve performance for real-time traffic like voice and video.
Trap pattern to watch for: The exam might describe a scenario where a company uses a web browser for VPN access and asks, 'What type of VPN is this?' Beginners often answer 'IPsec VPN' because they think all VPNs are the same. The correct answer is 'SSL VPN' because the browser is the client. Another trap: they might say 'SSL VPN requires a client certificate installed on every device' — that is true only if the company enforces certificate authentication, but SSL VPN does not inherently require it; it can use username/password alone.
Remote access VPN (IPsec) requires a software client on the user's device and provides full network access.
SSL VPN works through any web browser without client software and typically gives access only to specific applications.
SSL VPN uses TCP port 443 (HTTPS), while IPsec VPN uses UDP ports 500 and 4500 for IKE.
Split tunneling sends only company traffic through the VPN; full tunneling sends all traffic through the VPN and is more secure.
IPsec VPNs use IKE (Internet Key Exchange) to establish the encrypted tunnel between client and concentrator.
Cisco AnyConnect is a VPN client that can be used for both IPsec and SSL VPN connections.
Certificate-based authentication is more secure than pre-shared keys for IPsec VPNs.
High availability for VPNs is achieved through clustering multiple concentrators or gateways.
These come up on the exam all the time. Here's how to tell them apart.
IPsec VPN
Requires a dedicated software client installed on the user's device
Operates at Layer 3 (network layer) and tunnels all IP traffic
Uses UDP ports 500 and 4500 for IKE protocols
SSL VPN
Works through any standard web browser with no client installation needed
Operates at Layer 4-7 (application layer) and tunnels only specific application traffic
Uses TCP port 443 (standard HTTPS port)
Split Tunneling
Only company network traffic goes through the VPN tunnel
Internet traffic (e.g., web browsing) goes directly to the ISP without encryption
Reduces bandwidth load on the VPN concentrator
Full Tunneling
All user traffic (company and internet) goes through the VPN tunnel
Company can inspect and control all traffic for security purposes
Increases bandwidth usage on the VPN concentrator
Pre-shared Key Authentication
Uses a shared secret password that both sides know
Simpler to set up but less secure because the key can be stolen or guessed
Does not require a Public Key Infrastructure (PKI)
Certificate-based Authentication
Uses digital certificates issued by a trusted certificate authority
More secure because each device has a unique, verifiable identity
Requires a PKI to issue and manage certificates
IKEv1
Uses a two-phase process (Main Mode and Quick Mode) to establish the VPN tunnel
Does not support mobility well — if the connection drops, it must restart
Older protocol, still widely used in legacy deployments
IKEv2
Uses a single streamlined exchange to establish the tunnel faster
Supports mobility and session resume — if the connection drops, it can resume without restarting
Newer protocol, more secure and efficient than IKEv1
Mistake
SSL VPN and IPsec VPN are the same thing, just with different names.
Correct
They are fundamentally different technologies. IPsec VPN operates at the network layer (Layer 3) and creates a tunnel that carries all IP traffic. SSL VPN operates at the application layer (Layer 4-7) and typically only tunnels specific application traffic through a web browser.
The word 'VPN' is used for both, so beginners assume they are interchangeable. The exam exploits this confusion.
Mistake
You need to install special software for an SSL VPN.
Correct
SSL VPNs are designed to be clientless — they work through any standard web browser that supports HTTPS (every modern browser does). No additional software is required, though some implementations offer an optional client for advanced features.
People associate 'VPN' with 'installing software' because that is how IPsec VPNs work. The exam tests this distinction directly.
Mistake
SSL VPN is always less secure than IPsec VPN.
Correct
Both can be equally secure depending on configuration. IPsec VPN gives full network access, which increases risk if credentials are stolen. SSL VPN limits access to specific applications, reducing the blast radius. Security depends on proper implementation, not the technology itself.
IPsec VPN sounds more technical and 'industrial-grade', so beginners assume it is stronger. The exam tests security trade-offs, not absolutes.
Mistake
A remote access VPN and a site-to-site VPN are the same thing.
Correct
A remote access VPN connects an individual user's device to a company network. A site-to-site VPN connects two entire office networks (e.g., head office and branch office) using dedicated hardware at each location. They use similar protocols but serve different purposes.
Both are called 'VPN', so beginners lump them together. The exam will explicitly distinguish between the two in scenario questions.
Mistake
Once a VPN connection is established, all traffic is automatically encrypted.
Correct
That is only true if the VPN is configured for full tunneling. With split tunneling, only traffic destined for the company network goes through the encrypted tunnel. Internet traffic (like browsing YouTube) goes directly to the ISP unencrypted.
Users assume the VPN icon means 'everything is safe'. The exam tests understanding of split vs. full tunneling as a deliberate configuration choice.
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
No, an SSL VPN is clientless — you only need a standard web browser like Chrome, Firefox, or Edge. Some companies offer an optional thin client (like Cisco AnyConnect) for better performance, but it is not required.
Not inherently. Both can be very secure if configured correctly. IPsec VPN gives full network access, which can be riskier if credentials are stolen. SSL VPN limits access to specific applications, reducing potential damage. Security depends on implementation, not the protocol.
SSL VPN uses TCP port 443, which is the same port used for standard HTTPS web traffic. This makes it easy to bypass firewalls because port 443 is almost always allowed outbound.
A remote access VPN connects an individual user (like an employee at home) to a company network. A site-to-site VPN connects two entire office networks (e.g., head office and a branch office) using dedicated hardware at each location.
Usually not. SSL VPNs are designed for web-based applications. If a legacy application requires direct network access (like a file share or custom database client), you would need an IPsec VPN instead.
Split tunneling is a configuration where only traffic destined for the company network goes through the VPN tunnel. All other internet traffic (like web browsing) goes directly to the internet. This saves bandwidth but reduces security because the company cannot inspect that traffic.
You've finished Remote Access VPN and SSL VPN. Continue through the 350-701 study guide to build a complete picture of the exam.
Done with this chapter?