nerdexam
EC-Council

312-50V13 · Question #82

What is the proper response for a NULL scan if the port is closed?

The correct answer is E. RST. In a TCP NULL scan, if a port is closed, the target system will respond with a RST (Reset) packet, indicating that the connection was refused.

Submitted by viktor_hu· Mar 6, 2026Scanning Networks

Question

What is the proper response for a NULL scan if the port is closed?

Options

  • ASYN
  • BACK
  • CFIN
  • DPSH
  • ERST
  • FNo response

How the community answered

(34 responses)
  • B
    6% (2)
  • C
    3% (1)
  • D
    3% (1)
  • E
    88% (30)

Why each option

In a TCP NULL scan, if a port is closed, the target system will respond with a RST (Reset) packet, indicating that the connection was refused.

ASYN

A SYN (Synchronize) flag is used to initiate a connection, not as a response to a NULL scan on a closed port.

BACK

An ACK (Acknowledgement) flag is used to acknowledge received data or connection setup, not as a response to a NULL scan on a closed port.

CFIN

A FIN (Finish) flag is used to gracefully terminate a connection, not as a response to a NULL scan on a closed port.

DPSH

A PSH (Push) flag is used to ensure data is sent immediately, not as a response to a NULL scan on a closed port.

ERSTCorrect

According to RFC 793, if a closed port on a target system receives a TCP segment without any flags (a NULL scan), the system will respond with a RST (Reset) packet, indicating an active refusal of the connection because no application is listening.

FNo response

No response is characteristic of a filtered port (e.g., by a firewall), not a closed port, in a NULL scan.

Concept tested: TCP NULL scan responses for closed ports

Source: https://www.rfc-editor.org/rfc/rfc793#section-3.4

Topics

#NULL scan#TCP flags#port scanning#RST packet

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice