Which statement correctly compares TKIP and AES-CCMP as used in wireless security?
- ATKIP is a block cipher that provides better message integrity than the weaker AES-CCMP cipher.
- BTKIP is a legacy protocol retained for backward compatibility, while AES-CCMP is the stronger current standard. Correct
- CAES and TKIP are interchangeable names for the same 128-bit wireless encryption algorithm.
- DAES is deprecated under WPA3, which returns to TKIP for better performance on older client hardware.
Why A is wrong: Tempting because both terms appear together in WPA2 settings, but TKIP is a key-mixing wrapper around RC4, and AES-CCMP is the stronger option, so this reverses their strengths.
Why B is correct: This states the accepted relationship: TKIP was a stopgap to patch WEP hardware, whereas AES-CCMP is the robust cipher recommended for modern networks.
Why C is wrong: Tempting because both are selectable ciphers in WPA2, but they are entirely different algorithms and are not interchangeable names for one thing.
Why D is wrong: Tempting because WPA3 does change the handshake, but it strengthens rather than abandons AES and does not revert to the discredited TKIP cipher.