An organization needs to deploy a virtual private network (VPN) solution for contractors connecting from untrusted public networks using standard web browsers without requiring software installation on their endpoint devices. Additionally, corporate policy mandates that only traffic bound for internal enterprise applications should pass through the VPN tunnel, while general internet traffic routes directly out through the local internet connection. Which VPN deployment model and traffic management feature combination fulfills these security and operational requirements?
- Clientless SSL VPN combined with split tunnelingAnswer
- BSite-to-Site IPsec VPN combined with full tunneling
- CRemote Access IPsec VPN combined with full tunneling
- DClientless SSL VPN combined with full tunneling
Answer
Clientless SSL VPN combined with split tunneling
Clientless SSL VPN allows users to establish secure connections using a standard web browser without installing specialized client software on host machines. Combining this with split tunneling allows traffic destined for internal corporate servers to be encrypted and routed through the VPN tunnel, while general internet traffic bypasses the tunnel to exit locally.
Step-by-Step Solution
Key Concept
Remote Access SSL VPN vs IPsec VPN characteristics and Split-Tunneling operations