1Site-to-site VPN connects two networks permanently via IPsec gateways. Client-to-site VPN connects individual devices to the corporate network using SSL/TLS or IPsec.
2Split tunnel: corporate traffic via VPN, internet direct. Full tunnel: all traffic via VPN. Full tunnel provides visibility and policy enforcement at the cost of VPN bandwidth.
3SSH (port 22) provides encrypted remote shell access. Public key authentication is more secure than password. Never use Telnet (port 23) — credentials sent in cleartext.
4RDP (3389) for Windows GUI. VNC (5900) for cross-platform GUI. Console access (serial/IPMI/iDRAC) for hardware-level out-of-band access. Never expose RDP directly to the internet.
5Jump box (bastion host): hardened intermediary that forces all admin access through a single auditable chokepoint. Internal servers have no direct public access.
6In-band: management over production network. Out-of-band: dedicated management path that works even when production fails — required for enterprise and data center environments.
The CEO is connected securely. VPN client on the laptop establishes a full-tunnel IPsec connection to the corporate concentrator. Hotel WiFi traffic is irrelevant — all packets are encrypted before leaving the laptop. The CEO hits SharePoint, file shares, and internal apps as if sitting in HQ. The session is logged at the VPN concentrator. If the CEO closes the laptop, the tunnel drops and rebuilds on reconnect.
Hotel WiFi: untrusted. CEO's data: encrypted and contained.
N10-009 Obj 3.5 Coverage
Site-to-site vs client-to-site VPN, split vs full tunnel, IPsec, SSL/TLS VPN, SSH (port 22), Telnet (port 23), RDP (port 3389), VNC (port 5900), jump box / bastion host, in-band vs out-of-band management, console access, IPMI/iDRAC.