Data Encoding and Decoding [Series#2: I am Data!]
Mustafa Qizilbash
‘Open for New Opportunities (Globally), Author, Data & AI Practitioner & CDMP Certified, Innovator of Four 4s Formula, DAC Architecture, PVP Approach
Data Encoding and Decoding is a known term but is always confused with Encryption and Decryption.
Let’s decode it….
Just like Encryption and Decryption, Encoding and Decoding convert and revert data from another format using Key.
Importance of Keys
Data Encoding and Decoding is normally used by programs or systems internally whereas Encryption and Decryption are used by proprietary expensive software(s).
There are many encoding techniques but major four types are.
领英推荐
Please note, while data is transformed into different formats using above four techniques to transfer it from one location to another, additionally before sending data it can be Encrypted and then Decrypted at receiving location. This is done to protect data so even if data is stolen, its anonymization [anonymization is separate topic] is maintained.
To understand above four encoding techniques, its very important to understand what is signal and then what are analog and digital signals.
Signal: We all know signal is an electromagnetic or electric current which carry data or information from one location to another location.
Analog Signal: When a continuous signal carries a time-varying qualitative values.
Digital Signal: When signal carries ONLY 0 and 1 values.
Major comparisons of Analog and Digital Signals.
Cheers.