我在说明的 TCP/IP 中出现了以下示例:
Figure 2-3. A site is allocated the classical class B network number 128.32. The
network administrator decides to apply a site-wide subnet mask of 255.255.255.0,
giving 256 subnetworks where each subnetwork can hold 256 – 2 = 254 hosts. The
IPv4 address of each host on the same subnet has the subnetwork number in
common. All of the IPv4 addresses of hosts on the left-hand LAN segment start
with 128.32.1, and all of those on the right start with 128.32.2.

我会想象 B 类地址 (128.32.) 与 255.255.255.0 掩码导致 128.32.0.[0-254] 地址范围。据我了解,这本书说它是 128.32.[0-254].[0-254]。有人可以解释为什么尽管第三个八位字节被屏蔽,这本书提到 128.32.1 和 128.32.2 可用?