Introduction
In this lab, you will learn to conduct various port scans using Nmap, a powerful network scanning tool. You will explore different scan types, including the TCP connect scan, SYN scan, and techniques for scanning specific ports, port ranges, and the most common "top ports." By the end of this lab, you will have a practical understanding of how to use Nmap to discover open ports and services on a target system, which is a fundamental skill in network reconnaissance and security auditing.
Each scan type has unique characteristics and use cases. For instance, the TCP connect scan completes the full TCP three-way handshake, making it reliable but easily detectable. In contrast, the SYN scan is more stealthy as it does not complete the handshake. You will execute Nmap commands in the Xfce terminal and analyze the output to understand the state of different ports.



