PrepAway - Latest Free Exam Questions & Answers

What is Jason trying to accomplish here?

In TCP communications there are 8 flags; FIN, SYN, RST, PSH, ACK, URG, ECE, CWR. These
flags have decimal numbers assigned to them:
FIN = 1
SYN = 2
RST = 4
PSH = 8

ACK = 16
URG = 32
ECE = 64
CWR = 128
Jason is the security administrator of ASPEN Communications. He analyzes some traffic using
Wireshark and has enabled the following filters.

What is Jason trying to accomplish here?

PrepAway - Latest Free Exam Questions & Answers

A.
SYN,FIN,URG and PSH

B.
SYN,SYN/ACK,ACK

C.
RST,PSH/URG,FIN

D.
ACK,ACK,SYN,URG

2 Comments on “What is Jason trying to accomplish here?

  1. Q  says:

    “0x” denotes hexidecimal numbers.

    “||” means “or.”

    0x02 = decimal 2(SYN)
    0x12 = decimal 18 = 2(SYN) + 16 (ACK)
    0x10 = decimal 16 (ACK)

    ==> SYN || SYN/ACK || ACK


Leave a Reply