Compression of files

​Compression of files is reducing files size and grouping many files inside of an archive file. Compression of files uses lossless compression, so it is possible to restore original data from that file archive.

There are a number of compression algorithms. Some have better compression than others. Some have greater speed.

Please choose compression format and application that fits your needs the best. If you are planning to share files outside your organization, then choosing a popular compression format will ensure that files can be opened by others.

Popular compression algorithms are zip in Windows, and tar.gz in Linux, BSD, Mac.

Distribution of files over the Internet is usually done in compressed format, because compression will reduce storage needed for files and network bandwidth and time to transmit archived data over the Internet.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator