当前位置:网站首页>Detailed explanation of IP address and preparation of DOS basic commands and batch processing
Detailed explanation of IP address and preparation of DOS basic commands and batch processing
2022-07-05 13:54:00 【Cwxh0125】
One . LAN
LAN : It's commonly known as the intranet
The composition of simple LAN : Switch , Ethernet cable ,pc
Switch : Set up the LAN equipment of the intranet
Router : Connect external network and internal network
Two .IP Address
IP An address is a unique identifier , It's a network code ( Binary system ), from 32 A composition .
After converting to dotted decimal : x.x.x.x x The scope of the 0-255
3、 ... and . Subnet mask
Yes IP There must be a subnet mask One IP The address must have a subnet mask
LAN communication rules : In the same LAN , all IP You must be in the same network segment to communicate
IP The composition of the address ; Network bit + Host bit ( The network bits are the same IP The address of is the same network segment )
Subnet mask : Used to determine IP Network bit of address
How the subnet mask determines the network bit : And 255 The corresponding number is network bit , And 0 The corresponding host bit
255.0.0.0
255.255.0.0
255.255.255.0
for example 10.1.1.1 255.255.0.0 Belong to 10.1.0.0 Network segment Name is .1.1.1 Network segment broadcast address :10.1.255.255
( When all host bits are set 0 Represents the network segment , Set all 255 Represents the broadcast address of the network segment )
What cannot be used here is that the host bits cannot be all 0 Or all 255, For example, if the subnet mask is 255.255.0.0 Words , that IP The address can be 10.1.1.255 perhaps 10.1.1.0, But not for 10.1.255.255 perhaps 10.1.0.0. Remember that with the subnet mask 0 The corresponding host bit .
International standards organization ISO Define address classification : Five categories

Four . How to match IP
Network properties ----> Internet agreement

Automatically acquired IP( Will change )
Manually configured IP( It won't change )
5、 ... and . gateway
gateway : An exit to the network Usually on the router
If several PC The device is in the same network segment , Even if the gateway is not configured ( Remove the gateway ), These devices can still communicate , But if you want to communicate with devices in the Internet , Then the gateway must be configured .

6、 ... and .DNS
Detailed see :

ping The goal is IP Address # Test network connectivity You can communicate if you go back and forth
ping -t The goal is IP Address # constantly ping
ping -n Numbers Destination address # modify ping The number of bags
Resolve the domain name manually
nslookup
-------------------------------------------------------------- Demarcation line ----------------------------------------------------------
basic DOS command
1. command :colorf0
help :color? effect : Change the background and font color
2. command :cls effect : Clear the screen
3. command :dir effect : Browse the contents of the current folder ( belt <dir> The identified folder is , Otherwise it's a document )
Other uses :dir Specify the path dird:\dird:\picdir/a# Browse everything , Including hidden content
4. command : Disk character : effect : Switch partitions , Such as :c:d:e:
5. command :cd.. effect : Exit the first level directory
6. command :cd Folder name function : Enter folder
7.Tab key : Complete the path function
8. command :cd\ effect : Go straight back to the root directory
9. command :md Folder [ Folder folder ...........]
10. command :rd Folder [ Folder folder ...........] effect : Delete empty folder command :rd Folder /s/q effect : Silent deletion of non empty folders
11. route : Relative paths : Valid for current path , Such as :...\456
Absolute path : Write the path from the root , Such as :\123\345
12. How to create a file :echo character string >>[ route \] file name . Extension
13. command :type file name . The extension works : Browse the contents of a file
14. command :del file name . The extension works : Delete file
del*.txt # Delete all txt Final document
del*.* # Delete all files
del*.*/s/q # Delete all files without prompting
15. Modify file or folder hidden attribute command :attrib+h Full file name / Folder name
# Hide files or folders
attrib+s+h Full file name / Folder name # Promoted to a file protected by the system
16.
copy route \ file name route \ file name : Copy a file to another place .
Moving files
move route \ file name route \ file name : Move a file ( It's cutting + Copy ) To another place .
17
Automatic shutdown command
Shutdown -s -t 60: Express 60 Turn off automatically in seconds
shutdown -a : Can cancel timed shutdown
Shutdown -r -t 60: Express 60 Automatic restart in seconds
shudowm -l : Cancellation
----------------------------------------------------- Demarcation line ----------------------------------------------------------------
Batch write
1. Batch processing is used to process each command in batches from top to bottom , Until the last one ( Whether the command is executed successfully or not The following commands will still be executed )
2. How to create a batch
Extension :.bat
Create method : Create a new notepad file , Then change the extension to .bat
Basic grammar
pause Pause
@echo off Close back display The execution process is not displayed
title effect : Set the title for the batch script
: and goto
: Define tag names goto Realize jump
A simple virus

Keep executing open cmd until CPU completely fill
边栏推荐
- Win10 - lightweight gadget
- RK3566添加LED
- The development of speech recognition app with uni app is simple and fast.
- Ordering system based on wechat applet
- About the problem and solution of 403 error in wampserver
- kafaka 日志收集
- 什么叫做信息安全?包含哪些内容?与网络安全有什么区别?
- jasypt配置文件加密|快速入门|实战
- These 18 websites can make your page background cool
- [js] basic syntax - for loop
猜你喜欢

Rk3566 add LED

Assembly language - Beginner's introduction

The real king of caching, Google guava is just a brother

【华南理工大学】考研初试复试资料分享
![[South China University of technology] information sharing of postgraduate entrance examination and re examination](/img/a8/41e62a7a8d0a2e901e06c751c30291.jpg)
[South China University of technology] information sharing of postgraduate entrance examination and re examination

嵌入式软件架构设计-消息交互

NFT value and white paper acquisition

这18个网站能让你的页面背景炫酷起来

Internal JSON-RPC error. {"code":-32000, "message": "execution reverted"} solve the error

redis6主从复制及集群
随机推荐
真正的缓存之王,Google Guava 只是弟弟
Address book (linked list implementation)
Can graduate students not learn English? As long as the score of postgraduate entrance examination English or CET-6 is high!
UE source code reading [1]--- starting with problems delayed rendering in UE
Zhubo Huangyu: these spot gold investment skills are not really bad
ZABBIX monitoring
Usage, installation and use of TortoiseSVN
链表(简单)
Those things I didn't know until I took the postgraduate entrance examination
Idea remote debugging agent
什么叫做信息安全?包含哪些内容?与网络安全有什么区别?
这18个网站能让你的页面背景炫酷起来
Zibll theme external chain redirection go page beautification tutorial
Network security HSRP protocol
Elfk deployment
Mmseg - Mutli view time series data inspection and visualization
Assembly language - Beginner's introduction
What about data leakage? " Watson k'7 moves to eliminate security threats
Redis6 data type and operation summary
Personal component - message prompt
https://blog.csdn.net/CYwxh0125/article/details/120913754?spm=1001.2014.3001.5501