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


Test for a Open Port
telnet <IP_ADDRESS> <PORT_NUMBER>
Check what service is running on specific port
sudo lsof -i tcp:<port_number>