LPIC-2 Exam 202 (Linux Engineer) — Question 48

Which of the following nmap parameters scans a target for open TCP ports? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct options, -sT and -sS, are used to perform TCP scans; -sT is a connect scan and -sS is a stealth SYN scan. The other options, -sO (IP protocol scan), -sZ (TCP ACK scan), and -sU (UDP scan), do not apply to scanning for open TCP ports.