Mental Model
Check every possible place in the text to see if the pattern matches exactly.
Analogy: Like looking for a small picture in a big photo by sliding it over every spot and comparing pixel by pixel.
Text: T E X T Index: [0][1][2][3] Pattern: P A T Index: [0][1][2] We try to match pattern starting at each text index.