Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下 IP 地址 - 168.94.254.255 和 168.94.255.254 - 是否用于广播,如果它们属于 B 类?(地址是随机选择的)。我想 168.94.255.255 宁愿成为广播地址,但我不确定。提前致谢!
CIDR 表示法中的 B 类网络是 /16 网络。广播地址是所有主机位都为 1 的地方。在您的情况下,最后 16 位需要为 1 才能成为广播地址。
168.94.254.255 和 168.94.255.254 在最后 16 位中各有一个零位,因此它们不是广播地址。
如果您的 B 类被划分为 /24 的子网,那么如果 168.94.254.0/24 是网络地址,那么 168.94.254.255 地址可能是广播地址。