About 1,770,000 results
Open links in new tab
  1. url - How to find Port number of IP address? - Stack Overflow

    Sep 30, 2011 · We can find out IP address of a domain name or URL. But how to find out Port number on which a domain name is hosted?

  2. What is Difference between IP address and Port Number in …

    May 28, 2016 · The IP and the port number form the structure IP:port number, 192.168.1.1:8080 for example, and the port number can hold 65536 numbers, with the following division: 0 to …

  3. Relation between port and IP address - Stack Overflow

    May 30, 2010 · An IP address specifies a network interface (think an ethernet port on your computer or your WiFi connection). A port number specifies the process to which to route …

  4. What are sockets, ports, and IP addresses? - Stack Overflow

    Jul 2, 2010 · An IP address is the address of a computer on a network. A port is a number between 1 and 65535. A socket is one half a channel of communication between two …

  5. scp with port number specified - Stack Overflow

    Dec 2, 2025 · Only solution which allows the use of scp -3 from and to servers with ssh listeners on different ports. scp -3 -P 123 server1:/file -P 456 server2:/file or similar alternatives wouldn't …

  6. What is the difference between a port and a socket?

    Sep 30, 2008 · In the realm of a network socket, a socket object is a communication tunnel dependent on a host IP address and port number to communicate at.

  7. how to pass ip address and portnumber as url - Stack Overflow

    Aug 4, 2011 · To pass url i have ip address and port number , how can that be send as http url ex: ip address 10.5.90.948 port number as 71 http://10.5.90.948/71 does that takes to ...

  8. SQL Connection with public IP, named instance and port number

    Aug 11, 2010 · Using the servername tcp:<public IP>,<port>, as documented in : The name or network address of the instance of SQL Server to which to connect. The port number can be …

  9. Creating a DNS record with the port number - Stack Overflow

    I enabled port forwarding to port 8080 using the virtual server option ("The Virtual Server option allows you to define a single public port on your router for redirection to an internal LAN IP …

  10. How does Port Number really work in TCP? - Stack Overflow

    Nov 2, 2012 · It doesn't simply look at the IP address it received in the query - you'd think they should all be unique at first blush until you realize you could have more than one web page …