View recipient's address through QQ

Source: Internet
Author: User

I don't know if you have any QQ version that can display the IP address of the other party. Now, it seems that few people use QQ of this type. This feature was very popular in the past few years and is very popular. Every time you go to QQ, you can immediately see where the other party is. I have been looking for a QQ version that can display the IP address of the other party. The official website version is definitely unavailable, but I have never found any other version that can be truly effective and useful, I have tried crazy people, chuanmei, and Feiyun versions before, but they are not easy to find. Now I am using qq2009sp3 downloaded from the official website. Think about the previous coral worm QQ, which is worth remembering ~

I was so surprised to find someone saying that I could use the netstat command to view the IP addresses of QQ friends, I have been wondering if there are other ways to check the IP address and location of QQ friends, but I cannot find the answer on the Internet, so I just gave up. This time is just an unintentional result. Haha ~

The netstat command may be unfamiliar to many of my friends. I only know the ping command. It's not surprising that Ping uses the most frequently-used network command, but rarely uses the netstat command.

what is netstat

netstat is used to display statistics related to IP, TCP, UDP, and ICMP protocols. It is generally used to check the ports on the local machine.. If the data packets received by our computer sometimes lead to data deletion or failure errors, we do not need to be surprised that TCP/IP can allow these types of errors and automatically resend the data packets. However, if the cumulative number of errors accounts for a considerable percentage of the received IP data packets, or the number of errors increases rapidly, then we should use netstat to check the cause.

 How to Use netstat

Like using the ping command, start-run and Enter cmd to enter the running interface.

Enter netstat-a, netstat-N, netstat-E, netstat-S, and so on to view the network connection status of each port on the current host.

C:> netstat-

The following are simple explanations:

· netstat-S
This option displays statistics for each protocol. If the Program (such as a web browser) of our application is running slowly or cannot display data such as web pages, then we can use this option to view the displayed information. We need to carefully check the rows of statistics, find the keyword of the error, and then determine the problem.

· netstat-E
this option is used to display Ethernet statistics. It lists items including the total number of bytes, number of errors, number of delimiters, number of datagram, and number of broadcasts. These statistics include both the number of sent and received data packets. This option can be used to calculate some basic network traffic ).

· netstat-r
This option displays information about the route table, similar to the use of Route Print command. In addition to valid routes, valid connections are also displayed.

· Netstat-
This option displays a list of all valid connection information, including the established connections (established) and those that listen to the listening requests.

· Netstat-n
All established valid connections are displayed.

How to Use the netstat command to view the IP address of the other Party

when the recipient connects to us through QQ or other tools (for example, we send qq information or the other party sends us a message ), enter netstat-N or netstat-A at the DOS command prompt to view the IP address or ISP domain name used by the other party to access the Internet, and even the port used is completely exposed.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.