What's changed: Initial version
6.3Authentication, cryptography, and PKI
Covers RADIUS for centralized network access authentication, EAP (EAP-TLS, PEAP) extending authentication methods, IEEE 802.1X and authentication VLAN for port-based access control, symmetric-key and public-key cryptography with their differing key handling, and digital certificates, PKI, and CAs that guarantee a peer's identity, plus hashing and digital signatures for tamper detection and authenticity proof.
Authentication, controlling "who may connect to the network," and cryptography/PKI, preventing impersonation and tampering, are the foundations of network security. A network specialist must be able to judge, for each wired LAN port or wireless access point, which authentication method (which type of 802.1X/EAP) fits the requirements, such as the operational burden of certificate management or compatibility with an existing password infrastructure.
6.3.1RADIUS and EAP
- RADIUS is a protocol that centralizes authentication, authorization, and accounting (AAA) on a single server. Instead of maintaining a separate user database at every access point, VPN device, or switch port, devices query the RADIUS server, giving centralized user management.
- EAP (Extensible Authentication Protocol) is a framework that allows the actual authentication method to be swapped in. EAP-TLS performs mutual certificate-based authentication using both a client certificate and a server certificate—the strongest option, but with a high cost of distributing and managing certificates to every client. PEAP uses a certificate only on the server side to establish a TLS tunnel, inside which the client performs lightweight authentication such as ID/password, achieving reasonable strength while keeping certificate-management costs down.
Continue reading — free sign-up
You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.

