answersLogoWhite

0


Best Answer

Hyper Text Transfer Protocol (HTTP)

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Protocol used to transmit a web page from a web server to a web browser?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain how HTTP is used in client-server system?

HTTP (web traffic) may be used in either peer to peer networks or client server networks. Either way, it is the same protocol. It is used to transmit a browser request to a web server or to transfer a page from a web server to a client browser.


Part of a URL specifies the rules the Web server should use when transmitting the page to the browser?

Protocol!


What part of a URL specifies the rules the Web server should use when transmitting the page to the browser?

protocol


The part of a URL specifies the rules the Web server should use when transmitting the page to the browser?

Protocol


The first step in exchange between a Web browser and a database?

The Web browser requests a page from a Web server.


What is hypertext server protocol?

HTTP(Hypertext Tranfer Protocol) is the protocol used for the World Wide Web and used by Web browsers and Web servers to communicate. page 926 A+


How a browser fetch a web page?

# A browser fetches a Web page from a server by a request. # All the computers use a communication standard called HTTP # A request is a standard HTTP request containing a page address # A page address looks like: http://www.ltbbd.com/page.htm Note: Here ltbbd is an example.


Where do web browers access HTML from?

Web browser access HTML by going out onto the internet and requesting the HTML page from a web server. The server responds to the browser by allowing the browser to copy the HTML document to the client machine.


What is an FTP server?

A FTP (File Transfer Protocol) Server is a protocol standardized network having the ability to duplicate a file from a host to another host via a TCP network. In your situation (for your 'me' page), the internet is serving as the second host.


What is the difference between FTP and HTTP?

FTP stands for File Transfer Protocol.HTTP stands for Hyper Text Transfer ProtocolFTP, is a protocol used to upload files from a workstation to a FTP server or download files from a FTP server to a workstation.HTTP, is a protocol used to transfer files from a Web server onto a browser in order to view a Web page that is on the Internet.When ftp appears in a URL it means that the user is connecting to a file server and not a Web server and that some form of file transfer is going to take place.When http appears in a URL it means that the user is connecting to a Web server and not a file server. The files are transferred but not downloaded, therefore not copied into the memory of the receiving device.FTP is a two-way system as files are transferred back and forth between server and workstation.HTTP is a one-way system as files are transported only from the server onto the workstation's browser.FTP, where entire files are transferred from one device to another and copied into memory,HTTP only transfers the contents of a web page into a browser for viewing.FTP file uploaded is used in cases when the file size is more than 70 MBHTTP upload is used for smaller files.FTP uses an FTP client server and an FTP client.HTTP is used for all web [ages i.e. it is the standard protocol to transmit hyperlinked documents and files. It is often used in conjunction with HTML.FTP was the original non-GUI file transfer program and could be run from a command line interface like MS-DOS.HTTP is associated with a browser file transfer program like Internet Explorer.The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web.File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host or to another host over a TCP-based network, such as the Internet.


What is an address that tells the browser where to locate the page?

When you type the web address in browser, your computer connects to the DNS server in your ISP provider location, The DNS server in ISP tries to locate the IP address of the web page you requested. If it fails, then the request is forward to another DNS server until the IP address is resolved by one of the DNS server. Once IP address is located, browser contacts the web server using the IP and request for the resource.


What is use of web browerser?

A web browser is a computer program (or application, just like Microsoft Word), that enables you to excess information on the World Wide Web. Also called the internet.Reading this answer you are using a web browser. There are many different browsers like Chrome, Internet Explorer, Firefox, Safari and Opera. Just to name the most important.To be able to see a Web Page you type into the address bar of a web browser the URL (Uniform Resource Locator that is saying it in the complicated way. You can also call it the address of a certain Web Page. ) like for instances www.google.com and the web browser finds the location of the nearest DNS, ( Domain Name Server), which converts the URL into an IP address, like in my case http://74.125.224.72/. The numbers are the IP address and the http defines the protocol (read: communication rules) used, so the Web Browser knows how to interact with the server where Google has their webpage (by the way Google has many different IP addresses all over the world) and establishes contact with that server in such a way that Google web page is rendered on your screen.The browser also makes it possible that you can interact with that Web Page, all through the HTTP protocol.