Segments
TCP breaks the original message into smaller pieces, called segments.
The tcp layer
Pieces of information gathered through observation are called observations or data.
You can find the information regarding tcp number at www.cpuc.gov
Tcp/IP
The pieces of information that are acquired through experimentation are called data.
Hubs, TCP/IP, Ports
Statistics
pieces of info that start with F are called Facts hope this helps :-)
TCP (also sometimes called TCP/IP)
Data are the pieces of information acquired through experimentation.An observation gathered from a scientific experiment is called data.
TCP (or similar protocols) take care of several generic tasks. For a start, they split a stream of data (e.g., a file) into small pieces, to make them manageable. The pieces are sent individually (in the case of TCP, the IP protocol is used for this), and numbered. The other end can verify that each of the pieces arrived, and request for missing pieces to be resent. TCP also has the role of controlling network flow. That is, if the communications quality is too low, the speed is reduced; otherwise it may be increased. TCP also takes care of starting and ending communications session. Yet another role of TCP is to differentiate different communications between the same pair of computers. This is done via port numbers.