Proper Term for IP Address/Hostname:Port

ipv4ipv6

What is the proper term for (example) hostname.tld:433 (hostname:portnumber)?

It is not just hostname, and it is not really a URL either 🙂 same goes for 10.0.0.1:3306 etc.

Best Answer

IP address and port pair is called, Socket Address

Pair of socket addresses (10.0.0.1:123, 192.168.0.1:123) may also be called 4-tuple or 5-tuple if the protocol is specified as well (10.0.0.1:123, 192.168.0.1:123 UDP)