Posted on 2008-01-06 22:09
tanzek 閱讀(1476)
評(píng)論(0) 編輯 收藏 所屬分類:
讀書(shū)記錄
?在RFC 950 - Internet Standard Subnetting Procedure中有一小句這樣子的聲明:
Since the bits that identify the subnet are specified by a bitmask, they need not be adjacent in the address. However, we recommend that the subnet bits be contiguous and located as the most significant bits of the local address.
然后在RFC 1219 - On the assignment of subnet numbers對(duì)RFC 950其中的子網(wǎng)號(hào)設(shè)定作了一些補(bǔ)充,在這里就可以看到對(duì)RFC 950的一些總結(jié):
RFC-950 [2] specifies a procedure for subnetting Internet addresses using a bit-mask.? While RFC-950 allows the "ones" in the subnet mask to be non-contiguous, RFC-950 recommends that 1) they be contiguous, and 2) that they occupy the most significant bits of the "host" part of the internet address.
在其中就可以看到RFC并不要求子網(wǎng)掩碼必須是連續(xù)為1的,即允許為非連續(xù)子網(wǎng)掩碼,不過(guò)并不推薦這樣做。但是在大多數(shù)系統(tǒng)中,尤其是Windows系統(tǒng)中,以Windows XP為例,如果設(shè)定非連續(xù)子網(wǎng)掩碼的話,將會(huì)出現(xiàn)如下提示:

不知這個(gè)能不能在Windows XP的系統(tǒng)說(shuō)明里面能不能找到,期待ing...