Unit 5
Unit 5
Unit 5
Unit-5
Mail Services
503 NETWORK TECHNOLOGIES
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,
abcd@gmail.com is an e-mail address where abcd is username and gmail.com is
domain name.
o The username and the domain name are separated by @ (at) symbol.
o E-mail addresses are not case sensitive.
o Spaces are not allowed in e-mail address.
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.
Advantages:
1. Reliable
Many of the mail systems notify the sender if e-mail message was undeliverable.
2. Convenience
There is no requirement of stationary and stamps. One does not have to go to post
office. But all these things are not required for sending or receiving an e mail.
3. Speed
E-mail is very fast. However, the speed also depends upon the underlying network.
4. Inexpensive
E-mail can be sent and received by a person sitting across the globe.
7. Generality
Disadvantages:
1. Forgery
E-mail doesn’t prevent from forgery, that is, someone impersonating the sender,
since sender is usually not authenticated in any way.
2. Overload
3. Misdirection
4. Junk
Junk emails are undesirable and inappropriate emails. Junk emails are sometimes
referred to as spam.
5. No Response
It may be frustrating when the recipient does not read the e-mail and respond on a
regular basis.
Working of E-mail
Email working follows the client server approach. In this client is the mailer i.e. the
mail application or mail program and server is a device that manages emails.
Following example will take you through the basic steps involved in sending and
receiving emails and will give you a better understanding of working of email system:
Types of URL: URL gives the address of files created for webpages or other
documents like an image, pdf for a doc file, etc.
There are two types of URL:
Absolute URL
Relative URL
Absolute URL: This type of URL contains both the domain name and directory/page
path. An absolute URL gives complete location information. It begins with a protocol
like “http://” and continues, including every detail.
Relative URL: This type of URL contains the path excluding the domain name.
Relative means “in relation to”, and a relative URL tells a URL location on terms of
the current location. Relative path is used for reference to a given link of a file that
exist within the same domain.
For example, /images/img.jpg is telling the browser to go to the domain, then look
for the images folder, then find the img.jpg file inside the images folder. If you
update your domain your /images/img.jpg link does not need to be updated.
Search Interfaces: This component is an interface between user and the database. It
helps the user to search through the database.
Examples
Following are the several search engines available today:
Google: It was originally called BackRub. It is the most popular search engine globally.
Bing: It was launched in 2009 by Microsoft. It is the latest web-based search engine
that also delivers Yahoo’s results.
Ask: It was launched in 1996 and was originally known as Ask Jeeves. It includes
support for match, dictionary, and conversation question.
AltaVista: It was launched by Digital Equipment Corporation in 1995. Since 2003, it is
powered by Yahoo technology.
AOL: It is powered by Google.
Upon considering each existing search engine, a document or data that a MSE engine
can access are known as a “component” of that MSE. A meta-search may behave in a
similar fashion like any other typical search engine. A list of search-result record are
most relevant with the query will be displayed.
When user querying, the MSE forwards the query to the appropriate component of
search engines through their search interfaces.
When the contents related to the query are retrieved from all the individual search
engines then the results are reorganized into a single list and then returned back to
the user.
The advantage of MSE is that they are able to "communicate" to other search
engines, which contain relevant data. The language that they speak is HTML (Hyper
Text Markup Language), a set of codes which enables computers to read, translate,
transmit, and store data which is accessible to the entire world. Every Web page is
written in HTML using "tags".