当前位置:网站首页>Analysis of the example of network subnet division in secondary vocational school
Analysis of the example of network subnet division in secondary vocational school
2022-07-03 05:34:00 【Contact people】
One 、 Determination of subnet mask
Give several subnets directly according to the topic ( direct method ). Give the number of hosts , You need to calculate the number of hosts , Finally, subtract the required number of hosts from the number of hosts in the default subnet mask , Get the number of subnets ( indirect method )
1. Determine the proportion IP Several host bits in the are used as subnet identifiers
A. Convert numbers into binary numbers and see how many digits .B.2n-1<X<2n N That is, the number of subnet identifiers .
2. In accordance with the IP type , Write the default subnet mask binary .
3. Above the default binary subnet mask , Change the host identification number to 1. And convert to decimal
Two 、 The division of subnets
According to the given IP Address 218.98.101.0, The default subnet mask is 255.255.255.0, So you can be sure , The network address is 218.98.101, The host address is 0
Dividing subnets focuses on the host address , Convert to binary to 00000000
1. Subnet identification accounts for 3 position
Requirement Division 6 Subnet , Then the subnet ID is 3 position , The specific division is as follows :

2、 If the subnet ID accounts for 2 position

3、 If the subnet ID accounts for 4 position
边栏推荐
- Apache+PHP+MySQL环境搭建超详细!!!
- [basic grammar] C language uses for loop to print Pentagram
- The IntelliJ platform completely disables the log4j component
- Best practices for setting up altaro VM backups
- Introduction to redis and explanation of data types
- Get and monitor remote server logs
- kubernetes资源对象介绍及常用命令(五)-(ConfigMap)
- Differences among bio, NiO and AIO
- 今天很多 CTO 都是被干掉的,因为他没有成就业务
- Beaucoup de CTO ont été tués aujourd'hui parce qu'il n'a pas fait d'affaires
猜你喜欢

How to install and configure altaro VM backup for VMware vSphere

How do I migrate my altaro VM backup configuration to another machine?

Export the altaro event log to a text file

6.23星期四库作业

Make your own dataset

Why is go language particularly popular in China

Map的扩容机制

3dslam with 16 line lidar and octomap

Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn

中职网络子网划分例题解析
随机推荐
The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
Pessimistic lock and optimistic lock of multithreading
(完美解决)matplotlib图例(legend)如何自由设置其位置
Basic introduction of redis and explanation of eight types and transactions
联想R7000显卡的拆卸与安装
Communication - how to be a good listener?
"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released
Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
AtCoder Beginner Contest 258(A-D)
Source insight License Activation
BIO、NIO、AIO区别
今天很多 CTO 都是被干掉的,因为他没有成就业务
redis 无法远程连接问题。
Explanation of several points needing attention in final (tested by the author)
Progressive multi grasp detection using grasp path for rgbd images
Go practice -- use redis in golang (redis and go redis / redis)
Apache+PHP+MySQL环境搭建超详细!!!
[set theory] relational closure (relational closure related theorem)
Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions