General
Internet Questions To help you better understand what the Internet is
about, we have compiled some frequently asked questions (FAQ) to help you
with some concepts that you may not be familiar with yet. |
What is the World Wide Web? The World Wide Web (www or w3) is a collection of online documents housed on Internet servers around the world. The concept of the Web was created by researchers at CERN in Switzerland. Web documents are written or coded in HTML. To access these documents, you have to use a Web browser, such as Netscape, Mosaic, or the Internet Explorer. When these browsers access (or hit) a page, the server uses the HyperText Transfer Protocol (HTTP) to send the document to your computer. What is a URL? What does the HTTP at the beginning of a URL stand
for? Why do Web addresses include the protocol, (i.e.,
http://www.Interlync.com instead of just www.Interlync.com) when most Web browsers will
figure it out on their own? ALL browsers these
days do not require the http://. They (Web Browsers) add them on there
own. Second, the address doesn't always include the protocol - you may know that guide.infoseek.com is a web address, but it's ambiguous without the protocol. Even addresses that seem to indicate one protocol may not. There are Web pages out there with addresses, oddly enough, like http://ftp.something.com. These are usually accessible both via a Web browser and through FTP software. Finally, even if you don't have to specify the protocol tag, it is still an official part of the address, and so we include it for the sake of accuracy. |