Week 3: . Johan Bollen Old Dominion University Department of Computer Science

Size: px
Start display at page:

Download "Week 3: . Johan Bollen Old Dominion University Department of Computer Science"

Transcription

1 Week 3: Johan Bollen Old Dominion University Department of Computer Science jbollen September 11, 2003 Page 1

2 Demo SSH Not always available on windows machines: install and download September 11, 2003 Page 2

3 Demo traceroute, ping and host We did last week? September 11, 2003 Page 3

4 1. The internet s killer-app (a) Like regular mail (snailmail) but better! i. cheaper ii. Quicker iii. requires little to no overhead iv. Archiving (b) Probably most popular i. Enormous volume ii. Lays foundation for myriad other functions iii. Oldest iv. Defines internet culture (c) However! i. Fraud ii. The attachment scourge iii. Security iv. SPAM 2. Key concepts: (a) address and account (b) SMTP (c) POP (d) IMAP (e) Netiquette September 11, 2003 Page 4

5 User IDs, Passwords and addresses 1. User IDs and accounts (a) Context is UNIX system (b) Each user has unique ID and account on system (c) typically: i. initial of first name ii. last name iii. 8 characters 2. Passwords (a) Account access is restricted to user (b) Use of passwords (c) Security considerations September 11, 2003 Page 5

6 addresses 1. Natural consequence of UNIX account and user ID management (a) user ID + host identify user (b) use to combine both (c) host is identified by hostname (not IP?) 2. jbollen@cs.odu.edu (a) user ID = jbollen (b) hostname = cs.odu.edu (c) combined= address 3. addres is thus not uniquely tied to individual (a) Many possible hosts (b) Many possible user names (c) None need to reflect identity of user 4. Determine someone s adddress? September 11, 2003 Page 6

7 message components September 11, 2003 Page 7

8 Writing an 1. To: field 2. Cc: field 3. Bcc: field 4. Attachments 5. Body: (a) Netiquette i. Salutation ii. Spelling? iii. Appropriate language iv. NO SHOUTING (b) Keep in mind who will receive (c) Treat as business mail (d) Emotionally charged s i. Lack of body language is dangerous ii. 10 minute rule iii. Never attribute to malice that which Signature (a) Most clients have specific setting (b) Keep it concise (c) Be a minimalist 7. Forwarding (a) Message (b) To other accounts:.forward September 11, 2003 Page 8

9 Attachments 1. File is attached to (a) Receiver can save to local system (b) Convenient way to share files 2. Not part of original intent (a) Attachment is sent as part of message (b) Convert original file to text representation 3. I recommend against attachments (a) Burden on slow connections (mail bomb) (b) Security risk (c) Often unnecessary! (d) Requires applications to decode and display (e) Alternative: send URL September 11, 2003 Page 9

10 inner workings 1. Post system (a) Origin (b) Destination (c) Delivery 2. Internet: (a) Computers are intermediaries (b) user computer computer user (c) Actual system: i. Mail clients ii. Mail servers iii. Mail accounts iv. SMTP/POP protocols September 11, 2003 Page 10

11 The system in a nutshell jbollen@cs.odu.edu September 11, 2003 Page 11

12 Simple Mail Transfer Protocol 1. Set on its path 2. Client and mail server handshake and communicate 3. Simple command set communicated on port 25 of mail server: (a) HELO domain.name (b) MAIL FROM: (c) RCPT TO: yourfriend (d) DATA (e) Terminate with. and enter (f) QUIT September 11, 2003 Page 12

13 Post Office Procol 1. Used to retrieve from mail server to local host 2. Client and mail server handshake and communicate on port Set of commands to retrieve s (a) USER yourlogin (b) PASS pasword (c) STAT (d) LIST (e) RETR number (f) DELE number (g) QUIT September 11, 2003 Page 13

14 Some notes on SMTP and POP 1. No security (a) Passwords and logins transfered unprotected (b) SMTP does not require authentication (c) SPAM heaven! 2. SMTP + POP (a) Standard configuration: i. Load to local host ii. Remove from mail server iii. no longer accessible from anywhere iv. No backups (b) Other possibilities i. Telnet to mailserver ii. Read using PINE iii. Always accessible given telnet + internet (c) IMAP 3. Mailserver problems (a) Does not exist or defunct: bounced mail (b) Need to be reliable systems (c) Sufficient space? (d) Other than that: anyone can run mailserver September 11, 2003 Page 14

15 IMAP September 11, 2003 Page 15

16 IMAP explained 1. Internet Message Access Protocol 2. Intended to solve POP s problems (a) POP is simple (b) download and delete (c) or leave in place (d) Synchronization problems between several systems 3. IMAP (a) RFC: in-notes/rfc3501.txt (b) Leave messages on server (c) Only download those you want to read (d) Folder management on server and client 4. Comparison (a) POP: periodic contact, IMAP continous (b) IMAP Mail remains on server (c) Folders, address books, etc are centralized on server 5. Compatibility (a) PINE (b) Outlook express (c) Netscape (d) Eudora (e) Ximian September 11, 2003 Page 16

17 Where do s go? Shortly: to your accounts mail spool 1. disk space allocated for s 2. accessible through POP 3. /var/mail/jbollen 4. Flat ASCII file structure (a) parsing is done by POP or local client (b) Attachments? go there too: encoded BASE64 + Mine headers i. Content-type ii. Content-Transfer-Encoding iii. boundary delimiters (c) see: us/~neal/attachments.html September 11, 2003 Page 17

18 filtering One big inbox? 1. hundreds of messages can accumulate 2. need to organize (a) not part of protocols (b) mail spool is simple flat text file (c) Responsibility of client 3. Most clients can filter (a) Define set of filter rules on To:, From, etc fields (b) Depending on match, move message to separate folder 4. procmail (a) UNIX tool (b) independent from client (c) use script file: RE and actions September 11, 2003 Page 18

19 Mailing lists 1. is essentially a point-to-point system (a) Communication between two individuals (b) Set up to simulate regular mail 2. Need to broadcast messages (a) Group discussion (b) Announcements 3. Mailing lists (a) Managed by list owner (b) Subscription based (c) Messages are broadcast via mailing list server (d) Always check cc:!!! September 11, 2003 Page 19

Internet Technology. 03r. Application layer protocols: . Paul Krzyzanowski. Rutgers University. Spring 2016

Internet Technology. 03r. Application layer protocols:  . Paul Krzyzanowski. Rutgers University. Spring 2016 Internet Technology 03r. Application layer protocols: email Paul Krzyzanowski Rutgers University Spring 2016 1 Email: SMTP (Simple Mail Transfer Protocol) 2 Simple Mail Transfer Protocol (SMTP) Protocol

More information

WEBppliance for Windows User Administrator's Help

WEBppliance for Windows User Administrator's Help WEBppliance for Windows User Administrator's Help September 23, 2003 Contents About This Document...3 How to use this Help system...4 Getting started...6 What to do first... 6 Viewing your account settings...

More information

CS 43: Computer Networks. 12: and SMTP September 28, 2018

CS 43: Computer Networks. 12:  and SMTP September 28, 2018 CS 43: Computer Networks 12: Email and SMTP September 28, 2018 A. HTTP Mail s communicate using B. IMAP C. POP D. SMTP Lecture 12 - Slide 2 Mail s typically A. send messages directly from the sending s

More information

WWW: the http protocol

WWW: the http protocol Internet apps: their protocols and transport protocols Application e-mail remote terminal access Web file transfer streaming multimedia remote file Internet telephony Application layer protocol smtp [RFC

More information

Chapter 2 Application Layer

Chapter 2 Application Layer Chapter 2 Application Layer A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations;

More information

Web Mail Check v 1.0

Web Mail Check v 1.0 Web Mail Check v 1.0 TABLE OF CONTENTS LAUNCHING WEB MAIL CHECK... 3 HOME PAGE... 4 LOG IN... 4 LANGUAGE... 5 DIRECTIONS... 5 READING MESSAGES... 8 HEADERS... 10 PRINTER FRIENDLY VERSION... 11 REPLYING

More information

Additional laboratory

Additional laboratory Additional laboratory This is addicional laboratory session where you will get familiar with the working environment. Firstly, you will learn about the different servers present in the lab and how desktops

More information

Internet and Intranet Protocols and Applications

Internet and Intranet Protocols and Applications Internet and Intranet Protocols and Applications Lecture 4: General Characteristics of Internet Protocols; the Email Protocol February 10, 2004 Arthur Goldberg Computer Science Department New York University

More information

SMTP. George Porter CSE 124 February 12, 2015

SMTP. George Porter CSE 124 February 12, 2015 SMTP George Porter CSE 124 February 12, 2015 Homework 2 out Announcements Project 2 checkpoint due Tuesday Traditional Applications Two of the most popular The World Wide Web and Email. Broadly speaking,

More information

CSCE 463/612 Networks and Distributed Processing Spring 2018

CSCE 463/612 Networks and Distributed Processing Spring 2018 CSCE 463/612 Networks and Distributed Processing Spring 2018 Application Layer II Dmitri Loguinov Texas A&M University February 6, 2018 Original slides copyright 1996-2004 J.F Kurose and K.W. Ross 1 Chapter

More information

Outline. Tools

Outline.  Tools E-mail Tools 1 Outline Goals and Objectives Topics Headlines Introduction Communication Protocols Content, Attachments, and Etiquette Acronyms and Emoticons E-mail clients and Webbased E-mail Eudora Outlook

More information

(For Student Organizations) Copy Old s from CUHK Webmail after Switchover

(For Student Organizations) Copy Old  s from CUHK Webmail after Switchover (For Student Organizations) Copy Old Emails from CUHK Webmail to @Link after Switchover (This user guide is applicable to Outlook 2016, while there will be slight different for lower versions of Outlook.)

More information

Application: Electronic Mail

Application: Electronic Mail Content Application: Electronic Mail Linda Wu Email system model protocol MIME extensions Mail access protocols (CMPT 471 2003-3) Reference: chapter 27 Notes-19 CMPT 471 2003-3 2 Email System Model Client-

More information

CIT 470: Advanced Network and System Administration. Topics. Mail Policies.

CIT 470: Advanced Network and System Administration. Topics. Mail Policies. CIT 470: Advanced Network and System Administration E-mail CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Mail Policies 2. Anatomy of a Mail Message 3. Components of an E-mail System

More information

CSC 4900 Computer Networks:

CSC 4900 Computer Networks: CSC 4900 Computer Networks: Email Professor Henry Carter Fall 2017 Villanova University Department of Computing Sciences Review Last week we talked about design principles, and the application protocols

More information

700 Fox Glen Barrington, Illinois ph: [847] fx: [847] Webmail System User Guide

700 Fox Glen Barrington, Illinois ph: [847] fx: [847] Webmail System User Guide 700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com Webmail System User Guide Last Updated November 7, 2017 -2- Table of Contents Welcome

More information

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

Mail agents. Introduction to Internet Mail. Message format (1) Message format (2)

Mail agents. Introduction to Internet Mail. Message format (1) Message format (2) Introduction to Internet Mail Noah Sematimba Based on Materials by Philip Hazel. Mail agents MUA = Mail User Agent Interacts directly with the end user Pine, MH, Elm, mutt, mail, Eudora, Marcel, Mailstrom,

More information

Objectives. What Is and How Does It Work? Objectives. and How Does It Work? and How Does It Work?

Objectives. What Is  and How Does It Work? Objectives. and How Does It Work? and How Does It Work? Objectives E-MAIL BASICS Evaluating Integrated Browser E-Mail Programs and a Web-Based E-Mail Service New Perspectives on THE INTERNET Learn about e-mail and how it works Configure and use two popular

More information

(electronic mail) is the exchange of computer-stored messages by telecommunication.

(electronic mail) is the exchange of computer-stored messages by telecommunication. What is email? E-mail (electronic mail) is the exchange of computer-stored messages by telecommunication. E-mail is one of the protocols included with the Transport Control Protocol/Internet Protocol (TCP/IP)

More information

Lecture 6: Application Layer Web proxies, , and SMTP

Lecture 6: Application Layer Web proxies,  , and SMTP Lecture 6: Application Layer Web proxies, Email, and SMTP COMP 332, Spring 2018 Victoria Manfredi Acknowledgements: materials adapted from Computer Networking: A Top Down Approach 7 th edition: 1996-2016,

More information

Simple Network Management Protocol (SNMP)

Simple Network Management Protocol (SNMP) Announcements Project #5 extended until Dec. 10 Reading: 7.3, start 7.4 Midterm #2 last day to request re-grades Th in class HW#2 (due Tuesday Dec. 7) 1 Simple Network Management Protocol (SNMP) Managed

More information

The UH E Implementation Project

The UH  E Implementation Project The UH E-mailE Implementation Project Michael Hodges, System Services Role: Project Manager Naomi Okinaga, DLUS Role: Coordinator for Support Services Presentation Overview Vital Services and UH E-mailE

More information

Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts

Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts MAC1021 July 2004 Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts INTRODUCTION... 1 REQUIREMENTS... 2 ISSUES... 2 EUDORA MODES... 3 SPONSORED MODE... 3 PAID MODE... 3 LIGHT

More information

Electronic Mail Paradigm

Electronic Mail Paradigm Electronic Mail Paradigm E-mail uses the client-server model. E-mail was designed as an electronic extension of the old paper office memo. - A quick and easy means of low-overhead written communication.

More information

USING EUDORA WITH ENTERGROUP EUDORA

USING EUDORA WITH ENTERGROUP EUDORA USING EUDORA WITH ENTERGROUP In this tutorial you will learn how to use Eudora with your EnterGroup account. You will learn how to setup an IMAP or POP account, and also how to move your emails and contacts

More information

Getting Started With Outlook Express For Windows 2000/XP Author Marcie Matsuo Revised by Darren Kato

Getting Started With Outlook Express For Windows 2000/XP Author Marcie Matsuo Revised by Darren Kato WIN9X015 November 2005 Getting Started With Outlook Express For Windows 2000/XP Author Marcie Matsuo Revised by Darren Kato Introduction...1 What is Outlook Express...1 Requirements...2 Where do I get

More information

Internet Protocol Stack! Principles of Network Applications! Some Network Apps" (and Their Protocols)! Application-Layer Protocols! Our goals:!

Internet Protocol Stack! Principles of Network Applications! Some Network Apps (and Their Protocols)! Application-Layer Protocols! Our goals:! Internet Protocol Stack! Principles of Network Applications! application: supporting network applications!! HTTP,, FTP, etc.! transport: endhost-endhost data transfer!! TCP, UDP! network: routing of datagrams

More information

CompSci 356: Computer Network Architectures. Lecture 23: Application Layer Protocols Chapter 9.1. Xiaowei Yang

CompSci 356: Computer Network Architectures. Lecture 23: Application Layer Protocols Chapter 9.1. Xiaowei Yang CompSci 356: Computer Network Architectures Lecture 23: Application Layer Protocols Chapter 9.1 Xiaowei Yang xwy@cs.duke.edu The Internet Architecture Application layer Transport layer / Layer 4 Network

More information

Outlook 2010 Common Tasks

Outlook 2010 Common Tasks Outlook 2010 Common Tasks January 6, 2015 Table of Contents Creating a New Message... 2 Addressing the Message... 2 Using the Address Book... 2 Using the Check Names Icon... 5 Using AutoComplete... 7 Spell

More information

Accessing WebMail. Logging In. Check your Mail. Main Mail Screen. Reading Messages. Search. Sending a new message

Accessing WebMail. Logging In. Check your Mail. Main Mail Screen. Reading Messages. Search. Sending a new message WebMail Help User Manual Index Accessing WebMail Logging In Check your Mail Main Mail Screen Reading Messages Search Sending a new message Address book Spelling Attaching files Html Text Managing addresses

More information

Getting Started with Eudora For Windows 2000/XP Keith Roberts

Getting Started with Eudora For Windows 2000/XP Keith Roberts WIN1021 April 2004 Getting Started with Eudora 5.2.1 For Windows 2000/XP Keith Roberts Introduction... 1 POP and IMAP Servers... 2 Requirements... 2 Changes From Version 4.3.x... 3 Issues... 3 Where do

More information

Internet Technology 2/10/2016

Internet Technology 2/10/2016 Internet Technology 03r. Application layer protocols: email Email: (Simple Mail Transfer Protocol) Paul Krzyzanowski Rutgers University Spring 2016 1 2 Simple Mail Transfer Protocol () Protocol defined

More information

Getting Started with Eudora 6.2.x For Windows 2000/XP

Getting Started with Eudora 6.2.x For Windows 2000/XP WIN1021 October 2005 Getting Started with Eudora 6.2.x For Windows 2000/XP Introduction... 1 POP and IMAP Servers... 2 Requirements... 2 Changes From Version 5.2.x... 3 Issues... 3 Where do I get Eudora?...

More information

What is ? A method of composing, sending, and receiving messages over electronic communication systems. Internet addresses

What is  ? A method of composing, sending, and receiving messages over electronic communication systems. Internet  addresses Communication over the Internet E-mail MIME Newsgroup Netiquette Instant Messenger Internet Telephony What is e-mail? A method of composing, sending, and receiving messages over electronic communication

More information

Getting Started with Eudora 5.1 for Win95/98/ME/NT/2000

Getting Started with Eudora 5.1 for Win95/98/ME/NT/2000 WIN9X003 January 2002 Getting Started with Eudora 5.1 For Windows 95/98/ME/NT/2000 Author Teresa Sakata Revised by Wendy Kajiyama and Jocelyn Kasamoto Introduction... 1 POP and IMAP Servers...2 Requirements...

More information

Electronic Mail. Prof. Indranil Sen Gupta. Professor, Dept. of Computer Science & Engineering Indian Institute of Technology Kharagpur

Electronic Mail. Prof. Indranil Sen Gupta. Professor, Dept. of Computer Science & Engineering Indian Institute of Technology Kharagpur Electronic Mail Prof. Indranil Sen Gupta Professor, Dept. of Computer Science & Engineering Indian Institute of Technology Kharagpur 1 Introduction Most heavily used application on the Internet. Simple

More information

Additional VisNetic MailServer Documentation is available at:

Additional VisNetic MailServer Documentation is available at: VisNetic GroupWare User s Guide Additional VisNetic MailServer Documentation is available at: http://www.deerfield.com/support/visnetic-mailserver VisNetic MailServer is published by Deerfield.com 4241

More information

Lecture 25. Tuesday, November 21 CS 475 Networks - Lecture 25 1

Lecture 25. Tuesday, November 21 CS 475 Networks - Lecture 25 1 Lecture 25 Reminders: Homework 7 due today. Homework 8 posted. Due at the beginning of the last day of class for final exam review. Programming Project 6 posted. Final project worth double. Due by 4:30pm,

More information

How do I setup Outlook Express to get my s?

How do I setup Outlook Express to get my  s? How do I setup Outlook Express to get my e-mails? Before you set up a mail account in Outlook Espress you must first have your POP3 mailbox details provided to you by your Account Manager, this will be

More information

Office 365 User s Guide for Desktop. Office 365 User s Guide for Mobile

Office 365 User s Guide for Desktop. Office 365 User s Guide for Mobile Office 65 User s Guide - Page Office 65 User s Guide for Desktop Login to Employee s Account: https://portal.office.com Page Opening Employee s Email in Outlook Web for the st Time Page How to Remove Focused

More information

Kean University. System Guide. cougar.kean.edu. Your window to the world

Kean University.  System Guide. cougar.kean.edu.   Your window to the world Kean University E-Mail System Guide cougar.kean.edu www.kean.edu Your window to the world USING KEAN UNIVERSITY E-MAIL SYSTEM (COUGAR) This document is divided into three sections: Messenger Express Basics:

More information

Unit 7: Working with

Unit 7: Working with Unit 7: Working with Email Questions Covered What kinds of inbound and outbound email are possible in Agiloft? How do we configure the system to send outbound email and receive inbound email? Why set up

More information

CN Assignment I. 1. With an example explain how cookies are used in e-commerce application to improve the performance.

CN Assignment I. 1. With an example explain how cookies are used in e-commerce application to improve the performance. CN Assignment I 1. With an example explain how cookies are used in e-commerce application to improve the performance. In an e-commerce application, when the user sends a login form to the server, the server

More information

Changes Required for Outlook 2010 for PC

Changes Required for Outlook 2010 for PC E-mail Changes Required for Outlook 2010 for PC E-mail Changed required to be made on your designated Date and Time of Migration Change Incoming and Outgoing Mail Server Open Outlook 2010 and Select from

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Application Layer: Cookies, Web Caching, SMTP Sec 2.2.4-2.4 Prof. Lina Battestilli Fall 2017 Outline Application Layer (ch 2) 2.1 principles of network

More information

COSC 301 Network Management. Lecture 14: Electronic Mail

COSC 301 Network Management. Lecture 14: Electronic Mail COSC 301 Network Management Lecture 14: Electronic Mail Zhiyi Huang Computer Science, University of Otago COSC301 Lecture 14: Electronic Mail 1 Today s Focus Electronic Mail -- How does it work? -- How

More information

The Webmail Interface

The Webmail Interface The Webmail Interface Kerio Technologies C 1997-2002 Kerio Technologies. All Rights Reserved. Issue date: September 20, 2002 Contents 1 Webmail...................................................................

More information

Outlook Web Access Getting Started

Outlook Web Access Getting Started Getting Started Outlook Web Access Getting Started First, open up the web browser of your choice. Then, enter the following URL: http://mailserver.pts.edu Outlook Web Access Login To log in, you will simply

More information

Note: CONTENTS. 1. Outlook Express (IMAP) 2. Microsoft Outlook (IMAP) 3. Eudora (IMAP) 4. Thunderbird (IMAP) 5. Outlook Express (POP)

Note: CONTENTS. 1. Outlook Express (IMAP) 2. Microsoft Outlook (IMAP) 3. Eudora (IMAP) 4. Thunderbird (IMAP) 5. Outlook Express (POP) CONTENTS 1. Outlook Express (IMAP) 2. Microsoft Outlook (IMAP) 3. Eudora (IMAP) 4. Thunderbird (IMAP) 5. Outlook Express (POP) Note: Prior to configuring, please ensure that your ID is enabled for POP/IMAP.

More information

CLOUD MAIL End User Guide. (Version 1.0)

CLOUD MAIL End User Guide. (Version 1.0) End User Guide () Table of Contents 1. How to Activate New Account... 3 2. How to Compose a New Email Message... 5 3. How to View and Edit the Email Draft... 6 4. How to View Sent Email Messages... 6 5.

More information

The Application Layer

The Application Layer The Application Layer Subject Name: Fundamentals of Networking (FON) Subject Code: 640001 Domain Name System, Electronic Mail 21-Apr-12 Having finished all the preliminaries, we now come to the layer where

More information

Chapter 26 Remote Logging, Electronic Mail, and File Transfer 26.1

Chapter 26 Remote Logging, Electronic Mail, and File Transfer 26.1 Chapter 26 Remote Logging, Electronic Mail, and File Transfer 26.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 26-1 REMOTE LOGGING It would be impossible

More information

Electronic mail, usually called , consists of simple text messages a piece of text sent to a recipient via the internet.

Electronic mail, usually called  , consists of simple text messages a piece of text sent to a recipient via the internet. 1 Electronic Mail Electronic mail, usually called e-mail, consists of simple text messages a piece of text sent to a recipient via the internet. E-mail Clients To read e-mail, we use an e-mail client,

More information

How Internet Works

How Internet  Works How Internet Email Works Everything you never wanted to know about email but were afraid to ask... Dave O'Neill So, you use email...... but do you know how it works? If

More information

Mail Programs. Manual. Copyright Webland AG

Mail Programs. Manual. Copyright Webland AG Manual Copyright Webland AG Table of Contents Introduction E-Mail Account Server Information SSL Instructions Windows Mail Outlook Mobile Mozilla Thunderbird Apple / Mac Mail macos ios (ipad/iphone) Archive

More information

Objectives CINS/F1-01

Objectives CINS/F1-01 Email Security (1) Objectives Understand how e-mail systems operate over networks. Classify the threats to the security of e-mail. Study how S/MIME and PGP can be used to add security to e-mail systems.

More information

Basics BUPT/QMUL

Basics BUPT/QMUL Email Basics BUPT/QMUL 2014-04-28 Agenda Brief introduction to email Components of email system Email Standards Summary 2 Brief Introduction To Email 3 What is Email? Electronic Mail (email, e-mail) Provides

More information

Basics BUPT/QMUL

Basics BUPT/QMUL Email Basics BUPT/QMUL 2017-05-08 Agenda Brief introduction to email Components of email system Email Standards Summary 2 Brief Introduction To Email 3 What is Email? Electronic Mail (email, e-mail) Provides

More information

School Mail System. - Access through Outlook Web Access. User Guide FOR. Education Bureau (EDB)

School Mail System. - Access through Outlook Web Access. User Guide FOR. Education Bureau (EDB) School Mail System - Access through Outlook Web Access User Guide FOR Education Bureau (EDB) Version: 1.1 February 2008 The Government of the Hong Kong Special Administrative Region The contents of this

More information

Applications & Application-Layer Protocols: FTP and (SMTP & POP)

Applications & Application-Layer Protocols: FTP and  (SMTP & POP) COMP 431 Internet Services & Protocols Applications & Application-Layer Protocols: FTP and E ( & POP) Jasleen Kaur February 7, 2019 Application-Layer Protocols Outline Example client/ systems and their

More information

Computer Network 1 1

Computer Network 1 1 Computer Network 1 1 Chapter 10: Application Layer Advanced Principal Concepts Samples and Techniques Foundation Summary Question and Answer 2 Outline Application Layer There is a need for support protocols,

More information

Chapter 2: outline. 2.6 P2P applications 2.7 socket programming with UDP and TCP

Chapter 2: outline. 2.6 P2P applications 2.7 socket programming with UDP and TCP Chapter 2: outline 2.1 principles of network applications app architectures app requirements 2.2 Web and HTTP 2.3 FTP 2.4 electronic mail SMTP, POP3, IMAP 2.5 DNS 2.6 P2P applications 2.7 socket programming

More information

Introduction. Logging in. WebMail User Guide

Introduction. Logging in. WebMail User Guide Introduction modusmail s WebMail allows you to access and manage your email, quarantine contents and your mailbox settings through the Internet. This user guide will walk you through each of the tasks

More information

1. Launch your web browser. 2. Go to < Enter your address and Password as requested. Click on login.

1. Launch your web browser. 2. Go to <  Enter your  address and Password as requested. Click on login. 1. Launch your web browser. 2. Go to Enter your Email address and Password as requested. Click on login. 1. Enter your complete email address; i.e. johnsmith@

More information

Investigating . Tracing & Recovery

Investigating  . Tracing & Recovery Investigating Email Tracing & Recovery Overview Email has become a primary means of communication. Email can easily be forged. Email can be abused Spam Aid in committing a crime Threatening email, Email

More information

Binarytech Digital Education Karta Allahabad ( Notes)

Binarytech Digital Education Karta Allahabad ( Notes) 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

More information

M+NetMail Client User Guide

M+NetMail Client User Guide M+NetMail Client User Guide Trademarks...M+NetMail TM, MyRealBox Apple Inc....Safari Microsoft Corporation...Outlook Express Mozilla... Thunderbird Novell, Inc...GroupWise QUALCOMM... Eudora Copyright

More information

FTP. Mail. File Transfer Protocol (FTP) FTP commands, responses. Electronic Mail. TDTS06: Computer Networks

FTP. Mail. File Transfer Protocol (FTP) FTP commands, responses. Electronic Mail. TDTS06: Computer Networks TDTS0: Computer Networks Instructor: Niklas Carlsson Email: niklas.carlsson@liu.se FTP Notes derived from Computer Networking: A Top Down Approach, by Jim Kurose and Keith Ross, Addison-Wesley. The slides

More information

Electronic Mail

Electronic Mail Email Electronic Mail Electronic mail paradigm Most heavily used application on any network Electronic version of paper-based office memo Quick, low-overhead written communication Dates back to time-sharing

More information

ECE 435 Network Engineering Lecture 6

ECE 435 Network Engineering Lecture 6 ECE 435 Network Engineering Lecture 6 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 20 September 2018 HW#2 was due. Announcements HW#3 will be posted a bit different. Encryption

More information

Outlook Web Access and New Memo

Outlook Web Access and New Memo How do I get into my new email, Outlook Web Access? Open a browser and type in https://mail.buffaloschools.org/owa/. There is also a link on the Buffalo website. http://www.buffaloschools.org/instructionaltech.cfm

More information

Application Layer Chapter 2

Application Layer Chapter 2 Application Layer Chapter 2 Silvia Giordano SUPSI CH-6928 Manno silvia.giordano@supsi.ch http://www.supsi.ch SUPSI-DTI Silvia Giordano 10/06/2004 Application Layer 1 Chapter goals: learn about protocols

More information

Amazon WorkMail. User Guide Version 1.0

Amazon WorkMail. User Guide Version 1.0 Amazon WorkMail User Guide Amazon WorkMail: User Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

WEBppliance for Linux User Administrator's Help

WEBppliance for Linux User Administrator's Help WEBppliance for Linux User Administrator's Help Contents About This Document... i How to use this Help system... 1 Introduction to WEBppliance... 2 Getting started... 3 What to do first... 3 Viewing your

More information

Application Layer: OSI and TCP/IP Models

Application Layer: OSI and TCP/IP Models Application Layer Application Layer: OSI and TCP/IP Models The communication process between two communicating nodes is actually a communication process between two applications on these devices. Service

More information

Xplornet using Mozilla Thunderbird 52

Xplornet  using Mozilla Thunderbird 52 Xplornet Email using Mozilla Thunderbird 52 Adding a new email account 1. Click File, New, Existing Mail Account a. If you don t see the menu bar across the top in the Windows version, click on the Application

More information

Week 8: HyperText Transfer Protocol - Clients - HTML. Johan Bollen Old Dominion University Department of Computer Science

Week 8: HyperText Transfer Protocol - Clients - HTML. Johan Bollen Old Dominion University Department of Computer Science Week 8: HyperText Transfer Protocol - Clients - HTML Johan Bollen Old Dominion University Department of Computer Science jbollen@cs.odu.edu http://www.cs.odu.edu/ jbollen October 23, 2003 Page 1 MIDTERM

More information

is still the most used Internet app. According to some studies around 85% of Internet users still use for communication.

is still the most used Internet app. According to some studies around 85% of Internet users still use  for communication. 1 E-mail is still the most used Internet app. According to some studies around 85% of Internet users still use e-mail for communication. Electronic mail is a method to exchange digital messages from a

More information

SECTION 5 USING STUDENT

SECTION 5 USING STUDENT SECTION 5 USING STUDENT EMAIL 5. USING STUDENT EMAIL On enrolling at the University all students automatically have an email account created. Account creation depends on a student successfully enrolling

More information

Lecture 7 Application Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 7 Application Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 7 Application Layer Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Application-layer protocols Application: communicating, distributed processes running in network hosts

More information

Agenda. What is ? Brief Introduction To . History Of . Components Of System. Basics

Agenda. What is  ? Brief Introduction To  . History Of  . Components Of  System.  Basics Agenda Email Basics BUPT/QMUL 2012-04-09 Brief introduction to email Components of email system Email Standards Summary Refer to Chapter 27, textbook 2 Brief Introduction To Email 3 What is Email? Electronic

More information

User Roles & Adding Domains & Users

User Roles & Adding Domains & Users User Roles & Adding Domains & Users To Add a User to Match My Email: 1 Cloud Admin adds an email domain to which the User will be added, unless it already exists. By domain, we mean the email domain for

More information

Employing VisNetic MailServer Security Features

Employing VisNetic MailServer Security Features Employing VisNetic MailServer Security Features VisNetic MailServer p o w e r f u l email server VisNetic MailServer Security Features VisNetic MailServer includes a sophisticated and broad array of security

More information

Fig (1) sending and receiving s

Fig (1) sending and receiving  s Electronic Mail Protocols (SMTP, POP, IMAP) It is important to (1) distinguish the user interface (i.e., your mail reader) from the underlying message transfer protocols (such as SMTP, POP or IMAP), and

More information

Simple Network Management Protocol (SNMP)

Simple Network Management Protocol (SNMP) Announcements Project #5 extended until Dec. 10 Reading: 7.3, start 7.4 Midterm #2 last day to request re-grades Th in class HW#2 (due Tuesday Dec. 7) 1 Simple Network Management Protocol (SNMP) Managed

More information

Chapter 2: Application layer

Chapter 2: Application layer Chapter 2: Application layer 2.1 Principles of network applications 2.2 Web and HTTP 2.3 FTP 2.4 Electronic Mail SMTP, POP3, IMAP 2.5 DNS 2.6 P2P applications 2.7 Socket programming with TCP 2.8 Socket

More information

Outline. EEC-484/584 Computer Networks. Slow Start Algorithm. Internet Congestion Control Algorithm

Outline. EEC-484/584 Computer Networks. Slow Start Algorithm. Internet Congestion Control Algorithm EEC-484/584 Computer Networks Lecture 19 wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) Outline TCP slow start and congestion avoidance The

More information

Lab 3.4.3: Services and Protocols

Lab 3.4.3:  Services and Protocols Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1-ISP R2-Central S0/0/0 10.10.10.6 255.255.255.252 N/A Fa0/0 192.168.254.253 255.255.255.0 N/A S0/0/0 10.10.10.5

More information

Account Manually configure server settings or additional server types.

Account Manually configure server settings or additional server types. Here is a step by step example on how to set up Outlook 2010 for your email address. If you are using some other mail client, (ie. Outlook Express, Microsoft Mail) you can still use the information about

More information

MICROSOFT OUTLOOK 2003

MICROSOFT OUTLOOK 2003 MICROSOFT OUTLOOK 2003 Follow these steps to update an Outlook 2003 account to send and receive e-mail using CFU's new mail settings. Before you start, make sure your CFU e-mail password is at least eight

More information

CS 3516: Computer Networks

CS 3516: Computer Networks Welcome to CS 3516: Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: AK219 Fall 2018 A-term 1 Some slides are originally from the course materials of the textbook Computer

More information

Quick Start Guide for Windows

Quick Start Guide for Windows for Windows The Eudora 5.1 User Manual for Windows is on the Eudora CD included in the product box. If you prefer a printed and bound copy, you can purchase one from www.eudora.com or call 1-800-2-EUDORA

More information

Mail 5-1. Advanced Features Sending Messages Receiving/Opening Messages Managing/Using Messages

Mail 5-1. Advanced Features Sending Messages Receiving/Opening Messages Managing/Using Messages Overview... - Customizing Handset Address... -4 Setting PC Accounts... -4 Sending Messages... -6 Sending S!... -6 Sending SMS Messages... -7 Sending PC... -7 Attaching Files... -7 Saving Addresses to Blog/

More information

Adding Users to Existing Match My Account

Adding Users to Existing Match My  Account Adding Users to Existing Match My Email Account 1. Cloud Admin for Match My Email logs in at https://matchmyemail.com 2. Navigate to Settings > Domains & Users OR 3. Add Domain with following steps. If

More information

Match My . Set-Up Guide for Single Match version for all editions of Salesforce.com. Single Match Version 3.1.2

Match My  . Set-Up Guide for Single Match version for all editions of Salesforce.com. Single Match Version 3.1.2 Match My Email Set-Up Guide for Single Match version for all editions of Salesforce.com Single Match Version 3.1.2 Single Match Set-Up Guide RAE Internet Inc. 2014 1 Copyright 2011-2014, RAE Internet Inc.

More information

21.1 FTP. Connections

21.1 FTP. Connections 21.1 FTP File Transfer Protocol (FTP) is the standard mechanism provided by TCP/IP for copying a file from one host to another. Although transferring files from one system to another seems simple and straightforward,

More information

How to Use: Outlook Web Access (OWA)

How to Use: Outlook Web Access (OWA) How to Use: Outlook Web Access (OWA) All About Me Day April 19. 2012 What is Outlook Web App 2010? The Outlook Web App allows you to access your College e-mail and calendar from any computer that has Internet

More information

Networking. Layered Model. DoD Model. Application Layer. ISO/OSI Model

Networking. Layered Model. DoD Model. Application Layer. ISO/OSI Model Networking Networking is concerned with the physical topology of two or more communicating entities and the logical topology of data transmission. Layered Model Systems communicate over a shared communication

More information

Debian/GNU Linux Mailing

Debian/GNU Linux Mailing Debian/GNU Linux Mailing Overview of the Mailing Károly Erdei October 15, 2014 Károly Erdei Debian/GNU Linux Mailing 1/67 Agenda 1 Mailing 2 Protocols 3 SPAM 4 Antispam 5 Thunderbird 6 TB-Preferences 7

More information