diff options
Diffstat (limited to 'content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit02/Section 3 Electronic Mail in the Internet.html')
| -rw-r--r-- | content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit02/Section 3 Electronic Mail in the Internet.html | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit02/Section 3 Electronic Mail in the Internet.html b/content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit02/Section 3 Electronic Mail in the Internet.html new file mode 100644 index 0000000..45ca24a --- /dev/null +++ b/content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit02/Section 3 Electronic Mail in the Internet.html @@ -0,0 +1,76 @@ +<!DOCTYPE html> +<html lang="en"><head> + <!-- Required meta tags --> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + + <!-- Bootstrap CSS --> + <link rel="stylesheet" href="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/thirdpartylib/bootstrap-4.3.1/css/bootstrap.min.css"> + <!-- Font Awesome CSS --> + <link rel="stylesheet" href="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/thirdpartylib/fontawesome-free-5.9.0-web/css/all.min.css"> + <!-- Template CSS --> + <link rel="stylesheet" href="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/css/styles.min.css"> + <link rel="stylesheet" href="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/css/custom.css"> + <title>Section 3: Electronic Mail in the Internet</title> +</head><body><div class="container-fluid"> +<div class="row"> +<div class="offset-sm-1 col-sm-10"> +<h2>Learning Objectives</h2> +<p>After successfully completing this section, you should be able to</p> +<ol> +<li>explain application protocols for email.</li> +<li>describe how email systems work.</li> +</ol> +<h2>Learning Tasks</h2> +<p>Required:</p> +<ol> +<li>Watch the <a href="03_Documents02/comp347u2s3.pdf?isCourseFile=true" target="_self">slideshow</a> for this section.</li> +<li>Study Section 2.3, Electronic Mail in the Internet, in the textbook.</li> +<li>Search the Internet for <em>electronic mail</em>. Select the two most interesting articles, read them, and post the links to the course forum along with your commentary.</li> +</ol> +<h2>Terms and Topics</h2> +<div class="row"> +<div class="col-11"> +<p><strong>Section 3 – Electronic Mail in the Internet </strong></p> +</div> +<div class="col-1"></div> +</div> +<div class="row"> +<div class="col-6"> +<p><strong>Electronic Mail (email)</strong><br>Internet email system<br>User agents<br>Mail servers<br>SMTP<br>Mailbox<br>Web-based email<br>Message queue<br>Basic operation of SMTP<br>Dialog with SMTP<br>Pull protocol<br>Push protocol<br>Mail message formats</p> +</div> +<div class="col-6"> +<p>Mail access protocols<br>POP and POP3<br>IMAP</p> +</div> +</div> +<h2>Leading Questions</h2> +<ol> +<li>What are the differences between POP and IMAP?</li> +<li>What are user agents and mail servers in electronic mail respectively?</li> +<li>What does the Simple Mail Transfer Protocol (SMTP) do?</li> +<li>What are the basic operations of SMTP?</li> +<li>Why does SMTP need a message queue?</li> +<li>How would you compare SMTP with HTTP?</li> +<li>What formats might a mail message have?</li> +<li>What are mail access protocols? How do they differ from a mail transfer protocol, such as SMTP?</li> +<li>What does Post Office Protocol version 3 (POP3) do?</li> +<li>What does IMAP protocol do?</li> +<li>What are the differences between POP3 and IMAP?</li> +</ol> +</div> +<div class="col-12"><footer><!-- <p>© [Client] [Year]</p> --> <!-- <p><img src="/shared/LCS_HTML_Templates/Athabasca_Template_2021/_assets/img/logo.png" alt="logo"></p> --></footer></div> +</div> +</div> +<p> +<script src="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/thirdpartylib/jquery/jquery-3.4.1.min.js"> + </script> +<script src="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/thirdpartylib/popper-js/popper.min.js"> + </script> +<script src="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/thirdpartylib/bootstrap-4.3.1/js/bootstrap.min.js"> + </script> +</p> +<!-- Template JavaScript --> +<p> +<script src="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/js/scripts.min.js"></script> +<script src="/shared/LCS_HTML_Templates/Athabasca_Template_2021/Template_Files/sample_pages/../../_assets/js/custom.js"></script> +</p></body></html>
\ No newline at end of file |
