This document is a guide to Linux systems troubleshooting, with a slant towards CoreOS Container Linux.
- TCP: Transmission Control Protocol, a network protocol for reliable, error-checked in-order data transmission
- UDP: User Datagram Protocol, a network protocol for unreliable low-latency data transmission
- TLS: Transport Layer Security, an encryption protocol layered over TCP. Successor to SSL (Secure Sockets Layer).
- container: A mechanism for isolating processes from the rest of the system and restricting the resources which processes can use.