32222 data bytes are transferred from client to server over a TCP connection over a point-to- point line using Ethernet frames (total overhead = 26 bytes, assume no interframe gap.). The connection parameters are the following: MSS=1280 for both ends, initial sequence number for client is 543 and for server is 99992. The client initiates the disconnection right after finishing data transmission by sending the FIN flag and server replies by sending the FIN flag. Assume the window size is 20000 bytes on both sides and no options in IP and TCP headers. Also assume one ACK segment is sent for each data segment. (a) Show a diagram of a data frame and a control frame (ACK, SYN, etc). Show how many bytes in each field: Eth header, payload, trailer. Assume padding is used for Ethernet frames with a data length less than 46 bytes. the answers are data: 1306 bytes, control: 72 bytes. I need clear explanation of every field in ethernet frames and how did you know the size of each field?
32222 data bytes are transferred from client to server over a TCP connection over a point-to- point line using Ethernet frames (total overhead = 26 bytes, assume no interframe gap.). The connection parameters are the following: MSS=1280 for both ends, initial sequence number for client is 543 and for server is 99992. The client initiates the disconnection right after finishing data transmission by sending the FIN flag and server replies by sending the FIN flag. Assume the window size is 20000 bytes on both sides and no options in IP and TCP headers. Also assume one ACK segment is sent for each data segment. (a) Show a diagram of a data frame and a control frame (ACK, SYN, etc). Show how many bytes in each field: Eth header, payload, trailer. Assume padding is used for Ethernet frames with a data length less than 46 bytes.
the answers are data: 1306 bytes, control: 72 bytes. I need clear explanation of every field in ethernet frames and how did you know the size of each field?
Step by step
Solved in 2 steps