Supervised learning is the paradigm where the training data arrives with the answers attached. Every example is a pair — an input, and the correct label for it — and the algorithm's job is to find a rule that reproduces those labels well enough to trust on inputs it has never seen.
When a classifier works on two input features, that rule can be drawn. Every position on the plane is a possible input, and the model assigns each one to a class, so the plane divides into coloured regions. The line where they meet is the decision boundary. Given identical data, different algorithms draw strikingly different boundaries, and that difference is a statement about what each one assumed before it saw anything.