Wireless, Cryptography & Cloud
34 practice questions with explanations — 15 free to try
PassNova has 34 Certified Ethical Hacker (CEH) practice questions on Wireless, Cryptography & Cloud, each with a clear explanation. A 15-question taster is free with no sign-up; the full bank is part of PassNova Premium. Updated for 2026.
Wireless, Cryptography & Cloud: example questions & answers
2 worked examples with answers and explanations below. Try 15 Certified Ethical Hacker (CEH) questions free in the browser; the full 34-question Wireless, Cryptography & Cloud bank is part of PassNova Premium.
To crack a WPA2-PSK network offline, an attacker first needs to capture which piece of information by deauthenticating a client and waiting for it to reconnect?
- AThe ISP account password
- BThe DHCP lease table
- CThe router's serial number
- DThe 4-way handshake✓
Answer: Capturing the WPA2 4-way handshake lets an attacker perform an offline dictionary or brute-force attack against the pre-shared key, commonly forcing it by sending deauthentication frames.
Which statement correctly describes the difference between symmetric and asymmetric encryption?
- ASymmetric uses one shared key for encryption and decryption; asymmetric uses a public/private key pair✓
- BSymmetric is always slower than asymmetric encryption
- CAsymmetric encryption uses the same shared key for both parties and is therefore always faster than symmetric ciphers
- DSymmetric encryption cannot be used for bulk data
Answer: Symmetric encryption (e.g., AES) uses a single shared secret key for both encryption and decryption, whereas asymmetric encryption (e.g., RSA) uses a mathematically linked public and private key pair.