0
1.1kviews
What is a collision in data transmission? Explain the Bitmap protocol with an example.
1 Answer
| written 3.0 years ago by |
Solution:
A data collision may take place when hashing data or when calculating a checksum.
A hash function reduces data to a smaller value and is often used in compression and cryptography.
While the hash operation may save disk space, two different inputs may produce the same output. Multiple hash …