Multiple choice technology security

What's the default TTL value set by windows OS in a IP packet ?

  1. 228

  2. 64

  3. 128

  4. 32

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Windows systems default to TTL 128, while Linux/Unix systems typically use 64. The TTL (Time To Live) field prevents packets from circulating infinitely by decrementing at each router hop. When TTL reaches zero, the packet is discarded.