扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
1.几种逻辑运算
AND OR NOT
a AND 0and 0=0 1and1=1 0and1=0
b OR 0OR0=0 1OR1=1 0OR1=1
C NOT NOT0=1 NOT1=0
EXAMPLE:
给一IP地址:139.175.152.254/16
NET ID不用解释
HOST ID:先将NET MASK 做一个NOT运算,在和IP做一次AND就得出HOST ID
Broadcast ID;先将NET MASK作一个NOT 运算,在和IP做一次OR运算得出 Broadcast ID
2,招式(一定要将着两招融会贯通,包您打遍天下无敌手)
EXAMPLE;
a.What are the valid Host ID's for 199.37.2.33/29?
Below is avery easy to use shortcut that requires no binary math
Figure out the mask :/29=248
Figure out the subnet mask multiple 256-248=8
Subnet are 8 16 24 32 40 48 etc
This is subnet32,next subnet is 40.so the broadcast address is 39
Everything between the subnet (32)and broadcast (39) are the valid hosts.
In this example .based on the given mask the valid host ranges are
33-38
b.What subnet is the host 200.1.1.130/28 on ?
A.200.1.1.128
B.200.1.1.32
C.200.1.1.16
D.200.1.1.64
E.200.1.1.0
Shorhand /28=4 bits in the last octet=decinal 255.255.255.240
Shortcut take 256-240=16
Valid subnets are mutiples of 16 32 48 64......etc
Shortcut #2
Because it's a small slice and a big number.who wants to count up every 16 bits to find the next subnetwork address ?
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者