nerdexam
Cisco

200-201 · Question #94

Refer to the exhibit. What does the output indicate about the server with the IP address 172.18.104.139?

The correct answer is C. open ports of an email server. The output indicates that the server with IP address 172.18.104.139 has several open ports commonly associated with email services, suggesting it functions as an email server.

Submitted by valeria.br· Mar 6, 2026Network Intrusion Analysis

Question

Refer to the exhibit. What does the output indicate about the server with the IP address 172.18.104.139?

Exhibit

200-201 question #94 exhibit

Options

  • Aopen ports of a web server
  • Bopen port of an FTP server
  • Copen ports of an email server
  • Drunning processes of the server

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    7% (3)
  • C
    75% (33)
  • D
    14% (6)

Why each option

The output indicates that the server with IP address 172.18.104.139 has several open ports commonly associated with email services, suggesting it functions as an email server.

Aopen ports of a web server

Web servers typically listen on ports 80 (HTTP) and 443 (HTTPS), and while these might also be open, the specific combination of email-related ports is more definitive.

Bopen port of an FTP server

FTP servers typically listen on ports 20 (data) and 21 (control), which are not primarily indicative of an email server.

Copen ports of an email serverCorrect

The presence of listening ports such as 25 (SMTP), 110 (POP3), 143 (IMAP), 465 (SMTPS), 587 (Submission), 993 (IMAPS), and 995 (POP3S) strongly indicates that the server is running email services. These ports are standard for sending, receiving, and accessing email.

Drunning processes of the server

The output of commands like `netstat` or `nmap` primarily reveals network connection statuses and open ports, not the running processes themselves.

Concept tested: Common network ports and services

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/standard-port-numbers-for-tcp-ip

Topics

#port scanning#service identification#network reconnaissance

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice