Monday, May 2, 2011

Some Key Terms- The Internet and Web Design

Define the term - Protocol
A standard set of regulations and requirements that allow two electronic items to connect to and exchange information with one another.

What are the following protocols used for?
TCP/IP Transmission Control Protocol (TCP), which uses a set of rules to exchange messages with other Internet points at the information packet level.It is also the transport protocol used for many of the Internet's most popular applications./Internet Protocol (IP), which uses a set of rules to send and receive messages at the Internet address level

 Post Office Protocol (POP) is an application-layer Internet standard protocol used by local e-mail clients to retrieve e-mail from a remote server over a TCP/IP connection.

File Transfer Protocol (FTP) is a standard network protocol used to copy a file from one host to another over a TCP-based network, such as the Internet.

  Hypertext Transfer Protocol (HTTP) has  a defined set of rules to use with corresponding programs. used for sending requests from a web client (a browser) to a web server, returning web content (web pages) from the server back to the client. 

Simple Mail Transfer Protocol (SMTP) is used only for sending and receiving e-mail.

What does GUI stand for?

Screen Shot of KDE Plasma Desketop GUI
Graphical User Interface (GUI) is is a type of user interface that allows users to interact with electronic devices with images rather than text commands. GUIs can be used in computers, hand-held devices such as MP3 players, portable media players or gaming devices, household appliances and office equipment.




A Screenshot of GNOME ,GUI
What was used before GUI?



There are two methods of data transmission – serial and parallel. Explain the difference between them.

Define the term “URL”. Uniform resource locator it locates the address of the World Wide Web and it is the  the unique address for a file that is accessible on the Internet.

Components of a URL!

  • A Uniform Resource Locator, URL for short, is divided into several sections. For example, lets say you had the "URL http://www.mywebsite.com/myfolder/myfile.html" . HTTP or Hypertext Transfer Protocol, is the protocol or format used for the internet. Web browser and Web servers use it to communicate with each other. This protocol is used to send compressed and encrypted data requests across servers. HTTPS is the secure version of this protocol.

  • The Host name is a server or collection of servers from where the data is pulled. This is more commonly known as the World Wide Web or WWW. The Host name signifies a device on a network. Each server, printer, or device has its own unique IP address.

  • The "mywebsite.com" part of the URL, is the Network name. This is also known as the Domain Name . However, it is usually written as "www.mywebsite.com". Properly titled this is called the fully qualified domain name (as it has the "www"). All the files and folders associated with a website are located here.

  • ".com" :  The Dot com suffix is known as the top-level domain of the domain name. This suffix further identifies and describes the person or institution that owns the domain name. Examples domanins would be: " .com" for commercial institution, " .gov " for government institution, and ".org " for non-profit organization.

  • "/myfolder" : The requested web page will be in this folder.
    "/myfile.html:" The group of files within the folder.
    html: Stands for Hypertext Markup Language. This is the code used to write internet files.When your enter a web address onto your browser, you are telling your computer to use http format to talk to a computer or group of computers in the area or domain of mywebsite commercial network which has myfolder and myfiles coded in Hypertext Markup Language (html).



  • In the context of data transmission, what is “error detection”?

    Why would error detection be important for the internet

    Name and explain one common method of error detection.

    What is HTML and explain why it is important