当前位置:网站首页>技能大赛训练题: 子网掩码划分案例
技能大赛训练题: 子网掩码划分案例
2022-07-31 13:21:00 【shatianyzg】
公司计划使用VLSM技术为公司总部各部门划分相应IP地址段;现公司研发部97人、营销部56人、行政部16人、财务部10人;请使用10.30.10.0/24网段根据研发、营销、行政、财务每部门人数依次进行子网划分,使IP地址浪费最少,使用每个子网最后一个可用地址作为本子网的网关。
1.要求写出解题过程
假设这个网段分配给研发部的主机位是X位,
那么需要满足的是主机位可以容纳的主机数量,算式就是2^X-2>=100,解出X>=7,
所以主机位就是7位,主机位和网络位总共是32位,所以网络位就是25位,
也就是说网络位需要向主机位借一位,
而借到的这一位有两种选择,是0和1,
计算营销部
仍然满足2^X-2>=58,解出X>=6,
主机位6位,网络位26位,
在10.30.10.128/25的基础上再向后借一位,
有两种网段,
分别是:10.30.10.128/26和10.30.10.192/26
我们给营销部选择10.30.10.128/26这个网段
然后是营销部,
满足2^X>=16解出X>=5,
主机位为5,网络位为27。
在10.30.10.192/26的基础上向后借一位,
有两个网段,
分别是:10.30.10.192/27和10.30.10.224/27,
我们给营销部选择10.30.10.192/27网段。
最后是财务部,
满足2^X>=10解出X>=5,
主机位为4,网络位为
边栏推荐
- 知名无人驾驶公司:文远知行内推
- Grab the tail of gold, silver and silver, unlock the programmer interview "Artifact of Brushing Questions"
- ECCV 2022 | Robotic Interaction Perception and Object Manipulation
- IDEA如何运行web程序
- 365天挑战LeetCode1000题——Day 044 最大层内元素和 层次遍历
- Architecture Camp | Module 8
- go使用makefile脚本编译应用
- matlab as(assert dominance)
- The batch size does not have to be a power of 2!The latest conclusions of senior ML scholars
- ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
猜你喜欢

阿里三面:MQ 消息丢失、重复、积压问题,怎么解决?

IDEA如何运行web程序

IDEA找不到Database解决方法

C#控件ListView用法
![[Niu Ke brush questions - SQL big factory interview questions] NO3. E-commerce scene (some east mall)](/img/a6/8d53f5087a33c2bea8c99a5bb922da.png)
[Niu Ke brush questions - SQL big factory interview questions] NO3. E-commerce scene (some east mall)

networkx绘制度分布

docker部署完mysql无法连接

The use of C# control CheckBox

Detailed explanation of network protocols and related technologies

C#获得网卡信息 NetworkInterface IPInterfaceProperties
随机推荐
操作符详解
电脑重要文件很多,如何备份比较安全?
ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)解决办法
网络层重点协议——IP协议
matlab as(assert dominance)
Spark学习:为Spark Sql添加自定义优化规则
go中select语句
pytorch gpu版本安装最新
CentOS7 installation MySQL graphic detailed tutorial
SAP 电商云 Spartacus SSR Optimization Engine 几处 timeout 的执行顺序
阿里三面:MQ 消息丢失、重复、积压问题,怎么解决?
Edge Cloud Explained in Simple Depth | 4. Lifecycle Management
The use of C# control CheckBox
C# 中的Async 和 Await 的用法详解
C#使用ComboBox控件
Error: npm ERR code EPERM
CentOS7 —— yum安装mysql
JSP response对象简介说明
浏览器被hao360劫持解决办法