《计算机网络》第二章:网络地址1--读书笔记

    xiaoxiao2021-03-25  101

    IP=10.1.1.2/24   这个写法有点意思,其中24是掩码,就是24个bit, 就是相当于255.255.255.0  

    这个IP中10.1.1是Network ID, 2是Host ID

     

    以后再写吧 --2017.03.09

    ==========================================================================

    IP由两部分组成那么 这两部分叫做啥名字?正规的名字叫什么?

    CIDR无分类编址CIDR

    在谢希仁的第6版本的 P140说IP地址=网络前缀+主机号。

    但在P120写的是  网络号net-id  + 主机号host-id。

    在维基百科https://en.wikipedia.org/wiki/IP_address写到:

    IP networks may be divided into subnetworks in both IPv4 and IPv6. For this purpose, an IP address is logically recognized as consisting of two parts: the network prefix and the host identifier, or interface identifier (IPv6). The subnet mask or the CIDR prefix determines how the IP address is divided into network and host parts.

     

    然后又一看谢希仁的书的p117写到:

    IP地址的划分有三个历史阶段(1)分类的Ip地址(2)子网的划分(3)构成超网。

    因此谢希仁的介绍是最牛的!以后就看谢希仁的书就可以,关于IP划分方面的内容。

    转载请注明原文地址: https://ju.6miu.com/read-16358.html

    最新回复(0)