nerdexam
EC-Council

312-50V13 · Question #90

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

The correct answer is F. No response. When a NULL scan packet is sent to an open port, the expected behavior, according to the TCP specification, is for the port to provide no response.

Submitted by jian89· Mar 6, 2026Scanning Networks

Question

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

Options

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

How the community answered

(52 responses)
  • B
    2% (1)
  • D
    8% (4)
  • E
    4% (2)
  • F
    87% (45)

Why each option

When a NULL scan packet is sent to an open port, the expected behavior, according to the TCP specification, is for the port to provide no response.

ASYN

A SYN flag is used to initiate a connection, not as a response to a NULL scan on an open port.

BACK

An ACK flag is used to acknowledge received data or connection establishment, which doesn't occur with a NULL scan on an open port.

CFIN

A FIN flag is used to terminate a connection, not as a response to a NULL scan on an open port.

DPSH

A PSH flag is used to instruct the receiver to deliver data immediately, not as a response to a NULL scan on an open port.

ERST

An RST (reset) flag is typically sent in response to a NULL scan when the port is *closed*, indicating an immediate connection termination, not for an open port.

FNo responseCorrect

According to RFC 793 (the TCP specification), if an incoming TCP segment does not have the RST or SYN flags set, and the destination port is open, the segment should be dropped without a response. Therefore, a NULL scan (no flags set) to an open port yields no reply.

Concept tested: TCP NULL scan response (open port)

Source: https://nmap.org/book/man-port-scanning-techniques.html

Topics

#NULL scan#TCP flags#port scanning#no response

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice