Definition of Internet, search tools, web browsers, e-mail and search engines. IT applications: E-cards, E- shopping, E-commerce.

&<2/”>a >nbsp;

 

 

  • The Internet is a global Network of billions of computers and other electronic devices. With the Internet, it’s possible to access almost any information, communicate with anyone else in the world, and do much more.
  • It’s important to realize that the Internet is a global network of physical cables, which can include copper telephone wires, TV cables, and fiber optic cables. Even wireless connections like Wi-Fi and 3G/4G rely on these physical cables to access the Internet.

 

  • On visiting a website, the computer sends a request over these wires to a server. A server is where websites are stored, and it works a lot like computer’s hard drive. Once the request arrives, the server retrieves the website and sends the correct data back to computer.

  • The World Wide Web—usually called the Webfor short—is a collection of different websitesyou can access through the Internet. A website is made up of related text, images, and other Resources. Websites can resemble other forms of media—like newspaper articles or television programs—or they can be interactive in a way that’s unique to computers.
  • The purpose of a website can be almost anything: a news platform, an advertisement, an online library, a forum for sharing images, or an educational site.
  • WEB BROWSER
  • Web Browseris an application Software that allows us to view and explore information on the web. In other words, a browseris a software program created as a simplified means to present and explore content on the World Wide Web. These pieces of content, including pictures, Videos, and web pages, are connected using hyperlinks and classified with Uniform Recourse Identifiers (URLs).

 

  • There have been many different web browsers that have come and gone over the years. The first, named WorldWideWeb (later changed to Nexus), was invented by Tim Berners-Leein 1990. However, the first graphical browser and widely used browser that help bring popularity to the Internet was NCSA Mosaic.

 

  • List of current Internet browsers
BrowserVendor
Internet ExplorerMicrosoft
Google ChromeGoogle
Mozilla FirefoxMozilla
Netscape NavigatorNetscape Communications Corp.
OperaOpera Software
SafariApple
Sea MonkeyMozilla Foundation
K-meleonK-meleon

 

·               Email

  • Email is a service which allows us to send the message in electronic mode over the internet. It offers an efficient, inexpensive and real time mean of distributing information among people.

E-Mail Address

  • Each user of email is assigned a unique name for his email account. This name is known as E-mail address. Different users can send and receive messages according to the e-mail address.
  • E-mail is generally of the form username@domainname. For example, webmaster@tutorialspoint.com is an e-mail address where webmaster is username and tutorialspoint.com is domain name.
  • The username and the domain name are separated by @ (at)
  • E-mail addresses are not case sensitive.
  • Spaces are not allowed in e-mail address.

E-mail Message Components

 

  • E-mail message comprises of different components: E-mail Header, Greeting, Text, and Signature.

         E-mail Header

 

  • The first five lines of an E-mail message is called E-mail header. The header part comprises of following fields:
  • From
  • Date
  • To
  • Subject
  • CC
  • BCC

FROM

The From field indicates the sender’s address i.e. who sent the e-mail.

DATE

The Date field indicates the date when the e-mail was sent.

TO

The To field indicates the recipient’s address i.e. to whom the e-mail is sent.

SUBJECT

The Subject field indicates the purpose of e-mail. It should be precise and to the point.

CC

CC stands for Carbon copy. It includes those recipient addresses whom we want to keep informed but not exactly the intended recipient.

BCC

BCC stands for Black Carbon Copy. It is used when we do not want one or more of the recipients to know that someone else was copied on the message.

Greeting

Greeting is the opening of the actual message. Eg. Hi Sir or Hi Guys etc.

Text

It represents the actual content of the message.

Signature

This is the final part of an e-mail message. It includes Name of Sender, Address, and Contact Number.

E-mail System

 

E-mail system comprises of the following three components:

  • Mailer
  • Mail Server
  • Mailbox

Mailer

It is also called mail program, mail application or mail client. It allows us to manage, read and compose e-mail.

Mail Server

The function of mail server is to receive, store and deliver the email. It is must for mail servers to be sunning all the time because if it crashes or is down, email can be lost.

Mailboxes

Mailbox is generally a folder that contains emails and information about them.

 

E-mail Protocols are set of rules that help the client to properly transmit the information to or from the mail server. Here in this tutorial, we will discuss various protocols such as SMTP, POP, and IMAP.

SMPTP

SMTP stands for Simple Mail Transfer Protocol. It was first proposed in 1982. It is a standard protocol used for sending e-mail efficiently and reliably over the internet.

Key Points:

  • SMTP is application level protocol.
  • SMTP is connection oriented protocol.
  • SMTP is text based protocol.
  • It handles exchange of messages between e-mail servers over TCP/IP network.
  • Apart from transferring e-mail, SMPT also provides notification regarding incoming mail.
  • When you send e-mail, your e-mail client sends it to your e-mail server which further contacts the recipient mail server using SMTP client.
  • These SMTP commands specify the sender’s and receiver’s e-mail address, along with the message to be send.
  • The exchange of commands between servers is carried out without intervention of any user.
  • In case, message cannot be delivered, an error report is sent to the sender which makes SMTP a reliable protocol.

IMAP

IMAP stands for Internet Mail Access Protocol. It was first proposed in 1986. There exist five versions of IMAP as follows:

  1. Original IMAP
  2. IMAP2
  3. IMAP3
  4. IMAP2bis
  5. IMAP4

Key Points:

  • IMAP allows the client program to manipulate the e-mail message on the server without downloading them on the local computer.
  • The e-mail is hold and maintained by the remote server.
  • It enables us to take any action such as downloading, delete the mail without reading the mail.It enables us to create, manipulate and delete remote message folders called mail boxes.
  • IMAP enables the users to search the e-mails.
  • It allows concurrent access to multiple mailboxes on multiple mail servers.

POP

POP stands for Post Office Protocol. It is generally used to support a single client. There are several versions of POP but the POP 3 is the current standard.

Key Points

  • POP is an application layer internet standard protocol.
  • Since POP supports offline access to the messages, thus requires less internet usage time.
  • POP does not allow search facility.
  • In order to access the messaged, it is necessary to download them.
  • It allows only one mailbox to be created on server.
  • It is not suitable for accessing non mail data.
  • POP commands are generally abbreviated into codes of three or four letters. Eg. STAT.
  • Comparison between POP and IMAP
S.N.POPIMAP
1Generally used to support single client.Designed to handle multiple clients.
2Messages are accessed offline.Messages are accessed online although it also supports offline mode.
3POP does not allow search facility.It offers ability to search emails.
4All the messages have to be downloaded.It allows selective transfer of messages to the client.
5Only one mailbox can be created on the server.Multiple mailboxes can be created on the server.
6Not suitable for accessing non-mail data.Suitable for accessing non-mail data i.e. attachment.
7POP commands are generally abbreviated into codes of three or four letters. Eg. STAT.IMAP commands are not abbreviated, they are full. Eg. STATUS.
8It requires minimum use of server resources.Clients are totally dependent on server.
9Mails once downloaded cannot be accessed from some other location.Allows mails to be accessed from multiple locations.
10The e-mails are not downloaded automatically.Users can view the headings and sender of e-mails and then decide to download.
10POP requires less internet usage time.IMAP requires more internet usage time.

 

 

  • Search Engine and Search Tools

 

Search Engine refers to a huge Database of internet resources such as web pages, newsgroups, programs, images etc. It helps to locate information on World Wide Web.

User can search for any information by passing query in form of keywords or phrase. It then searches for relevant information in its database and return to the user.

Search Engine Components

Generally there are three basic components of a search engine as listed below:

  1. Web Crawler
  2. Database
  3. Search Interfaces

Web crawler

It is also known as spider or bots. It is a software component that traverses the web to gather information.

Database

All the information on the web is stored in database. It consists of huge web resources.

Search Interfaces

This component is an interface between user and the database. It helps the user to search through the database.

 

Search Engine Working

Web crawler, database and the search interface are the major component of a search engine that actually makes search engine to work. Search engines make use of Boolean expression AND, OR, NOT to restrict and widen the results of a search. Following are the steps that are performed by the search engine:

  • The search engine looks for the keyword in the index for predefined database instead of going directly to the web to search for the keyword.
  • It then uses software to search for the information in the database. This software component is known as web crawler.
  • Once web crawler finds the pages, the search engine then shows the relevant web pages as a result. These retrieved web pages generally include title of page, size of text portion, first several sentences etc.

These search criteria may vary from one search engine to the other. The retrieved information is ranked according to various factors such as frequency of keywords, relevancy of information, links etc.

  • User can click on any of the search results to open it.

 

Search Engine Processing

Indexing Process

Indexing process comprises of the following three tasks:

  • Text acquisition
  • Text transformation
  • Index creation

Text Acquisition

It identifies and stores documents for indexing.

Text Transformation

It transforms document into index terms or features.

Index Creation

It takes index terms created by text transformations and create data structures to support fast searching.

Query Process

Query process comprises of the following three tasks:

  • User interaction
  • Ranking
  • Evaluation

User Interaction

It supporst creation and refinement of user query and displays the results.

Ranking

It uses query and indexes to create ranked list of documents.

Evaluation

It monitors and measures the effectiveness and efficiency. It is done offline.

Examples

Following are the several search engines available today:

Search EngineDescription
GoogleIt was originally called BackRub. It is the most popular search engine globally.
BingIt was launched in 2009 by Microsoft. It is the latest web-based search engine that also delivers Yahoo’s results.
AskIt was launched in 1996 and was originally known as Ask Jeeves. It includes support for match, dictionary, and conversation question.
AltaVistaIt was launched by Digital Equipment Corporation in 1995. Since 2003, it is powered by Yahoo technology.
AOL.SearchIt is powered by Google.
LYCOSIt is top 5 internet portal and 13th largest online property according to Media Matrix.
AlexaIt is subsidiary of Amazon and used for providing website traffic information.

 

Search Tools

There are three basic types of search tools that most people use to find what they are looking for on the Web.

  • Search Engines
  • Subject Directories
  • Meta Search Tools

None of these search tools allow  to search the entire Web; that would be an almost impossible task. However, one can use these Web search tools to scour different parts of the Web, obtain different types of information, and broaden the Web search horizons.

Search the Web with Search Engines

Search engines are large, spider(software programs) created databases of web pages that help searchers find specific information on any given subject. When anyone  type in a keyword or phrase and the search engine retrieves pages that correspond to the search query.

Search results gathered from these search engines are not always relevant to the keywords entered since these engines are not intuitive and cannot infer dynamically what it is, one might be searching for (although results are getting better all the time). This is why it’s important to learn how to search as efficiently as possible using such techniques as Boolean search, or basic Google search techniques.

 

Interpretation of relevancy is different in each search engine. Many search engineshave included categories to direct users to more relevant sites based on these particular topics.

Search the Web with Subject Directories

Subject directories, in general, are smaller and selective that search engines. They use categories to focus the search, and their sites are arranged by categories, not just by keywords. Subject directories are handy for broad searches, as well as finding specific websites. Most subject directories’ main purpose is to be informational, rather than commercial. A good example of a search directory is Yahoo, a combination search engine/search directory/search portal, or one of the original search directories, Open Directory or DMOZ for short.

Search the Web with Metasearch Engines

Metasearch engines get their search results from several search engines. Users will receive the best hits to their keywords from each search engine. Metasearch tools are a good place to start for very broad results but do not (usually) give the same quality results as using each search engine and directory.

 

 

E-Cards

An electronic card (e-card) is a special occasion, greeting or post card created and customized within a website and sent through the Internet to the recipient. Customizations may include a wide variety of backgrounds and text fonts including some as cursive writing, graphic images, cartoon-style animations (proprietary to Adobe), video and sometimes even music.

This term is also known as ecard, icard, i-card, digital postcard, cyber greeting card or digital greeting card.

Virtual cards were first started by Judith Donath at MIT Media Lab in 1994 and were created by the website called The Electronic Postcard.

Virtual card recipients are often sent an email with a link to a website where the card was created. Then the card may be viewed, played, copied, printed, etc. Such websites invariably include banner ads and others selling a variety of products. Some websites use virtual cards to market and draw attention to their other products and Services, which may be their main product or service. The recipient is offered the opportunity to send their own customized cards to friends, family, etc. using their desktop machines, mobile devices and phones.

Advantages of virtual cards include the ease of sending them to many recipients, being environmentally friendly compared to paper/hard copy cards and the versatile and highly customizable content.

E-Shopping

When you buy a product or a service over the internet, instead of going to a traditional brick-and-mortar store, it is called online shopping. Globally, an increasing number of people are buying over the Internet because it is more convenient.
Online Products
starting with groceries and greeting cards to cell phones and ringtones for the cell phones, everything can be purchased online. While most people still find it convenient to buy their groceries from the neighbourhood shop, many people are purchasing rail and air tickets over the Internet. In addition, people and corporates as well, are also purchasing a variety of services online — such as a broking service or job search service.
Brief History

Online shopping became popular during the Internet boom in 1999-2000. Amazon.com, the online bookstore founded by Jeff Bezos, created history by becoming the first bookstore with a presence only on the Internet. Following the success of Amazon, many bookstores with a physical presence also created an online presence on the Internet. Later, portals such as Yahoo.com and MSN.com also started online shopping channels where people could buy more than just books. Closer home, portals such as Indiatimes.com and Rediff.com came up with similar Options for the Indian consumer.
Advantages of shopping online

It is convenient, faster and sometimes also cheaper. For instance, rather than standing in a long queue and waiting for your turn to purchase a ticket, people are finding it simpler to log on to a website and buy it. In some instances, one may have to pay a premium for an online purchase but it is still preferred because the convenience factor is higher.
Payment

 

Although online players in India are coming up with innovative ways to make payments, credit cards are still the most widely accepted form of making payments over the Internet.
Security of payment

Security standards for online shopping are now well-established, so it is safe to pay online using your credit card. Your credit card details and other information are encrypted and sent over a secure layer over the Internet. Although no system is completely fraud-proof, the large number of people going online bears testimony to the acceptance and safety of online shopping.
Future scope

 

Now a days, with more advanced technologies many things are about to come. Cheap internet and Mobile with widely avilable services as well as incresing Mobile apps, giving huge boost to online shopping. With Digital India Scheme and technology development, online shopping has been spread very fast in India.

 

E Commerce

E-commerce is a transaction of buying or selling online. Electronic commerce draws on technologies such as mobile commerce, electronic funds transfer, Supply Chain Management, Internet Marketing, online transaction processing, electronic data interchange (EDI), inventory management systems, and automated data collection systems.

Examples of Ecommerce

·         Online Shopping

Buying and selling goods on the Internet is one of the most popular examples of ecommerce. Sellers create storefronts that are the online equivalents of retail outlets. Buyers browse and purchase products with mouse clicks. Though Amazon.com is not the pioneer of online shopping, it is arguably the most famous online shopping destination.

·         Electronic Payments

When you are buying goods online, there needs to be a mechanism to pay online too. That is where payment processors and payment gateways come into the picture.

Electronic payments reduce the inefficiency associated with writing and mailing checks. It also does away with many of the safety issues that arise due to payment made in currency notes.

·         Online Auctions

When you think online auction, you think eBay. Physical auctions predate online auctions, but the Internet made auctions accessible to a large number of buyers and sellers. Online auctions are an efficient mechanism for price discovery. Many buyers find the auction shopping mechanism much interesting than regular storefront shopping.

·         Internet Banking

Today it is possible for you to perform the entire gamut of banking operations without visiting a physical bank branch. Interfacing of websites with bank accounts, and by extension credit cards, was the biggest driver of ecommerce.

·         Online Ticketing

Air tickets, movie tickets, train tickets, play tickets, tickets to sporting events, and just about any kind of tickets can be booked online. Online ticketing does away with the need to queue up at ticket counters.

Types of Ecommerce

Ecommerce can be classified based on the type of participants in the transaction:

·         Business to Business (B2B)

B2B ecommerce transactions are those where both the transacting parties are businesses, e.g., manufacturers, traders, retailers and the like.

·         Business to Consumer (B2C)

When businesses sell electronically to end-consumers, it is called B2C ecommerce.

·         Consumer to Consumer (C2C)

Some of the earliest transactions in the global economic system involved barter — a type of C2C transaction. But C2C transactions were virtually non-existent in recent times until the advent of ecommerce. Auction sites are a good example of C2C ecommerce.

Benefits of Ecommerce

The primary benefits of ecommerce revolve around the fact that it eliminates limitations of time and geographical distance. In the process, ecommerce usually streamlines operations and lowers costs.

Specialized Forms of Ecommerce

On some platforms, ecommerce has shown the promise of explosive Growth. Two such examples are:

·         M Commerce

Mcommerce is short for “mobile commerce.” The rapid penetration of mobile devices with Internet access has opened new avenues of ecommerce for retailers.

·         F Commerce

Fcommerce is short for “Facebook commerce.” The immense popularity of Facebook provides a captive audience to transact business.,

The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (TCP/IP) to link several billion devices worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless, and optical networking technologies. The Internet carries an extensive range of information resources and services, such as the inter-linked hypertext documents and applications of the World Wide Web (WWW), electronic mail, telephony, and file sharing.

The origins of the Internet date back to the development of packet switching and research commissioned by the United States Department of Defense in the 1960s to enable time-sharing of computers. The primary precursor network, the ARPANET, initially served as a backbone for interconnection of regional academic and military networks in the 1980s. The funding of the National Science Foundation Network as a new backbone in the 1980s, as well as private funding for other commercial extensions, led to worldwide participation in the development of new networking technologies, and the merger of many networks. The linking of commercial networks and enterprises by the early 1990s marked the beginning of the transition to the modern Internet, and generated a sustained exponential growth as generations of institutional, personal, and mobile computers were connected to the network. Although the Internet was widely used by academia in the 1980s, commercialization incorporated its services and technologies into virtually every aspect of modern life.

Most traditional Communication media, including telephony, radio, television, paper mail and newspapers are reshaped, redefined, or even bypassed by the Internet, giving birth to new services such as email, Internet telephony, Internet television, online music, digital newspapers, and video streaming websites. Newspaper, book, and other print publishing are adapting to website technology, or are reshaped into blogging, web feeds and online news aggregators. The entertainment Industry, including the music business, was initially the most severely affected by the rise of the Internet. The rise of near-instant communication by email, text-messaging, and social networking services has greatly changed interpersonal communication.

The Internet has enabled and accelerated new forms of personal interactions through instant messaging, Internet forums, and social networking services. Online shopping has boomed both for major retail outlets and small artisans and traders. Business-to-business and financial services on the Internet affect supply chains across entire industries.

The Internet has no single centralized governance in either technological implementation or policies for access and usage; each constituent network sets its own policies. The overreaching definitions of the two principal name spaces in the Internet, the Internet Protocol address (IP address) space and the Domain Name System (DNS), are directed by a maintainer organization, the Internet Corporation for Assigned Names and Numbers (ICANN). The technical underpinning and standardization of the core protocols is an activity of the Internet Engineering Task Force (IETF), a non-profit organization of loosely affiliated international participants that anyone may associate with by contributing technical expertise. In November 2006, the Internet was included on USA Today’s list of New Seven Wonders.

Search tools are used to find information on the Internet. They work by crawling the web and indexing websites. When you search for something, the search tool will return a list of websites that match your search terms.

Web browsers are used to access the Internet. They allow you to view web pages and interact with websites.

E-mail is a way of sending and receiving messages electronically. It is a quick and easy way to communicate with people all over the world.

Search engines are used to find information on the Internet. They work by crawling the web and indexing websites. When you search for something, the search engine will return a list of websites that match your search terms.

IT applications are used to perform tasks on computers. They can be used for a variety of purposes, such as word processing, spreadsheets, presentations, and databases.

E-cards are electronic greeting cards that can be sent to people over the Internet. They are a fun and easy way to send a message to someone special.

E-shopping is the process of buying goods or services online. It is a convenient and easy way to shop, and it can often be cheaper than shopping in stores.

E-commerce is the buying and selling of goods or services over the Internet. It is a growing industry, and it is expected to continue to grow in the future.

Here are some frequently asked questions and short answers about the Internet, search tools, web browsers, e-mail, search engines, IT applications, e-cards, e-shopping, and e-commerce:

  • What is the Internet? The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (TCP/IP) to serve billions of users worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless, and optical networking technologies. The Internet carries an extensive range of information resources and services, such as the inter-linked hypertext documents and applications of the World Wide Web (WWW), electronic mail, telephony, and file sharing.
  • What are search tools? Search tools are software applications that help users find information on the Internet. They do this by crawling the web and indexing websites. When a user searches for a term, the search tool returns a list of websites that match the search terms.
  • What are web browsers? Web browsers are software applications that allow users to access and view web pages. They do this by downloading the HTML code of a web page from a web server and then interpreting the code to display the page on the user’s computer.
  • What is e-mail? E-mail is a method of exchanging digital messages over a computer network. E-mail is a quick, easy, and convenient way to send messages to anyone with an e-mail address.
  • What are search engines? Search engines are web-based services that allow users to search for information on the Internet. Search engines work by crawling the web and indexing websites. When a user searches for a term, the search engine returns a list of websites that match the search terms.
  • What are IT applications? IT applications are software applications that are used to manage information and automate tasks. IT applications can be used in a variety of industries, including healthcare, finance, and manufacturing.
  • What are e-cards? E-cards are electronic greeting cards that are sent over the Internet. E-cards are a convenient and affordable way to send greetings to friends and family.
  • What is e-shopping? E-shopping is the process of buying goods or services over the Internet. E-shopping is a convenient and affordable way to shop for goods and services.
  • What is e-commerce? E-commerce is the buying and selling of goods or services over the Internet. E-commerce is a growing industry that is changing the way businesses operate.

I hope this helps!

  1. What is the Internet?
    (A) A network of networks that connects computers all over the world
    (B) A system of computers that are connected to each other
    (C) A way to send and receive information over a computer network
    (D) A way to access information on the World Wide Web

  2. What is a search engine?
    (A) A program that helps you find information on the Internet
    (B) A website that provides information about other websites
    (C) A website that allows you to search for information on the Internet
    (D) A website that allows you to send and receive email

  3. What is a web browser?
    (A) A program that allows you to view websites
    (B) A program that allows you to send and receive email
    (C) A program that allows you to search for information on the Internet
    (D) A program that allows you to connect to the Internet

  4. What is email?
    (A) A way to send and receive messages over the Internet
    (B) A way to access information on the World Wide Web
    (C) A way to connect to the Internet
    (D) A way to search for information on the Internet

  5. What is a web page?
    (A) A document that is stored on a website
    (B) A document that is stored on a computer
    (C) A document that is stored on a network
    (D) A document that is stored on a disk

  6. What is a website?
    (A) A collection of web pages that are stored on a server
    (B) A collection of documents that are stored on a computer
    (C) A collection of files that are stored on a network
    (D) A collection of programs that are stored on a disk

  7. What is the World Wide Web?
    (A) A network of networks that connects computers all over the world
    (B) A system of computers that are connected to each other
    (C) A way to send and receive information over a computer network
    (D) A way to access information on the Internet

  8. What is e-commerce?
    (A) The buying and selling of goods and services over the Internet
    (B) The exchange of information over the Internet
    (C) The use of the Internet to communicate with others
    (D) The use of the Internet to access information

  9. What is e-business?
    (A) The use of the Internet to conduct business
    (B) The use of the Internet to communicate with others
    (C) The use of the Internet to access information
    (D) The use of the Internet to buy and sell goods and services

  10. What is an e-card?
    (A) A greeting card that is sent electronically
    (B) A gift card that is sent electronically
    (C) A coupon that is sent electronically
    (D) A DISCOUNT that is sent electronically

Index