answersLogoWhite

0


Best Answer

If you are looking for an example of a IP address then a port number, here is one:

192.168.0.1:2712

192.168.0.1 is your IP address and the : means a port number so :2712 is the port number.

This also works on websites. For example: wiki.answers.com:2712

Together, the combination of an IP address and a port number is called a socket.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the combination of a IP address and a port number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

If the standard port number for the telnet is 23 a host whose ipv4 address is 10.43.3.87 has a socket address for telnet of?

A socket is the combination of an IP number and a port number. Often this is written as 10.43.3.87:23.A socket is the combination of an IP number and a port number. Often this is written as 10.43.3.87:23.A socket is the combination of an IP number and a port number. Often this is written as 10.43.3.87:23.A socket is the combination of an IP number and a port number. Often this is written as 10.43.3.87:23.


How do you get the port number from a number IP address?

A full numeric IP address with port number is XX.XX.XX.XX:PPPP where the "X"s are the IP address and the "P"s are the port number.


How does a socket distinguish one TCP connection from the other?

A socket is distinguished by a combination of IP address and port number - both for the origin and for the destination. So, two connections will be different connections, if any of these are different.A socket is distinguished by a combination of IP address and port number - both for the origin and for the destination. So, two connections will be different connections, if any of these are different.A socket is distinguished by a combination of IP address and port number - both for the origin and for the destination. So, two connections will be different connections, if any of these are different.A socket is distinguished by a combination of IP address and port number - both for the origin and for the destination. So, two connections will be different connections, if any of these are different.


What information is used by the process running on one host to identify a process running on other host?

Information used are the source port number, the destination port number and ip addresses.


A socket address comprises the up address of the host and a port number true or false?

It is true that a socket address comprises the IP address of the host and a port number.


What is the IP address port for Facebook?

what is the ip address for facebook with port 6555


Which protocol provides no address information or port number?

the 28837 port of the ip servementate general stopper


What three elements make up a socket?

Socket elements: 1. Address family - Identifies the name as belonging to the internet address family 2. Host address - IP address (e.g. 127.0.0.1) 3. Port number - TCP/IP port number


What is NAS port and NAS IP address?

NAS IP is the IP address of a switch or another type of a radius client. NAS Port is a little harder to explain, but it is a number that is assigned to the interface authenticating and edge device. Similar to the NAS PORT ID, but not static.


Can you run multiple websites with same port number and different IP address?

Yes, you can run multiple apps over the same port using different ip addresses


A process's port number plus its host machine's IP address equals the process's?

socket


What are two statements that accurately describe the use of port numbers by clients on a network?

A port is identified for each address and protocol by a 16-bit number, commonly known as the port number Only one process may bind to a specific IP address and port combination using the same transport protocol.