Refer to the exhibit.
Which statement about the output is true?
A.
The flow is an HTTPS connection to the router, which is initiated by 144.254.10.206.
B.
The flow is an HTTP connection to the router, which is initiated by 144.254.10.206.
C.
The flow is an HTTPS connection that is initiated by the router and that goes to 144.254.10.206.
D.
The flow is an HTTP connection that is initiated by the router and that goes to 144.254.10.206.
anybody know explanation why is it 443 port?
6 – it’s TCP, 1BB – 443
01bb is 44e in decimal
so 01BB gets translated to binary by taking each of the Hex digits as a separate 4 bit nibble.
0 => 0000 1 => 0001 B => 1011 B => 1011
Then you convert to decimal. 0000 0001 1011 1011 => 443