Completed
-
Introduction to web developpement
-
Git & Github
-
HTML Foundations
-
- Quiz
-
- Quiz
-
- Quiz
-
- Quiz
-
- Quiz
-
- Quiz
-
- Quiz
-
- Quiz
-
- Quiz
-
- Quiz
-
- Quiz
-
-
CSS Essentials
-
- Quiz
-
- Quiz
-
- Quiz
-
Advanced CSS
-
JavaScript Basics
-
JavaScript and the DOM
Web Architecture
Web Architecture
The Web can be summarized as a series of interactions between two types of systems, clients and servers.
1. Clients
- Clients are the user’s devices that request and render web content. Clients can be: browsers, mobile applications, TVs, ect.
- We live in an increasingly connected world and the number of clients that can access web content is growing rapidly.
- Clients are not connected directly to the Internet.
- Clients are connected to the Internet through their ISP (Internet Service Provider).
2. Servers
- Servers are programs or systems that run on a special computer ( with special hardware like network equipment and dedicated network access).
- Their job is to deliver data, resources, or services to other computers, known as clients, over a network.
- There are different types of servers such as web servers, mail servers, and virtual servers. These specialize in specific types of data or specific processing capabilities. They’re all involved in providing the content that you request or the services that you need to perform.
- Servers are connected directly to the Internet and the web pages (content) are stored on that server’s hard drive.
Rating
0
0
There are no comments for now.