Recall & Review
beginner
What is a network port in the context of service and port management?
A network port is a virtual point where network connections start and end. It helps computers identify specific services or applications on a device.
Click to reveal answer
beginner
Why is managing open ports important for cybersecurity?
Managing open ports is important because open ports can be entry points for attackers. Closing unused ports reduces the risk of unauthorized access.
Click to reveal answer
intermediate
What is the difference between TCP and UDP ports?
TCP ports use a connection-based method to ensure data is received correctly, while UDP ports send data without confirming receipt, making UDP faster but less reliable.
Click to reveal answer
beginner
What tool can you use to check which ports are open on your computer?
You can use tools like 'netstat' or 'nmap' to see which ports are open and which services are listening on those ports.
Click to reveal answer
beginner
What is a common port number for HTTP service?
The common port number for HTTP service is 80.
Click to reveal answer
Which port number is typically used for HTTPS?
✗ Incorrect
Port 443 is the standard port for HTTPS, which is the secure version of HTTP.
What does it mean if a port is 'open' on a computer?
✗ Incorrect
An open port means a service is actively listening for incoming connections on that port.
Which protocol uses ports to manage communication endpoints?
✗ Incorrect
TCP and UDP protocols use ports to identify communication endpoints for services.
Why should unused ports be closed on a server?
✗ Incorrect
Closing unused ports reduces the number of ways attackers can access the server.
Which tool is commonly used to scan open ports on a network?
✗ Incorrect
Nmap is a popular tool used to scan and discover open ports on devices.
Explain what a network port is and why it is important in managing services.
Think about how computers know which program to send data to.
You got /3 concepts.
Describe why closing unused ports is a good security practice.
Consider how attackers might use open doors to get inside.
You got /3 concepts.