A host computer is assigned IP address 192.168.12.8 and subnet mask 255.255.255.192. The host sends a packet to another host with IP address 192.168.12.65. Is the destination IP address in the same subnet as 192.168.12.8? Show why or why not.
What will be an ideal response?
No, the 192.168.12.65 address is in the 64 subnet:
192 .168 .12 .65
255 .255 .255 .192
192 .168 .12.64
128 64 32 16 8 4 2 1
0 1 0 0 0 0 0 1 (65)
1 1 0 0 0 0 0 0 (192)
0 1 0 0 0 0 0 0 (64)
Computer Science & Information Technology
You might also like to view...
You can use the ________ to quickly copy formatting from one section of text to another
A) Ribbon B) Quick Access Toolbar C) Format Painter D) Clipboard
Computer Science & Information Technology
In a try-catch statement, the ____________ keyword appears immediately after the try block.
a. try b. catch c. break d. continue
Computer Science & Information Technology