n computing, RAR is a proprietary file format for data compression and archiving.
The RAR file format was developed by Eugene Roshal (hence the name RAR: Roshal ARchive), who was born on March 10, 1972 in Russia and graduated from Chelyabinsk Technical University. He also developed programs for packing and unpacking RAR files, originally for DOS, and later ported to other platforms. The encoder (the main Windows version known as WinRAR) is distributed as shareware, but Roshal has released the decoder's source code under a license that allows free distribution and modification, on condition that it is not used to build a compatible encoder. The current developer is Alexander Roshal. The encoding method is held to be proprietary, but compatible programs for decompression are available for several platforms, such as the open-source 7-Zip. Despite widespread confusion there does not seem to be any open source implementation to decompress newer than version 2.0 RAR archives (7-zip uses a proprietary plugin under "unRAR license" for decompression).
The files extension is .rar. The MIME-Type is application/x-rar-compressed.
As computing power has increased, users have responded by preferring compression algorithms which achieve a better rate of compression at the expense of computational time when compressing and decompressing. RAR compression operations are typically much slower than compressing the same data with early compression algorithms like ZIP and gzip, but a much better rate of compression is achieved whenever the data can still be compressed further. As with any compression algorithm, there remains a possibility that the output will still be larger than the input, especially on data which has already been compressed. Bzip2, which came after ZIP and gzip, compresses more efficiently at a cost of computational time compared to them, but is in turn less efficient and computationally cheaper than RAR. 7z's LZMA algorithm is quite similar to RAR in providing extremely high compression efficiency at the cost of compute time to compress and decompress. Both provide among the highest compression efficiency of any popular scheme, with the question of which algorithm is the more efficient compression scheme strongly depending on the files being compressed. Both WinRAR and 7-Zip are still being actively developed.
Apart from the excellent rate of compression, RAR has several other features not previously found in many other archive formats, which has contributed greatly to its popularity:
* Its handling of split volumes is very good. The most notable such format, before the advent of RAR, was ARJ. It is unnecessary to use split volumes for this purpose alone since just binary splitting the files will work fine, and they can be reassembled with cat or binary copy. Multi-volume files have wide use though, mainly because they're generally easier to handle, especially when the file is spanning multiple disks. Built-in support for multi-volume files enable the unpacking program to simply prompt the user for the next disk, without any hassle of manually copying and then rejoining the pieces, or for extracting a file from a single piece without needing all pieces.
* RAR archives can be of a solid format, in which all of the compressed files are treated as a single data block. Most currently used compression formats (with the exception of the older ZIP) allow solid structuring.
* It features strong encryption capabilities. Older versions of the file format used a proprietary algorithm; newer versions use the AES encryption algorithm, which is considered very strong by today's standards. The only known ways to recover an encrypted file are via dictionary or brute force attacks, which are usually infeasible with non-dictionary passphrases starting from 8 characters.
* Variable amounts of redundancy (“recovery record”) can be added to an archive, making it more resistant to corruption. Even if parts of an archive are damaged, it is possible to fully recover the stored data if a large enough recovery record exists.
* For audio, the compression ratio is typically between 50%–90% dependent on the complexity of the source audio and the predictability of the incoming waveform.[citation needed] While RAR does not compress PCM audio as well as WavPack, Monkey's Audio or FLAC, this feature is of considerable benefit to musicians and composers, as entire projects can be backed up and compressed properly without having to losslessly compress the audio files in advance.
* Versions of RAR up to 2.50 closely resemble earlier versions of Norton Commander.
* (Win)RAR also has the capability of storing NTFS streams and security information within the archive – information that is usually lost on compression.
* RAR files can be embedded in other file types, probably the most common being JPEG. Image handling programs, browsers, and other utilities usually ignore any additional data after the end of the image, while RAR ignores anything before the RAR header. The procedure to create such a file is to append a RAR file to a JPEG. (e.g.: in DOS/Windows command-line: copy /b image1.jpg+something.rar image2.jpg, in UNIX: cat image1.jpg something.rar > image2.jpg).
* RAR allows six levels (0–5) of compression unlike most other archive formats, which feature ten (0–9).
2006-11-01 15:24:36
·
answer #1
·
answered by agnobles 2
·
0⤊
1⤋
a .RAR is a compressed file. you will need a program that specifically decompresses .RAR files. search for winRAR on www.download.com. its free and its a great unzipping program
2006-11-01 23:14:25
·
answer #3
·
answered by merffergesin 3
·
0⤊
0⤋