between different systems
,Compression
Compression: The process of making a file smaller / take up less storage.
Why use compression?
• Reduces download times so it’s faster to stream
• Reduces data usage so saves money
,Lossy compression
Lossy: Reduces file size by permanently removing data. This means that
the file cannot be decompressed to restore its original quality.
- Not suitable for text files because
+ More effective at reducing file size
permanently removing some data will
compared to lossless
make it unreadable
+ Suitable for images & videos because
- The loss of quality on a video may be
the loss of quality is unlikely to be
noticeable if it’s being streamed on a
noticeable
slow connection
, Lossless compression
Lossless: Reduces file size by rewriting the data in a more efficient format,
while still preserving the original data. This means that the file can be
decompressed to restore its original quality.
+ Suitable for text files because the - Less effective at reducing file size
original data is preserved compared to lossy