Technology/Networking/TCP.md
TCP
MarkdownTCP, short for Transmission Control Protocol, is an IP based protocol is like a reliable delivery service for your internet data. It makes sure all the information you send or receive on the internet gets to the right place without getting lost or mixed up, and if something goes wrong, TCP asks for the information to be sent again. Comparatively UDP does not care or know about packet loss nor the order of arrival.
Linked From
- Common Ports & Protocols Technology/Networking/Common Ports & Protocols.md
- HTTP Technology/Networking/HTTP.md
- HTTPS Technology/Networking/HTTPS.md
- IP Technology/Networking/IP.md
- ping Technology/ping.md
- port 443 Technology/Networking/port 443.md
- The World Wide Web Technology/web.md
- UDP Technology/Networking/UDP.md