Question: Question 20 (5 points) Saved Listen A server sends a SYN + ACK packet from port 23 to port 5678 of a client to acknowledge

Question 20 (5 points) Saved Listen A server sends a SYN + ACK packet from port 23 to port 5678 of a client to acknowledge the request to build a TCP session. The sequence number of the SYN + ACK packet is 1010, and acknowledgement number is 100. What are the starting sequence numbers used by the client and the server respectively for data transfer? 99, 1010 1010,99 1010, 100 1009, 100 Question 19 (5 points) Listen Capture all traffic coming from 192.168. x.x and going to the 10.x.x.x, or 172.16.x.x networks and show hex output with no host name resolution and one level extra verbosity tcpdump-nvX src net 192.168.0.0/16 and dst net 10.0.0.0/8 or 172.16.0.0/16 tcpdump -nvX src net 192.168.0.0 and dst net 10.0.0.0 or 172.16.0.0 tcpdump -nvL src net 192.168.0.0/16 and dst net 10.0.0.0/8 or 172.16.0.0/16 tcpdump -X src net 192.168.0.0/16 and dst net 10.0.0.0/8 or 172.16.0.0/16
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
