Site-to-Site VPN
Always-on encryption between two fixed locations (e.g., HQ and a Branch Office) using routers or firewalls as gateways.
Client-to-Site VPN
A remote access connection initiated by a single user (e.g., a teleworker) to the corporate VPN concentrator.
Clientless VPN
Browser-based VPN (usually SSL/TLS/HTML5) that requires no software installation; ideal for contractors or BYOD.
Split Tunnel
A VPN setup where only traffic destined for the corporate network goes through the tunnel; internet traffic stays on the local ISP.
Full Tunnel
A VPN setup where ALL traffic (including internet browsing) is sent through the encrypted tunnel to the corporate office.
SSH (Secure Shell)
A secure, command-line (CLI) management protocol (Port 22) that uses encryption to protect sessions.
GUI (Graphical User Interface)
Web-based management (HTTPS) that allows administrators to configure devices using a visual dashboard instead of code.
API (Application Programming Interface)
A method for software to talk to hardware; used in automation to configure multiple devices simultaneously without a human typing.
Console Port
A physical ‘Out-of-Band’ port (Serial/USB) on a device used for direct local management when the network is down.
Jump Box / Jump Host
A hardened server situated between a secure and insecure zone; admins log into it first before ‘jumping’ to internal servers.
In-Band Management
Managing a device over the same production network that carries normal user data (e.g., SSH over the LAN).
Out-of-Band (OOB) Management
Managing a device through a dedicated, separate connection (like a Console Port or a separate Management LAN) that works even if the main network is down.