1. Go to www.w3.org and find an answer to this question: What is the W3C World Wide Web Consortium. Find a simple explanation. Use your own words.
The World Wide Web Consortium is an organization created in October 1994 with the purpose to lead the World Wide Web to its full potential by developing common protocols that promote its evolution and ensure its interoperability.
2. Find and write simple explanations for the following terms.
a.Cyberspace
Term originated by author William Gibson in his novel Neuromancer the word Cyberspace is currently used to describe the whole range of information resources available through computer networks.
b.Download
Transferring data (usually a file) from another computer to the computer you are using. The opposite of upload.
c.Upload
Transferring data (usually a file) from thecomputter you are using to another computer. The opposite of download.
d.GIF(Graphic Interchange Format)
A common format for image files, especially suitable for images containing large areas of the same color. GIF format files of simple images are often smaller than the same file would be if stored in JPEG format, but GIF format does not store photographic images as well as JPEG.
e.JPEG(Joint Photographic Experts Group)
JPEG is most commonly mentioned as a format for image files. JPEG format is preferred to the GIF format for photographic images as opposed to line art or simple logo art.
f.PNG(Portable Network Graphics)
PNG is a graphics format specifically designed for use on the World Wide Web. PNG enable compression of images without any loss of quality, including high-resolution images. Another important feature of PNG is that anyone may create software that works with PNG images without paying any fees - the PNG standard is free of any licensing costs.
g.Login
a)Noun: The account name used to gain access to a computer system. Not a secret (contrast with Password).
b)Verb: the act of connecting to a computer system by giving your credentials (usually your "username" and "password")
h.Mailing lists(listserv and majordomo)
A (usually automated) system that allows people to send e-mail to one address, whereupon their message is copied and sent to all of the other subscribers to the maillist. In this way, people who have many different kinds of e-mail access can participate in discussions together.
a)Listserv ¢ç: The most common kind of maillist, "Listserv" is a registered trademark of L-Soft international, Inc. Listservs originated on BITNET but they are now common on the Internet.
b)Majordomo: A free mailing list server that runs under UNIX. When e-mail is addressed to a Majordomo mailing list, it is automatically broadcast to everyone on the list. The result is similar to a newsgroup or forum, except that the messages are transmitted as e-mail and are therefore available only to individuals on the list.
i.Newsgroups(The name for discussion groups on USENET)
1) What is USENET?
A world-wide system of discussion groups, with comments passed among hundreds of thousands of machines. Not all USENET machines are on the Internet. USENET is completely decentralized, with over 10,000 discussion areas, called newsgroups.
2) How is USENET different from our class Discussion Board?
Those who have access to the class Discussion Board are mostly limited to the students who are taking this course, which is much smaller than the millions of people around the world participating in newsgroups.
j.Packet switching
The method used to move data around on the Internet. In packet switching,all the data coming out of a machine is broken up into chunks, each chunk has the address of where it came from and where it is going. This enables chunks of data from many different sources to co-mingle on the same lines, and be sorted and directed along different routes by special machines along the way. This way many people can use the same lines at the same time.
You might think of several caravans of trucks all using the same road system to carry materials.
k.Router
A special-purpose computer (or software package) that handles the connection between 2 or more Packet-Switched networks. Routers spend all their time looking at the source and destination addresses of the packets passing through them and deciding which route to send them on.
l.Cookie
The most common meaning of "Cookie" on the Internet refers to a piece of information sent by a Web Server to a Web Browser that the Browser software is expected to save and to send back to the Server whenever the browser makes additional requests from the Server.
Depending on the type of Cookie used, and the Browsers' settings, the Browser may accept or not accept the Cookie, and may save the Cookie for either a short time or a long time.
Cookies might contain information such as login or registration information, online "shopping cart" information, user preferences, etc.
When a Server receives a request from a Browser that includes a Cookie, the Server is able to use the information stored in the Cookie. For example, the Server might customize what is sent back to the user, or keep a log of particular users' requests.
Cookies are usually set to expire after a predetermined amount of time and are usually saved in memory until the Browser software is closed down, at which time they may be saved to disk if their "expire time" has not been reached.
Cookies do not read your hard drive and send your life story to the CIA, but they can be used to gather more information about a user than would be possible without them.