131k views
5 votes
Which defensive technique involves the server sending a wrong SYN+ACK to the client, so the client sends and RST packet notifying the server of an error? This makes the server think the client request is legitimate.

A. Stack tweaking
B. RST cookies
C. SYN cookies
D. Man in the Middle

User Endavid
by
7.3k points

1 Answer

1 vote

Answer:

RST cookies.

Step-by-step explanation:

When the first request is sent from a sender the server sends a SYN+ACK that is invalid.This results in client generating a RST packet that lets the server know that something is not right.This makes the server think that the request sent by the client is legitimate.

Hence the answer is option B.

User CedricSoubrie
by
6.8k points