Back to list
Lv.2

Backend

Backend

The system that handles data processing and management behind the scenes of a website or app

In Simple Terms

The backend is the system that handles data processing and storage behind the scenes of websites and apps. For example, it's what saves your message when you post on social media, or processes your payment when you shop online. Think of it like the kitchen in a restaurant — chefs and staff working behind the scenes where customers can't see them, keeping everything running smoothly.

Behind the Name

Backend combines the English words "Back" (meaning rear) and "End" (meaning side or edge). It refers to the invisible "behind the scenes" part of a system, as opposed to the front-facing side that users interact with directly.

Take a Closer Look!

The backend refers to the systems and programs that work behind the scenes in websites and apps.
It receives requests from the user-facing screen and carries out data calculations and processing.
For example, it verifies whether a password entered at login is correct, and saves new information to the database.
It also manages which users can access which data, returning only the information that's needed.

Its main job is to receive requests from users, validate data, save and retrieve it from the database, and return the appropriate data to the screen.
When you tap a button on your smartphone, all of these processes happen quickly in the background.
Because the backend works correctly, we can safely shop online, connect with friends on social media, and much more.
While invisible in everyday use, it serves as the foundation powering all kinds of services on the internet.