First page Back Continue Last page Graphics
Collisions
When two objects map to the same location this is termed as a “collision”.
Simply ignoring the collision will result in data being lost.
- Newer data will overwrite older data that was already stored at the shared address.
Several methods have been devised to handle collisions without losing data.