Tape Archive Origins
TAR stands for Tape Archive. Unlike ZIP, a TAR file does not compress data; it merely bundles multiple files and directories into a single file, preserving permissions.
The Power of GZIP
To achieve compression, a TAR file is usually run through the GZIP algorithm, resulting in the ubiquitous .tar.gz format used for distributing Linux software.