Traversal is the process of systematically visiting each element in a data structure exactly once, typically to perform some operation on each element. Unlike searching (which looks for specific values) or sorting (which rearranges elements), traversal focuses on complete, sequential access.