FUNDAMENTALS OF COMPUTER

TELECOMMUNICATIONS SYSTEMS

NETWORK ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In web applications HTML pages are stored in
A
Client computer
B
Server computer
C
Third party computer between Client and Server
D
Parts in client, parts in server
Explanation: 

Detailed explanation-1: -The web page is stored on a computer known as a web server (server, for short). In order for the web page to be displayed on that computer or another computer, it must be accessed and interpreted by a specially designed program called the client software (client, for short).

Detailed explanation-2: -Hosting files First, a web server has to store the website’s files, namely all HTML documents and their related assets, including images, CSS stylesheets, JavaScript files, fonts, and video.

Detailed explanation-3: -Servers: where the code is stored Your website is in two parts: a set of code files (computer programmes), stored in a folder on a computer (called a “webserver”); and a database (a collection of information, such as product details), which usually runs on a separate server.

Detailed explanation-4: -Servers are computers that store webpages, sites, or apps. When a client device wants to access a webpage, a copy of the webpage is downloaded from the server onto the client machine to be displayed in the user’s web browser.

Detailed explanation-5: -What is HTML Web Storage? With web storage, web applications can store data locally within the user’s browser. Before HTML5, application data had to be stored in cookies, included in every server request. Web storage is more secure, and large amounts of data can be stored locally, without affecting website performance.

There is 1 question to complete.