Network data compression: Difference between revisions

From Computer Science Wiki
No edit summary
Line 26: Line 26:
* [[Data packet]]
* [[Data packet]]


== Why compression of data is often necessary when transmitting across a network ==
Because networks are sensitive to congestion, and network availability is often expensive. The key reason is because compressed data can be transmitted and received much faster than non-compressed data.


== Standards ==
== Standards ==

Revision as of 11:44, 21 November 2017

Networks[1]

Data compression involves encoding information using fewer bits than the original representation. Compression can be either lossy or lossless. Lossless compression reduces bits by identifying and eliminating statistical redundancy. No information is lost in lossless compression. Lossy compression reduces bits by removing unnecessary or less important information. The process of reducing the size of a data file is often referred to as data compression. [2]


A good INTRODUCTORY video to help you understand this[edit]

The video below is used with gratitude from code.org[3]

a much better video to help you understand it[edit]

This video below is used with gratitude from computerphile [4]

Compression has enabled information to be disseminated more rapidly.

See Also[edit]

Why compression of data is often necessary when transmitting across a network[edit]

Because networks are sensitive to congestion, and network availability is often expensive. The key reason is because compressed data can be transmitted and received much faster than non-compressed data.

Standards[edit]

These standards are used from the IB Computer Science Subject Guide[5]

  • Explain why compression of data is often necessary when transmitting across a network.

References[edit]

  1. http://www.flaticon.com/
  2. https://en.wikipedia.org/wiki/Data_compression
  3. https://www.youtube.com/watch?v=By30SCp-Tsw
  4. https://www.youtube.com/watch?v=Lto-ajuqW3w
  5. IB Diploma Programme Computer science guide (first examinations 2014). Cardiff, Wales, United Kingdom: International Baccalaureate Organization. January 2012.