140 likes | 403 Views
Binary Lesson 4 Slash Notation. A Single IPv6 Address. fe80:0000:0000:0000:462a:60ff:fef6:0278 8 fields, each containing 16 bits Each field has 4 hexadecimal characters, representing 4 bits each fe80 = 1111 1110 1000 0000 462a = 0100 0110 0010 1010. A Range of IPv6 Address. fe80::/64
E N D
A Single IPv6 Address fe80:0000:0000:0000:462a:60ff:fef6:0278 8 fields, each containing 16 bits Each field has 4 hexadecimal characters, representing 4 bits each fe80 = 1111 1110 1000 0000 462a = 0100 0110 0010 1010
A Range of IPv6 Address fe80::/64 • The number after the slash is how many bits are fixed in the address range • All the remaining bits are allowed to vary • This range contains these addresses: fe80:0000:0000:0000:0000:0000:0000:0000 fe80:0000:0000:0000:0000:0000:0000:0001 fe80:0000:0000:0000:ffff:0000:0000:0000 fe80:0000:0000:0000:ffff:ffff:ffff:ffff ---- ---- ---- ---- 64 bits
A Range of IPv6 Address fe80::/16 The number after the slash is how many bits are fixed in the address range All the remaining bits are allowed to vary This range contains these addresses: fe80:0000:0000:0000:0000:0000:0000:0000 fe80:0000:0000:0000:0000:0000:0000:0001 fe80:ffff:0000:0000:0000:0000:0000:0000 fe80:ffff:ffff:ffff:ffff:ffff:ffff:ffff ---- 16 bits
A Range of IPv6 Address fe80::/8 The number after the slash is how many bits are fixed in the address range All the remaining bits are allowed to vary This range contains these addresses: fe80:0000:0000:0000:0000:0000:0000:0000 fe80:ffff:ffff:ffff:ffff:ffff:ffff:ffff fe8f:ffff:ffff:ffff:ffff:ffff:ffff:ffff feff:ffff:ffff:ffff:ffff:ffff:ffff:ffff -- 8 bits
A Single IPv6 Address • fe80::462a:60ff:fef6:0278/128 • The /128 means all 128 bits are fixed fe80:0000:0000:0000:462a:60ff:fef6:0278 ---- ---- ---- ---- ---- ---- ---- ---- 128 bits
The Unspecified IPv6 Address • ::/0 • The /0 means no bits are fixed • All 128 bits can vary • This range includes all addresses, including 0000:0000:0000:0000:0000:0000:0000:0000 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 0 bits
Which address is not included in this range?2620::/64 2620::FFFF 2620::FFFF:FFFF:FFFF 2620::FFFF:FFFF:FFFF:FFFF 2620::FFFF:FFFF:FFFF:FFFF:FFFF More than one of the above
Which address is not included in this range?2620::/32 2620::F:F:F:F 2620:0:0:1::FFFF:FFFF:FFFF 2620:1:0:0:F:F::1 262F::FFFF:FFFF:FFFF:FFFF:FFFF More than one of the above
Which address is not included in this range?FC00::/16 FC00::1:1:1:1 FC00::1:1:1:1:1:1 FC00:F:F:F:1:1:1:1 FC0F::1 More than one of the above
Which address is not included in this range?FF02::/96 FF02::F:F:F FF02::F:F FF02::FFFF:FFFF FF02::F More than one of the above
Which address is not included in this range?2000::/4 2000:: 20FF:: 2FFF:: 3000:: More than one of the above
Which address is not included in this range?2620:1:B::/48 2620::1 2620:1:B::F:F:F:F 2620:1:B::F:F:F:F:F 2620:1:C::F:F:F:F More than one of the above