As shown in the figure, there are three data packets captured by the administrator on the network. Which of the following statements is incorrect? (Single choice question)
Source destination protocol info
10.0.12.110.0.12.2TCp50190>telnet[SYN]seq=0win=8192Len=0mss=146010.0.12.210.0.12.1
TCP telnet:50190 SYN, ACK seg-0 Ack-1 win-8192 Len-0mss=1460
10.0.12.110.0.12.2 TCP50190>telnet(ACK)seq-1Ack=1win=81921en=0
- None of these three data packets contain application layer data
- These three data packets represent the three-way handshake process of TCP
- The telnet client uses port 50190 to establish a connection with the server
- The IP address of the telnet server is 10.0.12.1. The IP address of the telnet client is 10.0.12.2
Reveal Solution Next Question