Chapter 4.1 - Email
Chapter 4.1 - Email
Computer Science 2
Chapter 4.1: Email Basics
prepared by Lailanie Danila
What is E-mail?
• Electronic-mail – is an
electronic message
transmitted over a
network from one user
to another.
What is E-mail?
• Can be as simple as a few lines of text, or include
attachments such as pictures or documents.
• It is the method of exchanging digital messages
between two or more systems.
• E-mail systems are based on a store-and-forward
model. In which e-mail computer server systems
accept, forward, deliver and store messages on
behalf of user.
• Email made up 75% of network traffic soon after
the introduction of the internet.
Brief History of Email
• The first email systems were developed at SCD
and MIT in 1965. Incompatible with each other,
each system was designed to facilitate message
delivery between users on a single machine.
• The Header
– Who sent the email.
– To whom the mail is sent.
– When the email was sent.
– The email subject.
– The size of the email.
What Makes Up An Email
• The Body
– Contains the message.
– May also contain an attachment.
• Attachments
– If not embedded within the body,
attachments are sent along with the
email.
Parts of an E-mail Address
[email protected]
How E-Mail Works
How Email Works
• Different Architectural Models exist
for constructing computer systems.
Peer Peer
Required Interface Required Interface
Provided Interface
Peer
Required Interface
Provided Interface
Filter
Required Interface
Provided Interface
Filter
Required Interface
Provided Interface
Filter
Required Interface
Pipe and Filter Model
How Email Works
Provided Interface
Filter
Required Interface
How Email Works
Implicit Invocation “Bus” Model
Provided Interface
Bus
Required Interface
How Email Works
Client-Server Model
Provided Interface
Server
Required Interface
How Email Works