Certified Ethical Hacker (CEH v13) — Question 73

Harris is attempting to identify the OS running on his target machine. He inspected the initial TTL in the IP header and the related TCP window size and obtained the following results:

TTL: 64 -

Window Size: 5840 -
What the OS running on the target machine?

Answer options

Correct answer: C

Explanation

The correct answer is Linux OS, as a TTL of 64 and a TCP window size of 5840 are characteristic of Linux systems. Windows typically has a TTL of 128, and the window size values for Mac and Solaris differ from those observed here.