Voice Messaging - testing compression software.

Authors Avatar

Voice Messaging                                                                                                                  Voice Messaging is the ability to retrieve and send voice messages from a single interface, including mobile phone, fixed network phone, or personal computer. In our case this is purely related to the Computing environment.                                                                                        In real practical environment, it is need for customers who need more control over communication, whether they are users who want to be in touch anytime, anywhere, or whether they are users who want more protection of privacy and/or personal time.

Compression                                                                                                                                          Most types of computer files are fairly redundant. They have the same information listed over and over again. File-compression programs simply get rid of the redundancy. Instead of listing a piece of information over and over again, a file-compression program lists that information once and then refers back to it whenever it appears in the original program.

Lossless and Lossy Compression

Basically there are two types of Compression softwares.

First one is Lossless Compression. All lossless compression is based on the idea of breaking a file into a "smaller" form for transmission or storage and then putting it back together on the other end so it can be used again.

Lossy compression works very differently. These programs simply eliminate "unnecessary" bits of information, tailoring the file so that it is smaller. This type of compression is used a lot for reducing the file size of bitmap pictures, which tend to be fairly bulky. With lossy compression, you can't get the original file back after it has been compressed. You're stuck with the compression program's reinterpretation of the original. For this reason, you can't use this sort of compression for anything that needs to be reproduced exactly, including software applications, databases and presidential inauguration speeches.

Why Compression

  • Low Memory size acquired
  • Fast Data Transfer in terms of time
  • Less bandwidth Consumption

Why Different Compression Softwares

So how good is the system? The file-reduction ratio depends on a number of factors, including file type, file size, compression Algorithm and compression scheme.

Join now!

This efficiency also depends on the specific  used by the compression program. Some programs are particularly suited to picking up patterns in certain types of files, and so may compress them more succinctly. Others have dictionaries within dictionaries, which might compress efficiently for larger files but not for smaller ones.

If a file has a lot of repeated patterns, the rate of reduction typically increases with file size. In most languages of the world, certain letters and words often appear together in the same pattern. Because of this high rate of redundancy, text files compress very well. A reduction of ...

This is a preview of the whole essay