nerdexam
Cisco

210-250 · Question #50

Which option is a purpose of port scanning?

The correct answer is C. Identify which ports and services are open on the target host. Port scanning is a reconnaissance technique used to discover which ports and services are active and listening on a target host.

Threats and Vulnerabilities

Question

Which option is a purpose of port scanning?

Options

  • AIdentify the Internet Protocol of the target system.
  • BDetermine if the network is up or down
  • CIdentify which ports and services are open on the target host.
  • DIdentify legitimate users of a system.

How the community answered

(59 responses)
  • A
    8% (5)
  • B
    2% (1)
  • C
    86% (51)
  • D
    3% (2)

Why each option

Port scanning is a reconnaissance technique used to discover which ports and services are active and listening on a target host.

AIdentify the Internet Protocol of the target system.

Identifying the IP address of a target is done through DNS resolution or ICMP echo (ping), not port scanning.

BDetermine if the network is up or down

Determining if a network or host is up is the function of ICMP ping sweeps or host discovery, not port scanning.

CIdentify which ports and services are open on the target host.Correct

Port scanning sends probes to a range of ports on a target host and analyzes the responses to determine which ports are open, closed, or filtered. This reveals which services (e.g., HTTP on 80, SSH on 22) are running, giving an attacker or auditor a map of the attack surface. Tools like Nmap are the standard example of this technique.

DIdentify legitimate users of a system.

Identifying legitimate users is a separate activity called user enumeration, which may exploit specific services found after port scanning but is not the purpose of scanning itself.

Concept tested: Port scanning reconnaissance and service discovery

Source: https://nmap.org/book/man.html

Topics

#port scanning#reconnaissance#network enumeration#vulnerability assessment

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice