
192.168.0.0 可以是網路位址,不能指派給本地網路中的任何設備。但為什麼?使用遮罩(如 255.255.0.0)的路由器無法找出網路位址嗎?
答案1
《為每個子網路定義主機位址》 根據Internet慣例,IP位址的主機號欄位不能包含全0或全1。網路(或子網路)號。
更權威的是 RFC-943,位於http://www.ietf.org/rfc/rfc943.txt:
In certain contexts, it is useful to have fixed addresses with
functional significance rather than as identifiers of specific
hosts. When such usage is called for, the address zero is to be
interpreted as meaning "this", as in "this network". The address
of all ones are to be interpreted as meaning "all", as in "all
hosts". For example, the address 128.9.255.255 could be
interpreted as meaning all hosts on the network 128.9. Or, the
address 0.0.0.37 could be interpreted as meaning host 37 on this
network.