Let's say I have the following: http://ip_addr:port
This is supposedly called the socket address (see sources below), but I can't find a conclusive answer anywhere if the transport protocol (http://
) is included in this term.
Does socket address include the transport protocol?
Sources
A simple Google Image search of "socket address" yields many results, none having the protocol included.
From Network socket (Wikipedia), it suggests socket address does include http://
:
socket address, which is the triad of transport protocol, IP address, and port number.
The question What is the proper term for ipaddress/hostname:port 's selected answer does not include transport protocol.