Back to Glossary
website-internetbeginnerunit-1
Server
Definition
A computer that stores files and responds to requests from other computers.
In Plain English
A server is like a librarian. When you request a book (webpage), the librarian finds it and hands it to you.
Real-World Example
When someone visits your website, their browser sends a request to your server, which sends back the webpage.
Why It Matters for Your Work
Server performance directly affects how fast your website loads and how many visitors it can handle simultaneously.
Common Mistake
Assuming all servers are the same. Server location, capacity, and configuration significantly impact performance.
Related Terms
View Backend
Backend
The server-side logic, databases, and processes that power a website behind the scenes.