TCP Header
In TCP, each segment consist of data that are sent to the receiver’s server. Alongside the data, the TCP segment contains header which holds information about the connection and the current data being sent. The TCP header size can range from 20 bytes (160 bits) to 60 bytes (480 bits), with 20 bytes designated for 10 mandatory fields and 40 bytes for optional. The table of TCP header is shown bellow: ...