summaryrefslogtreecommitdiff
path: root/content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit04/Section 1 Introduction to the Network Layer.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit04/Section 1 Introduction to the Network Layer.html')
-rw-r--r--content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit04/Section 1 Introduction to the Network Layer.html95
1 files changed, 95 insertions, 0 deletions
diff --git a/content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit04/Section 1 Introduction to the Network Layer.html b/content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit04/Section 1 Introduction to the Network Layer.html
new file mode 100644
index 0000000..eb70be4
--- /dev/null
+++ b/content/Content/03_StudyGuideActivitiesAndAssessments/03_Unit04/Section 1 Introduction to the Network Layer.html
@@ -0,0 +1,95 @@
+<!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 1: Introduction to the Network Layer</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>relate what the network layer is and what it does.</li>
+<li>explain data plane functions of the network layer.</li>
+<li>explain the various network service models that the network layer provides.</li>
+<li>explain the network service model’s relationship to the layers below and above it in the Internet protocol stack.</li>
+<li>explain why networks were divided into the data plane and the control plane.</li>
+<li>describe the differences between virtual-circuit networks and datagram networks.</li>
+</ol>
+<h2>Learning Tasks</h2>
+<p>Required</p>
+<ol>
+<li>Watch the <a href="03_Documents04/comp347u4s1.pdf?isCourseFile=true" target="_self">slideshow</a> for this section.</li>
+<li>Study Section 4.1, Overview of Network Layer, in the textbook.</li>
+</ol>
+<h2>Terms and Topics</h2>
+<div class="row">
+<div class="col-11">
+<p><strong>Section 1 – Introduction to the Network Layer </strong></p>
+</div>
+<div class="col-1"></div>
+</div>
+<div class="row">
+<div class="col-6">
+<p>Network layer<br>Host-to-host communication<br>IP forwarding<br>Data plane<br>Primary role of data plane in network layer<br>Primary role of control plane of network layer<br>Forwarding and routing<br>Forwarding table<br>Software-defined networking (SDN)<br>Link layer switches<br>Connection setup<br>Network layer service model<br>Network layer services<br>Guaranteed delivery<br>Guaranteed delivery with bounded delay</p>
+</div>
+<div class="col-6">
+<p>Origin of VC and datagram networks<br>What is inside a router?<br>In-order packet delivery<br>Guaranteed minimal bandwidth<br>Guaranteed maximum jitter<br>Security service<br>Best-effort service<br>ATM network architecture<br>Constant bit rate (CBR) network service<br>Available bit rate (ABR) ATM network service<br>Link-layer switches</p>
+</div>
+</div>
+<h2>Leading Questions</h2>
+<ol>
+<li>What services are provided by network layer protocols?</li>
+<li>What are the two important network-layer functions?</li>
+<li>What does forwarding do for a router?</li>
+<li>What does routing do for an interconnected network?</li>
+<li>For packets to be transported from a sending host to a receiving host, what important functions must be performed at the network layer?</li>
+<li>What is a network-service model?</li>
+<li>What are virtual circuits?</li>
+<li>What is the virtual-circuit network service model?</li>
+<li>What are the three identifiable phases in a virtual circuit?</li>
+<li>What is the datagram network service model?</li>
+<li>What is the constant bit rate (CBR) network service model for ATM networks?</li>
+<li>What is the unspecified bit rate (UBR) network service model for ATM networks?</li>
+<li>What is the variable bit rate (VBR) network service model for ATM networks?</li>
+<li>What are the origins of the datagram and virtual-circuit service models?</li>
+<li>What functions does an input port on a router perform?</li>
+<li>In detail, what does the switching fabric do in a router?</li>
+<li>How does switching via memory work?</li>
+<li>How does switching via a bus work?</li>
+<li>How does stitching via an interconnection network work?</li>
+<li>What does an output port on a router do?</li>
+<li>What does the router processor do for a router?</li>
+<li>What is an SDN router?</li>
+<li>Destination-based forwarding is easy to understand. What is the rationale for generalized forwarding on a router?</li>
+<li>What critical questions do router and switch designers face?</li>
+<li>What is <em>prefix matching</em> in the context of looking up a forwarding table to decide the destination of a packet? What is the longest prefix matching rule?</li>
+<li>Where does queuing occur inside a router?</li>
+<li>When does packet-loss occur in a router?</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