1.3 Compression (3)

Resources | Revision Questions | Computer Science

Login to see all questions

Click on a question to view the answer

1.

Discuss the advantages and disadvantages of using compression in a network environment. Consider factors such as bandwidth usage, latency, and computational overhead.

2.

Describe how a bitmap image can be compressed using the Run-Length Encoding (RLE) method. Illustrate your explanation with an example. Also, discuss the limitations of RLE when applied to images and suggest an alternative compression method that might be more suitable.

3.

A large image file (2MB) needs to be stored on a server with limited bandwidth. Discuss whether you would use lossy or lossless compression for this image. Justify your choice, considering the impact on file size, image quality, and the intended use of the image.