Is the following statement True or False? Be sure to also explain why it is or is not True or False “Collisions are common on switch based networks”
True
And it is true because Collisions are unavoidable whenever members of a very large set (such as all possible person names, or if this was sent to other people, or all possible computer files) are mapped to a relatively short bit string. This is merely an instance of the pigeonhole principle. The impact of collisions depends on the application. When hash functions and fingerprints are used to identify similar data, such as homologous DNA sequences or similar audio files, the functions are designed so as to maximize the probability of collision between distinct but similar data. Checksums, on the other hand, are designed to minimize the probability of collisions between similar inputs, without regard for collisions between very different inputs.
:)
Join our real-time social learning platform and learn together with your friends!