Please enable JavaScript.
Coggle requires JavaScript to display documents.
internet sockets (ip (ipv4 (32 bits), ipv6 (128 bits)), stream socket…
internet sockets
ip
ipv4
32 bits
ipv6
128 bits
stream socket
TCP
connectionless
UDP
port address
16 bit
/etc/services
computer number storage convention
host byte order
little endian
b34f
4f
b3
intel 80x86
big endian
b34f
b3
4f
Motorola 68k
network follows
host to network conversion
htons()
hotel()
ntohs()
ntohl()