QuestionQ80

Network Monitoring and Analysis

You are tasked with running an nmap scan on the target subnet 10.30.50.0/24 and determining the IP address of the host machine that has port 514 in an open state. (Practical Question)

  • A 10.30.50.58
  • B 10.30.50.56
  • C 10.30.50.55
  • D 10.30.50.57
Explanation

A host with port 514 open can only be identified by scanning the specified subnet and inspecting the per-host results. Port 514 is conventionally associated with syslog, but that port assignment does not determine which IP address has the port open.

Community Discussion

No comments yet. Be the first to start the discussion!