How to perform IP address analysis and application

王林
Release: 2023-05-17 22:55:04
forward
1841 people have browsed it

1. IP address

1. IPV4 is composed of 32-bit binary numbers

2. The IP address is composed of two parts: network bit and host bit

3. Classification of IP addresses:

Category Range Network bit and host bit

A A 1-126 Network host master

B             128-191   网网主主

C C​ ​ ​ 240-254 ​ Scientific research

2. Private network address

A A 10.0.0.0~10.255.255.255

B B 172,16.0.0~172.31.255.255

## C 192.168.0.0~192.168.255.255

3. Subnet Mask

Subnet mask is used to distinguish the network bits and host bits of the IP address

The network bit is represented by consecutive 1s, and the host bit is represented by consecutive 0s

172.16.100.100 255.255.0.0

192.168.180.180 255.255.255.0

10.22.22.22 10.22.22.22 255.0.0.0

4. Network ID (network number)

The IP of the network bit remains unchanged, and the host bit is represented by consecutive 0s.

172.16.1.1 .0.0

5. Network testing tools

1, ipconfig

2, ipconfig /all

3, ping

4, traceroute

6. Preparation for device configuration

1. Configure the console response time (the problem of returning to the initial interface after being idle for a period of time)

Global mode: line console 0

EXEC-TIMEOUT 0 0 The former is the minute.

overall mode: LINE CONSOLE 0

Logging Synchronous

## 3, Disable DNS Query

## completely

The above is the detailed content of How to perform IP address analysis and application. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!