I'm reading on basic networking (newbie). Below is an excerpt of the book, or see www.geocities.com/vugh/question.txt
"For example, here’s how the network address is extracted from an IP address using the 20-bit subnet mask from the previous example:
144 . 28 . 16 . 17
IP address: 10010000 00011100 00100000 00001001
Subnet mask: 11111111 11111111 11110000 00000000
Network ID: 10010000 00011100 00100000 00000000
144 . 28 . 16 . 0 "
QUESTION: I'm confused why the third octet of the network ID (and IP Address) is 16. Isn't it supposed to be 32? Also the last octet of the IP Address, isn't it supposed to be 9 instead of 17?
2006-07-25
19:32:04
·
3 answers
·
asked by
obai
2
in
Computers & Internet
➔ Computer Networking