What makes up the World Wide Web :-
The Internet is often confused with the World Wide Web. The misperception is that these two terms are synonymous. The Internet is the collection of the many different systems and protocols. The World Wide Web, developed in 1989, is actually one of those different protocols. As the name implies, it allows resources to be linked with great ease in an almost seamless fashion.
The World Wide Web contains a vast collection of linked multimedia pages that is ever-changing. However, there are several basic components of the Web that allow users to communicate with each other. Below you will find selected components and their descriptions.
TCP/IP protocols
In order for a computer to communicate on the Internet, a set of rules or protocols computers must follow to exchange messages was developed. The two most important protocols allowing computers to transmit data on the Internet are Transmission Control Protocol (TCP) and Internet Protocol (IP). With these protocols, virtually all computers can communicate with each other. For instance, if a user is running Windows on a PC, he or she can communicate with iPhones.
Domain name system
An Internet address has four fields with numbers that are separated by periods or dots. This type of address is known as an IP address. Rather than have the user remember long strings of numbers, the Domain Name System (DNS) was developed to translate the numerical addresses into words. For example, the address fcit.usf.edu is really 131.247.120.10.
URLs
Addresses for web sites are called URLs (Uniform Resource Locators). Most of them begin with http (HyperText Transfer Protocol), followed by a colon and two slashes. For example, the URL for the search engine is http://google.com/ .
Some of the URL addresses include a directory path and a file name. Consequently, the addresses can become quite long. For example, the URL of a web page may be:
http://google.com/ In this example, "default.htm" is the name of the file which is in a directory named "holocaust" on the GOOGLE server.
Top-level domain
Each part of a domain name contains certain information. The first field is the host name, identifying a single computer or organization. The last field is the top-level domain, describing the type of organization and occasionally country of origin associated with the address.
Top-level domain names include:
| .com | Commercial |
| .edu | Educational |
| .gov | US Government |
| .int | Organization |
| .mil | US Military |
| .net | Networking Providers |
| .org | Non-profit Organization |
Domain name country codes include, but are not limited to:
| .au | Australia |
| .de | Germany |
| .fr | France |
| .nl | Netherlands |
| .uk | United Kingdom |
| .us | United States |
Paying attention to the top level domain may give you a clue as to the accuracy of the information you find. For example, information on a "com" site can prove useful, but one should always be aware that the intent of the site may be to sell a particular product or service. Likewise, the quality of information you find on the "edu" domain may vary. Although many pages in that domain were created by the educational institutions themselves, some "edu" pages may be the private opinions of faculty and students. A common convention at many institutions is to indicate a faculty or student page with a ~ (tilde) in the address. For instance, http://fcit.usf.edu/~kemker/default.htm is a student's personal web page.