Port Scanning

What's port scanning exactly, and why do we need it for keeping our networks safe? Mention some types of port scanning.

Aralıq

Kiber təhlükəsizlik


Port Scanning:

Definition: Port scanning involves systematically scanning a computer system or network to identify open ports and the services associated with those ports.

Techniques: Port scanners send network requests to target systems, trying to connect to various ports. Based on the response (or lack of response), the scanner can determine if a port is open, closed, or filtered.


Importance of Port Scanning for Network Security:


Types of Port Scanning:

TCP Connect Scanning: Initiates a full three-way handshake to establish a connection with each target port. It’s more reliable but can be easily detected in logs. SYN/Stealth Scanning: Sends SYN packets to the target ports without completing the handshake. It’s stealthier but may not work against all types of systems. UDP Scanning: Scans for open UDP ports, which are connectionless and do not follow the same handshake process as TCP. UDP scanning is often more challenging due to the lack of response from closed ports.