Difference between Jaro-Winkler and Levenshtein distance?

I want to do fuzzy matching of millions of records from multiple files. I identified two algorithms for that: Jaro-Winkler and Levenshtein edit distance. I was not able to understand what the diffe...