![]() |
|
Internet/World Wide Web Concepts |
||||||||||||||||||||||||||||||||
|
1) The Internet is a network of networks connected using TCP/IP. 2) The World Wide Web is comprised of Internet resources that use HTTP. 3) Web pages are located by their URLs. 4) Domain names (.com, .edu, .gov, etc.) indicate something about a page's origin. |
||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
|
1) The Internet is a network of networks connected
using TCP/IP.
|
||||||||||||||||||||||||||||||||
|
2) The
World Wide Web is comprised of Internet resources that use HTTP.
|
||||||||||||||||||||||||||||||||
|
3) Web pages are located by their URLs. A Uniform Resource Locator (URL) indicates the location of a particular
Internet resource or file. When we refer to a page's Web Address,
we are referring to its URL. For instance the URL or Web address of this
page is: In technical terms, each resource on the Internet is actually identified by its IP (Internet Protocol) Address: a 32-bit numerical address consisting of four numbers, each of which can range from 0 to 255. For instance, 3.197.13.210 could be an IP Address. (The current IP system, IP.v4, is gradually being replaced with a system that allows many more addresses, the 128-bit IP.v6.) When you use a URL to locate a Web page, its domain name (see below) is actually translated into an IP Address by the Domain Name System (DNS), introduced in 1984. A domain name uses words and abbreviations instead of long strings of numbers and is thus easier to remember. In addition to the domain name, the URL also indicates the hierarchical directory structure in which the particular file resides, the name of the file and the kind of file it is. The basic structure of a Web page's URL is:
Let's take another look at the URL for the page you are looking at right
now: Here are the four main sections:
Protocol:
Domain Name: Host Server:This is the particular server (computer) on which the file is located. By custom, HTTP servers are named WWW. This page is on the WWW server at Skidmore:Second-level Domain Name: Path:
File:
|
||||||||||||||||||||||||||||||||
|
4) Domain names (.com, .edu, .gov, etc.) indicate something about a page's origin. Domain names, sometimes referred to as top-level domain names (see above), indicate the type of organization or the country on whose server a web page resides.
Some familiar domain names are
In November 2000 several new domain names were approved:
The number and type of domains in use is increasing and changing and will likely continue to do so in the next few years. Individuals or organizations can lease space on commercial servers and create Web pages with non-commercial content on their Web pages, so while domain names provide a clue about the type of organization that has registered the server, they do not always provide clues about the Web pages/sites on the server.
|
||||||||||||||||||||||||||||||||
|
5) Web pages are created using HTML. Web pages are created using Hypertext Markup Language (HTML), a series of codes that defines the format and structure of documents on the World Wide Web (see #2 above). In Explorer, you can look at a page's coding by going to View and selecting Source.
|
||||||||||||||||||||||||||||||||
|
6) Browsers allow you to interact with Web pages. Web browers allow you to request specific files via HTTP; they allow you to look at Web pages. Netscape, Explorer and Opera are all graphical browsers; they allow you to look at images as well as text. Lynx is an example of a text-only browser.
Some History:
|
||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
|
Back to Internet Searching |
||||||||||||||||||||||||||||||||
|