answersLogoWhite

0

What else can I help you with?

Related Questions

How does the web browser communicate with the web server?

they communicate by contacting each other and asking for information to be sent to the browser from the server. the server holds the information they communicate by contacting each other and asking for information to be sent to the browser from the server. the server holds the information


What requests information from a web server?

An application or browser


What is request information from a web server?

An application or browser


What is a web server's assigned port?

By default, most web servers are run on port 80. You can change this in the server's configuration file to something else, but then a web browser may have trouble accessing it.


What is a piece of information sent by a web server to a web browser called?

It is a cookie.


What is URL and where do you find it?

A URL is an acronym for Uniform Resource Locator, in your internet browser you enter it in your address bar. It basically searches the internet for the server who's address corresponds to the address you typed in. For example, www.google.com is a URL. It searches for the "google" server on the world wide web, your browser requests information from the server, the server sends the information, and your browser displays it. I hope this answers your question = )


What is user agent?

An user-agent string is a string that the web browser sends out to the web server of the site you're accessing to help identify what operating system and browser you're running in the case the website has a particular configuration that is designed for that particular operating system and browser.


What is cookies in java?

A "cookie" is a small piece of information sent by a web server to store on a web browser so it can later be read back from that browser. This is useful for having the browser remember some specific information.


What is server site code?

That refers to any computer code that runes on the server, as opposed to the client. Computer code: commands written in a programming language. Client: The computer you work on. Often you connect to the server with a browser. Server: The remote computer which you are accessing - for example, a gaming site, an e-commerce site, etc.


What is used web server for?

It is used to respond to network requests for data from clients; this data is typically interpreted by a "web browser" and displayed on the client's screen.


Is HTML runs on the server and the browser?

HTML code is displayed in a browser. It does not run on anything; it only includes directions to the browser on how to format content. The server just stores the file for the browser to load and interpret.


What is server side scripting explain with illustration?

Server side scripting means that all of the code is executed on the server before the data is passed to the user's browser. In the case of PHP this means that no PHP code ever reaches the user, it is instead executed and only the information it outputs is sent to the web browser.