COMPUTER SCIENCE AND ENGINEERING
WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
URL
|
|
RPM
|
|
PPM
|
|
RUL
|
Detailed explanation-1: -Each website has a unique address, called a URL (short for Uniform Resource Locator). It’s like a street address that tells your browser where to go on the Internet. When you type a URL into the browser’s address bar and press Enter on your keyboard, the browser will load the page associated with that URL.
Detailed explanation-2: -You type a URL in your browser and press Enter. Browser looks up IP address for the domain. Browser initiates TCP connection with the server. Browser sends the HTTP request to the server.
Detailed explanation-3: -The server response contains the web page you requested as well as the status code, compression type (Content-Encoding), how to cache the page (Cache-Control), any cookies to set, privacy information, etc.