What is the difference between .rar and .tgz?
- Extension
 - .rar
 - .tgz
 
- Format
 - Binary
 - Binary
 
- Category
 - Compressed
 - Compressed
 
- Developer
 - Eugene Roshal
 - GNU
 
- Description
 - A RAR file is an archive that contains one or more files compressed with RAR compression. It uses a higher compression ratio than typical ZIP compression and incorporates a proprietary compression algorithm that is now used by other compressors, including 7-Zip for its .7Z files. RAR files may be extracted using a variety of programs.
 - Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
 
- MIME Type
 - application/x-rar-compressed
 - application/x-compressed
 
- Sample
 - sample.rar
 - sample.tgz
 
- Wikipedia
 - .rar on Wikipedia
 - .tgz on Wikipedia