During a routine network audit, a system administrator needs to record the correctly compressed shorthand format of the IPv6 address `fe80:0000:0000:0000:020c:29ff:fe0c:4171`. Which of the following is the correct compressed representation of this address?
- fe80::20c:29ff:fe0c:4171Cevap
- Bfe80::020c:29ff:fe0c:4171
- Cfe80:0:0:0:20c:29ff:fe0c:4171
- Dfe80::20c:29ff::fe0c:4171
Cevap
The correct compressed IPv6 address is `fe80::20c:29ff:fe0c:4171`.
The correct representation `fe80::20c:29ff:fe0c:4171` follows RFC 5952 standard compression rules: it collapses the four consecutive all-zero 16-bit fields (`0000:0000:0000:0000`) into a single double colon `::`, and suppresses the leading zero in `020c` to `20c`.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Address Compression Syntax (RFC 5952)