Real time embedded FreeRTOS RSS feed 
Homepage FreeRTOS+ Products FreeRTOS Labs Support Forum Contact / Enquiries

TCP

Ethernet packets can carry IP packets, which in turn can carry TCP packets.

TCP stands for Transmission Control Protocol. TCP is used to send and receive a stream of data on a pre-established connection. The TCP protocol itself takes care of setting up the connection, and ensuring that all transmitted data is received correctly.

TCP is more reliable than UDP, but is more complex to use and requires more RAM. The additional RAM usage comes from, in part, the necessity to retain packets that have already been sent onto the network until they have been correctly acknowledged (in case the packets need to be retransmitted), and the need to assemble data that is split between multiple packets into a reliable stream.

See also TCP Sockets.


Useful links:


Other networking basics pages:



[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ FreeRTOS Labs Sitemap ]    [ Main FreeRTOS Sitemap ]    [ ]




Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.