answersLogoWhite

0

Segments

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does TCP break messages into?

TCP breaks the original message into smaller pieces, called segments.


What layer of the TCP IP hierarchy reassembles messages as their pieces arrive at the destination?

The tcp layer


What are pieces of information gathered through observation called?

Pieces of information gathered through observation are called observations or data.


Why do cars have a tcp number on them on them?

You can find the information regarding tcp number at www.cpuc.gov


The system of rules that determined how information was transferred from one computer to another are called protocols.?

Tcp/IP


Pieces of information acquired through experimention?

The pieces of information that are acquired through experimentation are called data.


What pieces of hardware can a network analyzer detect problems with?

Hubs, TCP/IP, Ports


What is the numerical pieces of information called in math vocabulary?

Statistics


What F means pieces of information?

pieces of info that start with F are called Facts hope this helps :-)


Which protocol is used by both http and fttp?

TCP (also sometimes called TCP/IP)


What are pieces of information acquired through experimention?

Data are the pieces of information acquired through experimentation.An observation gathered from a scientific experiment is called data.


What is the purpose of transmission control protocol?

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.