Question 1
Fill in the blanks by converting between binary, decimal, and hexadecimal
Binary | Decimal | Hexadecimal |
---|---|---|
0101 0010 | ||
200 | ||
0c24 | ||
0110 0011 1111 0011 | ||
12487 | ||
0xBEEF |
Binary | Decimal | Hexadecimal |
---|---|---|
0101 0010 | 82 | 0x52 |
1100 1000 | 200 | 0xc8 |
0010 0100 | 36 | 0x24 |
0110 0011 1111 0011 | 25,587 | 0x63f3 |
0011 0000 1100 0111 | 12,487 | 0x30c7 |
1011 1110 1110 1111 | 48,879 | 0xbeef |
Question 2
Shorten these IPv6 addresses
- 2001:0db8:0000:0000:0000:0123:0000:0100
- fe80:0000:dead:beef:07c8:0000:0000:7008
- 2002:7676:0404:9cad:0443:89cb:0047:0001
- 4786:0000:0000:0000:0000:0000:0001:0123
- D770:0000:0000:0012:0000:0000:0000:078A
- 2001:db8::123:0:100
- fe80:0:dead:beef:7c8::7008
- 2002:7676:404:9cad:443:89cb:47:1
- 4786::1:123
- d770:0:0:12::78a
Question 3
Assign these IPv6 addresses to the letters in the topology below
- 2001:db8:0:100::8 /127
- 2001:db8:0:101:: /64
- ::1
- ::8
- ::9
- A – ::8 or ::9
- B – 2001:db8::0:100::8 /127
- C – ::8 or ::9
- D – ::1
- E – 2001:db8:0:101:: /64