-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path子网划分.html
20 lines (19 loc) · 871 Bytes
/
子网划分.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>子网划分</title>
<basefont face="微软雅黑" size="2" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="exporter-version" content="Evernote Windows/307425 (zh-CN, DDL); Windows/10.0.0 (Win64);"/>
<style>
body, td {
font-family: 微软雅黑;
font-size: 10pt;
}
</style>
</head>
<body>
<a name="454"/>
<h1>子网划分</h1>
<div>
<span><div>A类 网络地址 0-127 主机数 2^24 - 2</div><div>B类 网络地址 128- 191 主机数 2^16- 2</div><div>C类 网络地址 192- 223 主机数 2^8 -2</div><div>子网掩码: 将网<font style="color: rgb(255, 0, 0);">络地址 全变成 1</font></div><div><img src="子网划分_files/Image.png" type="image/png" data-filename="Image.png"/></div><div><br/></div></span>
</div></body></html>