What is the difference between the browser and the server? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is the difference between the browser and the server?

20th Mar 2022, 4:17 PM
Omneia Taher
8 Respostas
+ 5
A web browser is basically the software that we use for browsing on the internet and displaying pages. Conversely, a web server refers to the software that provides its users with the documents they request via their web browsers. Here, check it out! https://byjus.com/gate/difference-between-web-browser-and-web-server/ Hope it helps!
20th Mar 2022, 4:19 PM
Adil
Adil - avatar
+ 5
Browsers are client side. They are on your computer and display the web. Examples: Chrome, Edge, Safari, Firefox Server is where the data used for the display is coming from. For example, when we enter Google's site, we receive the search results from their servers, and our browser is handling the task of displaying it.
20th Mar 2022, 5:14 PM
Lior Bakal
Lior Bakal - avatar
+ 4
Examples of browsers are: Chrome, edge, safari, Microsoft explorer, etc. And about web servers, you can take Google web server as an example.
20th Mar 2022, 4:26 PM
Adil
Adil - avatar
+ 2
I guess you mean a web server. Well, the web server manages requests, by a client, to transfer web pages, returning a code written in programming l anguage, which must be decrypted by the browser. A browser, like Google, is also used to search for all the pages that have been loaded on the web, stored on the servers.
20th Mar 2022, 4:26 PM
Francesco Famosi
Francesco Famosi - avatar
+ 2
browsers are Google, opera, edge
20th Mar 2022, 4:28 PM
Francesco Famosi
Francesco Famosi - avatar
+ 2
Some examples of web servers are Apache, NGINX, Microsoft IIS
20th Mar 2022, 4:30 PM
Francesco Famosi
Francesco Famosi - avatar
+ 1
Can you give me an example for the browser and the server?
20th Mar 2022, 4:22 PM
Omneia Taher
0
Omneia Taher A browser is a UI Interface/ A Server hosts apps and browsers
21st Mar 2022, 2:06 AM
Sanjay Kamath
Sanjay Kamath - avatar