nerdexam
EC-Council

312-50V13 · Question #168

During an Xmas scan what indicates a port is closed?

The correct answer is B. RST. During a TCP Xmas scan, a closed port typically responds with a RST (Reset) packet, indicating that no service is listening on that port.

Submitted by jian89· Mar 6, 2026Scanning Networks

Question

During an Xmas scan what indicates a port is closed?

Options

  • ANo return response
  • BRST
  • CACK
  • DSYN

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    92% (44)
  • C
    4% (2)
  • D
    2% (1)

Why each option

During a TCP Xmas scan, a closed port typically responds with a RST (Reset) packet, indicating that no service is listening on that port.

ANo return response

A 'No return response' from an Xmas scan typically indicates a filtered port, where a firewall or other security device is silently dropping the probe packet, rather than a definitively closed port.

BRSTCorrect

An Xmas scan sends TCP packets with the FIN, URG, and PSH flags set. According to RFC 793 (TCP specification), if a port on the target system is closed, the system should respond with a TCP RST (Reset) packet, indicating that the connection cannot be established as no application is listening on that port.

CACK

An ACK packet is part of the TCP handshake and data transfer process, usually sent in response to received data or a SYN-ACK, but not as the response from a closed port to an Xmas scan.

DSYN

A SYN packet is the initial connection request packet in the TCP three-way handshake and is sent *to* a port to initiate a connection, not returned *from* a closed port in response to an Xmas scan.

Concept tested: TCP Xmas scan port status

Source: https://nmap.org/book/man-bypass-firewalls.html

Topics

#Xmas scan#Port scanning#TCP flags#Network reconnaissance

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice