Results (
Vietnamese) 1:
[Copy]Copied!
Also, the transport layer at the server notes the following four values in the connection-request segment: (1) the source port number in the segment, (2) the IPaddress of the source host, (3) the destination port number in the segment, and(4) its own IP address. The newly created connection socket is identified by thesefour values; all subsequently arriving segments whose source port, source IPaddress, destination port, and destination IP address match these four values willbe demultiplexed to this socket. With the TCP connection now in place, the clientand server can now send data to each other.
Being translated, please wait..
