Certified Ethical Hacker – CEH – 312-50 – Question154

How does an operating system protect the passwords used for account logins?


A.
The operating system performs a one-way hash of the passwords.
B. The operating system stores the passwords in a secret file that users cannot find.
C. The operating system encrypts the passwords, and decrypts them when needed.
D. The operating system stores all passwords in a protected segment of non-volatile memory.

Correct Answer: A

Certified Ethical Hacker – CEH – 312-50 – Question148

What results will the following command yield: 'NMAP -sS -O -p 123-153 192.168.100.3'?


A.
A stealth scan, opening port 123 and 153
B. A stealth scan, checking open ports 123 to 153
C. A stealth scan, checking all open ports excluding ports 123 to 153
D. A stealth scan, determine operating system, and scanning ports 123 to 153

Correct Answer: D