(^636) Answers
HTTP to request Web pages and related resources from a Web server. A Web
server is a computer that is continually connected to the Internet and that runs
some type of Web server software application. It uses the HTTP protocol to
receive requests for Web pages and related resources. It responds to these requests
and sends the resources.
- There are several protocols discussed in this chapter that use the Internet but do
not use the Web. E-mail messages are transmitted using the Internet. SMTP
(Simple Mail Transfer Protocol) is used to send e-mail messages. POP (Post Office
Protocol) and IMAP (Internet Message Access Protocol) can be used to receive
e-mail messages. FTP (File Transfer Protocol) can be used to exchange files (send
and receive) with a computer connected to the Internet. - A URL (Uniform Resource Locator) represents the address of a resource that
is available on the Internet. A URL consists of a protocol, a domain name, and
the hierarchical location of the file or resource. An example of a URL is
http://www.webdevfoundations.net/chapter1/index.htm. A domain name locates
an organization or other entity on the Internet and is associated with a unique
numeric IP address. A domain name is part of a URL.
Review Questions
- c
- a
- a
- b
- a
- True
- False
- True
9. False - XHTML
- SGML
- HTML
- CERN
- microblogging
- TCP
Chapter 2
Checkpoint 2.1
- HTML (Hypertext Markup Language), was developed by Tim Berners-Lee at
CERN using SGML. HTML is the set of markup symbols or codes placed in
a file intended for display on a Web browser. HTML configures a platform-
independent display of information. Each markup code is referred to as an
element (or tag). - XHTML is the most recent version of HTML. It was developed by the W3C to
be the reformulation of HTML as an application of XML. XHTML combines the
language of HTML with the syntax of XML. Like XML, XHTML is extensible
and should be able to adapt to future needs. - The header section is located between the and tags on a Web
page. This area is used to contain information that describes the Web page, such
as the title of the page that will display in the menu bar of the browser window.
The body section is located between the and tags. This area is