ICI Modules: net: addresses
Modules by name : by typeAddresses
Addresses are for IPv4 with DNS and may be in one of two forms,
port@host host:portA port is either a decimal number or a service name that is looked up in the network service database using the C getservbyname() function. The host may be specified either as an IP address using dotted-decimal notation or as a DNS name which is resolved using C's gethostbyname().
Some examples may be clearer,
www.microsoft.com:80
smtp@hotmail.com
119@goole.com
127.0.0.1:443