IP numbers (continued)
- Convert to decimal for convenience
- Group into bytes (8 bits) and convert each in turn; separate with periods
11001110 00011011 11101110 000000101
206
27
238
5
.
.
.
There is nothing special about the 8 bit boundaries; to the computer it is still a single 32 bit number
Notes:
No notes for slide 14