/
Bind Concepts
Bind Concepts
When we have a server that is going to listen - we need to specify the address we are listening on.
The address is made up of a port which limited to 2^16 and an IP address.
We can specify listening to multiple IP addresses - because some machines have more than one IP address. So we can listen to *ANY.
, multiple selections available,
Related content
What is a TCP/IP server?
What is a TCP/IP server?
More like this
How many ports exist?
How many ports exist?
More like this
Current limitations of net.http.listen
Current limitations of net.http.listen
More like this
A brief history of sockets
A brief history of sockets
More like this
IpV4 versus Ip6
IpV4 versus Ip6
More like this
Understanding name lookup - DNS and /etc/hosts file
Understanding name lookup - DNS and /etc/hosts file
More like this