Current location - Quotes Website - Team slogan - How to find the port number
How to find the port number
Question 1: How to find the best answer of port and IP?

Report to the authorities

Use the cmd command (cmd you should know ... friend)

You can check the network configuration of this machine by typing ipconfig at the command prompt, where the number followed by the IP address is the IP address of your computer. Of course, if you want to know the more detailed configuration of the machine, you can add /all after it, which is ipconfig/all.

Type netstat -a at the command prompt to see the open ports of this computer. If you change the -a parameter to -n, you can see the network connection of the port.

You can understand an ip address as a house number, so that others who want to access your computer can find you through the house number.

Port? How can I put it? Generally speaking, opening a service on a computer will open a corresponding port, such as port 80 for protocol, port 2 1 for FTP protocol and port 3389 for remote use.

The above is just a personal understanding, and there are still many mistakes to be corrected.

Question 2: How to check the port number of computer equipment? You can check the current port number of the computer in this way.

Start \ Run the input command

At the command prompt, enter "NETSTAT -NA" to view the current port number.

Question 3: How to view an application's port (update) If you want to see which program's port the PID corresponds to, just select View \ column in the task manager and check the PID number in the "column" tab, and you can see the PID number of the process in the task manager ... I hope it is useful to you.

Enter netstat -ano in CMD.

You can find the PID number corresponding to the port and application.

Open the task manager again, select the process, select view \ column, check the PID number, and you can see the PID number of the response process, and then compare it.

I hope it helps you.

****************************************************

Maybe the command was entered incorrectly ~ ~'

Note that there is a space between netstat and -ano.

It's netstat -ano

In addition: I don't know what system you are, how can you have an English explanation?

(! ! Parameters can also be typed separately, for example, netstat -o will display the process ID).

The corresponding Chinese explanation is:

Displays protocol statistics and current TCP/IP network connections.

NETSTAT[-a][-b][-e][-n][-o][-p proto][-r][-s][-v][interval]

-a shows all connections and listening ports.

-b display.

Executable component. In some cases, executable components are known.

There are multiple independent components, and in these cases,

A series of components involved in creating a connection or listening port.

Be displayed. In this case, the executable component name

In [] at the bottom, at the top is the component it calls.

Wait until the TCP/IP part. Please note this option.

If you don't have enough permissions, it may take a long time.

It may fail.

-e Displays Ethernet statistics. This option can be used with-s.

Options are grouped together.

-n Displays the address and port number as numbers.

-o Displays the owning process ID associated with each connection.

-p proto shows the connection of the protocol specified by proto; Proto can be

One of the following protocols: TCP, UDP, TCPv6 or UDPv6.

If used with the -s option to display statistics by protocol, proto can be the following protocol.

One:

IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP or UDPv6.

-r displays the routing table.

-s displays statistics by protocol. By default, IP is displayed,

Statistical information of IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP and UDPv6;

The p option is used to specify a subset of the default cases.

When the -v option is used with the -b option, the information contained in is displayed.

This creates a connection or listening port for all executable components.

Component.

Interval redisplays the selected statistics between each display.

Pause interval (seconds). Press CTRL+C to stop the restart.

Show statistics. If ... >>

Question 4: [Network Configuration] How to check your own port number? You need to fill in the port when setting up the proxy server. This port number can be freely filled in on the server side, generally greater than 1024 and less than 65535. When the client uses the proxy server to surf the Internet, the port number must be the same as the port number set by itself on the proxy server.

Tomcat uses port 8080 by default, which can be changed by itself.

Generally, the port number of server-side software can be customized, as long as it is between 1024-65535, and it is not repeated. Each software sets the port number in a different way. Usually in the "Settings" interface.

If the client software wants to set the port number, it must be the same as the server software.

Question 5: How to query the ip and port of your computer is the "gate" and logical concept of an IP on your computer.

Ip and port generally appear at the same time, so that some software on a network device is monitored.

Usually, a process occupies one or more ports to complete network transmission.

Ip and port are collectively referred to as network nodes.

Search and query: For the ip of your own computer, directly enter ipconfig under cmd to see the complete information.

This ip may be assigned to you by the DHCP server, or you may have set it yourself.

Set in network connection, each connection has a right-click attribute, and its ip can be set in tcp/ip settings.

As for finding ports, you can use software similar to the word "Ice Penalty" to see how each port is occupied by the software. The low-end port (0-255) is occupied by the system.

If you want to find someone else's ip and port, it is to detect each port of each ip by blasting. There are many detection methods, which can be detected by hacker software such as X.

Question 6: How do I view my server port? The default remote port is 3389.

The default port of the website is 80.

Question 7: How to check the port number of a program? Enter netstat -ano in CMD.

You can find the PID number corresponding to the port and application.

Open the task manager again, select the process, select view \ column, check the PID number, and you can see the PID number of the response process, and then compare it.

****************************************************

Maybe the command was entered incorrectly ~ ~'

Note that there is a space between netstat and -ano.

It's netstat -ano

(! ! Parameters can also be typed separately, for example, netstat -o will display the process ID).

The corresponding Chinese explanation is:

Displays protocol statistics and current TCP/IP network connections.

NETSTAT[-a][-b][-e][-n][-o][-p proto][-r][-s][-v][interval]

-a shows all connections and listening ports.

-b Displays the executable components involved in creating each connection or listening port. In some cases, it is known that executable components have multiple independent components. In these cases, the sequence of components involved in creating a connection or listening port is displayed. In this case, the executable component name is at the bottom in [], the component it calls is at the top, and so on until the TCP/IP part. Please note that this option may take a long time, and it may fail if you do not have sufficient rights.

-e Displays Ethernet statistics. This option can be used with-s.

Options are grouped together.

-n Displays the address and port number as numbers.

-o Displays the owning process ID associated with each connection.

-p proto shows the connection of the protocol specified by proto; Proto can be one of the following protocols: TCP, UDP, TCPv6 or UDPv6.

If used with the -s option to display statistics by protocol, proto can be one of the following protocols:

IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP or UDPv6.

-r displays the routing table.

-s displays statistics by protocol. Display the statistics of IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP and UDPv6 by default;

The p option is used to specify a subset of the default cases.

The -v option, when used with the -b option, displays the components included when creating a connection or listening port for all executable components.

Interval redisplays the selected statistics, pausing the time interval (in seconds) between each display. Press CTRL+C to stop redisplaying statistics. If omitted, netstat will display the current configuration information (only once).

Question 8: How can I see the IP address and port number of my computer? IP use start-run-ipconfig.

Port start-run -nail netstat -an

Question 9: How to check the port number of the gateway? Enter the netstat /an command in cmd to check the port numbers currently used by your PC and the port numbers of peer devices connected to these ports.

Question 10: How to find the best answer of port and IP?

Report to the authorities

Use the cmd command (cmd you should know ... friend)

You can check the network configuration of this machine by typing ipconfig at the command prompt, where the number followed by the IP address is the IP address of your computer. Of course, if you want to know the more detailed configuration of the machine, you can add /all after it, which is ipconfig/all.

Type netstat -a at the command prompt to see the open ports of this computer. If you change the -a parameter to -n, you can see the network connection of the port.

You can understand an ip address as a house number, so that others who want to access your computer can find you through the house number.

Port? How can I put it? Generally speaking, opening a service on a computer will open a corresponding port, such as port 80 for protocol, port 2 1 for FTP protocol and port 3389 for remote use.

The above is just a personal understanding, and there are still many mistakes to be corrected.