Process-to-process
port
multiplexing and demultiplexing
demultiplexing:
UDP: use dest port to deliver to the correct dest
TCP: use src IP, src port + destport + dest ip + infamous port + TCP to deliver sockets to the correct dest
*(src IP, src port, dest IP, dest port)*