Quick Search Box

Tuesday, March 17, 2009

Data Retrieval

For meaningful data retrieval, availability of data that has been compiled from various sources and put together in a usable form is an essential prerequisite. On the Internet, a large number of databases exist. These have been put together by commercially run data providers as well as individuals or groups with special interest in particular areas. To retrieve such data, any user needs to know the address/s of such Internet servers. Then depending on the depth of information being sought, different databases have to be searched and required information compiled. The work involved is similar to a search process in a large library; except that this Internet "library" is immense, dynamic, because of regular updating, and entirely electronic. While some skill is required for searching, the user will be able to access, search and check a large collection of servers.

Communication

Communication on the Internet can be online or offline. When some users connect to a single server or an on-line service at the same time, they can communicate in an "online chat". This can be truly "many to many" as in a room full of people talking to each other on peer to peer basis. Alternatively, the users send e-mail to each other which can be read by the receiver whenever he/she finds the time. This is off-line communication, but "one to one" or "one to many". Similarly, it is possible for users to get together electronically with those sharing common interests in "usenet" groups. The users post messages to be read and answered by others at their convenience, in turn all of which can be read and replied to by others and so on.

Applications of Internet

Internet’s applications are many and depend on the innovation of the user. The common applications of the Internet can be classified into three primary types namely: Communication, Data retrieval and Data publishing.

Surfing on the Internet:

Many of the servers on the Internet provide information, specialising on a topic or subject. There is a large number of such servers on the Internet. When a user is
looking for some information, it may be necessary for him/her to look for such information from more than one server. WWW links the computers on the Internet, like a spider web, facilitating users to go from one computer to another directly. When a user keeps hopping from one computer to another, it is called "surfing".
The Internet facilitates "many to many" communication. Modern technology has, so far, made possible communication, "one to many" as in broadcasting; "one to one" as in telephony; "a few to a few" as in telephone conferencing; and "many to one" as in polling. In addition WWW works on "multi-media", and information can be accessed and transmitted in text, voice, sound and/or video. Graphics and interactive communication are two distinctive features of the Internet and WWW.

Uniform Resource Locators

The format of a URL is: protocol/Internet address/Web page address.
The protocol that the Web uses for HTML codes for Web page is HyperText Transport Protocol (HTTP) For example, consider the web page address: http://pages.prodigy.com/kdallas/index.htm.
The http:// specifies that HTTP will be used to process information to and from the Web server; pages.prodigy.com is the Web server’s Internet address; and kdallas/index.htm is the address of the page on the server. Index.htm could have been omitted, because this is the default for the main page within a directory (i.e., kdallas in this example) Within HTML, there is the capability to display information in list or tables and to create forms for users to send information to someone else. In addition, HTML provides the capability to specify graphic files to be displayed. These and other features let a user create complex Web pages.