nerdexam
EC-Council

312-50V11 · Question #90

This TCP flag instructs the sending system to transmit all buffered data immediately.

The correct answer is C. PSH. This question identifies the TCP PSH (Push) flag, which bypasses normal buffering to force immediate data delivery to the receiving application.

Scanning Networks

Question

This TCP flag instructs the sending system to transmit all buffered data immediately.

Options

  • ASYN
  • BRST
  • CPSH
  • DURG
  • EFIN

How the community answered

(24 responses)
  • B
    4% (1)
  • C
    92% (22)
  • D
    4% (1)

Why each option

This question identifies the TCP PSH (Push) flag, which bypasses normal buffering to force immediate data delivery to the receiving application.

ASYN

SYN (Synchronize) is used to initiate a TCP three-way handshake and synchronize sequence numbers between hosts, not to flush buffered data.

BRST

RST (Reset) abruptly terminates an existing TCP connection or rejects an invalid incoming segment, and has no role in data buffer management.

CPSHCorrect

The PSH (Push) flag instructs the sender's TCP stack to immediately flush its send buffer and transmit the data without waiting for additional data to accumulate. On the receiving end, it signals the TCP layer to deliver the data to the application immediately rather than holding it in the receive buffer. This behavior is essential in interactive protocols like Telnet where low-latency, character-by-character delivery is required.

DURG

URG (Urgent) marks specific bytes within the segment as high-priority for out-of-band processing by the application, which is distinct from instructing the system to flush its send buffer.

EFIN

FIN (Finish) signals the graceful closure of a TCP connection by indicating no more data will be sent, and does not cause immediate flushing of buffered data.

Concept tested: TCP PSH flag function and immediate data delivery

Source: https://www.rfc-editor.org/rfc/rfc793

Topics

#TCP flags#PSH flag#TCP protocol#packet transmission

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice