Friends Are Like Diamonds ! Feel Your Friendship!
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Do you want to be a Our Forum member contact us @
[email protected]
Like stats
Home
Help
Search
Calendar
Login
Register
FTC Forum
»
Technical Corner
»
கணினி மற்றும் தொழில்நுட்ப செய்திகள் - Computer & Technical Informations
»
~ How Data Compression works ~
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: ~ How Data Compression works ~ (Read 965 times)
MysteRy
Global Moderator
Classic Member
Posts: 221779
Total likes: 27352
Total likes: 27352
Karma: +2/-0
Gender:
♥♥ Positive Thinking Will Let U Do Everything ♥♥
~ How Data Compression works ~
«
on:
August 22, 2014, 10:24:12 PM »
How Data Compression works
We generally use .rar or .zip files to reduce the size of files and folder with the purpose of data transfer over different networks. These files are compressed files. Data compression is the process of encoding files and data like text, audio, graphics, images, etc. in order to reduce the number of bits to represent that file or data. In data compression, the actual information does not change but the internal representation of the information changes.
The concept of data compression is based on the fact that most types of files actually have redundant data and in order to compress a file, the data bits of the file are rearranged to make it smaller and more compact. There are many different algorithms and procedures are used to rearrange the data bits that are known as compression algorithms.
There are two processes – data compression and data retrieval. In order to retrieve the actual information from the compressed file the algorithm for the both compression and uncompression must be same. Let’s take an example of popular compression software WinZip. While we choose a file or folder and select it to compress it either in .rar or .zip file, in a few moments we have a compressed file. But behind the scenes, a particular algorithm runs that reads the bit representation of the information (in file or folder) and finds the redundancy depending on the algorithm that is used. It rearrange the bit representation of the file by removing the redundancies i.e. instead of listing the same type of information again and again, it lists an information once in the file and if it occurs again in the file then that information is removed from there and a reference of its original location is placed there. Hence the number of bits to represent the information is reduced in the compressed file.
To retrieve the information back, i.e. to uncompress the file into the original form, the same algorithm is used which finds out all the references made in the encoded file and replace with their corresponding original information.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
FTC Forum
»
Technical Corner
»
கணினி மற்றும் தொழில்நுட்ப செய்திகள் - Computer & Technical Informations
»
~ How Data Compression works ~