Description, using the Ping tool
1. Can be used to query whether the domain name can be accessed
2. Can be used to query the corresponding IP address of the domain name
If the remote server allows the ping command.
first, the use of ping class, high
The general format of the ping command is:ping [-dfnqrrv][-c send number][-i interval seconds][-i network interface][-l Front load][-p template style][-s packet size][-t survival value [host name or IP address]
Parameter description:-D uses the
Executes the ping command in ASP and returns the result
In a Win2000 system, commands can be executed by the Exec method of the Wscript.Shell object,
The simple code is as follows:
url = "Www.topronet.com"
Set Objwshell = CreateObject
I. Ping Introduction Ping is a command in windows, which is also available in UNIX and Linux. Ping also belongs to a communication protocol and is part of the TCP/IP protocol. The ping command can be used to check whether the network is connected,
About AdminPingCommand bitsCN.com of MySQL
Preface:
The Admin Ping Command was thoroughly tested during the recent online QPS soaring diagnosis process. In addition, I have recently read some related knowledge in some foreign articles, so I will
I don't forget that Windows has evolved from a simple dos character interface. Although we usually operate on the GUI when using the Windows operating system, the DOS command is still very useful.
Let me look at the functions of these commands
Ping is a frequently used utility used to determine whether the local host can exchange, send, and receive data packets with another host. Based on the returned information, we can infer whether the TCP/IP parameter is set correctly and whether the
Reply from XXX. XXX. x. x: bytes = 32 time
Ping is a common tool used to determine network connectivity problems. After the ping command is run, common error messages are divided into three types:1. Unknown HOST: Unknown host indicates that the
Ping through ICMP echo request and response
Some good examples of Ping: From http://www.thegeekstuff.com/2009/11/ping-tutorial-13-effective-ping-command-examples/ Ping Example 1. Increase or decrease the time interval between packets
By default
Global debugging
When configuring a Cisco router, the boundaries between global and interface commands are obvious. In this case, we use "Global" to identify commands that cannot be used for interface debugging or specific transmission media types
I don't forget that Windows has evolved from a simple DOS character interface. Although we usually operate on the GUI when using the Windows operating system, we are still very useful in doscommands. Let me see the functions of these commands, learn
Windows net basic command 1. Tips for using the Ping command Ping is a frequently used utility used to determine whether a local host can exchange (send and receive) data packets with another host. Based on the returned information, we can infer
Global debugging
When configuring a Cisco router, the boundaries between global and interface commands are obvious. In this case, we use "Global" to identify commands that cannot be used for interface debugging or specific transmission media types
Ipconfig command
The ipconfig command can be used to display the current TCP/IP configuration of the local machine.
When ipconfig is used without any Parameter options, it displays IP addresses, subnet masks, and default gateway values for each
Use ping and net view commands to test TCP/IP connection
1. To use the Ping command to test the connectivity of TCP/IP, use the ipconfig command to make sure that the network adapter is not in the "Media disconnected" status. For more information,
Global debugging
When configuring a Cisco router, the boundaries between global and interface commands are obvious. In this case, we use "Global" to identify commands that cannot be used for interface debugging or specific transmission media types
The principle of Ping is to first establish a channel, then send the packet, and the other party will return information after receiving the packet. This package includes at least the following content, the package content includes the IP address of
Copy codeThe Code is as follows: IP = "jb51.net"
WQL = "Select * from Win32_PingStatus Where Address = '$ ip '"
WQL = Replace (WQL, "$ IP", IP)
N = 0: s = 0
Do Until n = 100
Set ob1_miservice = GetObject ("winmgmts: \. \ root \ cimv2 ")
Set
The principle of ping is to first establish a channel, then send the packet, and the other party will return information after receiving the packet. This package includes at least the following content, the package content includes the IP address of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.