Udemy Sections 15-18: Network Attacks, Securing Networks, Physical Security, and Facilities Security Flashcards
A logical communication endpoint that exists on a computer or server
Port
Any port that is associated with a service or function that is non-essential to the operation of your computer or network
Unnecessary port
A logical communication opening created on a client in order to call out to a server that is listening for a connection
Outbound port
A logical communication opening on a server that is listening for a connection from a client
Inbound port
In Windows GUI, how do you close a port?
Open Computer Management Console > Services and Applications > Services
Double click on the service you want to turn off, select “stop” in the dialog box, and click “Apply”
In Windows, which CLI command turns off a service?
net stop
In Linux, which CLI command turns off a service?
sudo stop