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.
Tcp/IP
You can find the information regarding tcp number at www.cpuc.gov
Hubs, TCP/IP, Ports
The pieces of information that are acquired through experimentation are called data.
TCP (also sometimes called TCP/IP)
Statistics
pieces of info that start with F are called Facts hope this helps :-)
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.
The "packets" are actually called "segments" in the case of layer 4 (i.e., TCP or UDP).When creating an IP packet, a host (computer, or other equipment that participates in a communication) adds information to the "protocol" field. This indicates whether the IP packet transports a TCP segment, a UDP segment, or some other kind of information.The "packets" are actually called "segments" in the case of layer 4 (i.e., TCP or UDP).When creating an IP packet, a host (computer, or other equipment that participates in a communication) adds information to the "protocol" field. This indicates whether the IP packet transports a TCP segment, a UDP segment, or some other kind of information.The "packets" are actually called "segments" in the case of layer 4 (i.e., TCP or UDP).When creating an IP packet, a host (computer, or other equipment that participates in a communication) adds information to the "protocol" field. This indicates whether the IP packet transports a TCP segment, a UDP segment, or some other kind of information.The "packets" are actually called "segments" in the case of layer 4 (i.e., TCP or UDP).When creating an IP packet, a host (computer, or other equipment that participates in a communication) adds information to the "protocol" field. This indicates whether the IP packet transports a TCP segment, a UDP segment, or some other kind of information.