How do large files have their integrity verified?

248 views

How does a server know whether your local files are corrupted, version mismatched, or illegitimate without you uploading to the server? If they have to check through every file for integrity, wouldn’t that effectively be the same as downloading/uploading the entire folder?

In: 19

6 Answers

Anonymous 0 Comments

Algorithms can compute hash keys that are unique for each file. Those are way smaller than the actual file and used for comparing the file on the server and your local file.

Like when you’re describing your car, the color, brand and number plate are enough info for others to identify it without you having to list the number of seats and wheels, engine details, fabrication date, etc. Sry that’s the best example I could come up with, I’m sure there are better ones.

You are viewing 1 out of 6 answers, click here to view all answers.