Abstract
- Allow entities to form connection when there is more than one application running on both sides
- IP Address only give 1-1 connection between 2 entities, Network Port allows Many-Many connection between 2 entities
Useful CLi Commands
telnet <IP_ADDRESS> <PORT_NUMBER>
sudo lsof -i tcp:<port_number>