ある多国籍企業が、社内無線インフラのセキュリティ強化を実施しています。現在のWPA2-Personal構成は共有パスフレーズに依存しており、ITチームは数百台もの従業員デバイス間でパスフレーズをローテーションして安全に管理することが困難です。そこで、セキュリティと拡張性を強化するため、WPA2-Enterpriseへの移行を決定しました。新しい構成では、ユーザー認証の集中管理、証明書ベースのID検証のサポート、そして認証された各クライアントに固有のセッション暗号化キーを割り当てることで、キーの再利用を防ぎ、潜在的な侵害の影響範囲を制限する必要があります。
WPA2-Enterprise 環境でセッションごとに一意のキーを生成する、集中型の証明書ベースの認証を有効にするために必須のコンポーネントはどれですか。
正解:D
CEH v13 explains that WPA2-Enterprise replaces the static, shared password model of WPA2-Personal with a centralized authentication system that relies on the 802.1X framework. The essential component of this architecture is RADIUS integrated with EAP, which manages user authentication, device identity verification, and dynamic session key generation. RADIUS acts as the backend authentication server, while EAP provides a flexible authentication framework supporting certificates, smartcards, or credentials. This combination allows organizations to enforce per-user access control policies, revoke individual users without changing network-wide passwords, and generate unique Pairwise Master Keys (PMKs) for every authenticated session. CEH highlights that one of the major advantages of WPA2-Enterprise is its ability to produce unique encryption keys for each client, preventing key reuse and mitigating lateral movement if one device is compromised. Certificate-based EAP types such as EAP-TLS introduce mutual authentication, ensuring both client and server validate each other's identity before allowing network access. This significantly increases security posture compared to PSK networks, which cannot scale securely for large enterprise deployments.