TAR and ZIP explained
TAR bundles files without compressing them, preserving Unix permissions, ownership and symbolic links. It is almost always paired with a compressor, giving .tar.gz.
ZIP bundles multiple files into one and compresses them. Its indispensable property is that every operating system can open it with no extra software.
- Where TAR files come from
- Unix and Linux software distribution and backups.
- Where ZIP is used
- Email attachments, downloads and file transfers.