blob: 7cc19ced00092094b3b167c0daf03bff08f65fd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<!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 2: Routers</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 what routers are and why they are very important for the Internet to work.</li>
<li>describe the structure of routers.</li>
<li>explain how routers work.</li>
</ol>
<h2>Learning Tasks</h2>
<p>Required</p>
<ol>
<li>Watch the <a href="03_Documents04/comp347u4s2.pdf?isCourseFile=true" target="_self">slideshow</a> for this section.</li>
<li>Study Section 4.2, What’s Inside a Router?, in the textbook.</li>
</ol>
<p>Suggested:</p>
<ol>
<li>Search the Internet for tutorials about routers. Choose two tutorials to study and post the links to the course forum with your comments.</li>
</ol>
<h2>Terms and Topics</h2>
<div class="row">
<div class="col-11">
<p><strong>Section 2 – Routers</strong></p>
</div>
<div class="col-1"></div>
</div>
<div class="row">
<div class="col-6">
<p>Default router<br>First-hope router<br>Source router<br>Destination router<br>Graph<br>Input port<br>Output port<br>Routing processor<br>Routing table vs. forwarding table<br>Switch fabric<br>Routing processor<br>Area border routers<br>SDN router<br>Edge router<br>Destination-based forwarding<br>Generalized forwarding</p>
</div>
<div class="col-6">
<p>Router forwarding plane<br>Router control plane<br>Switching techniques<br>Switching via memory<br>Switching via buses<br>Switching via interconnection networks<br>Packet loss at input ports<br>Packet loss at output ports<br>Packet scheduler<br>First-come-first-served (FCFS)<br>Weighted fair queuing (WFQ)<br>Quality of service guarantees<br>Drop-tail policy<br>Active queuing management (AQM)<br>Random early detection (RED)<br>Head-of-the-line (HOL) blocking in an input-queued switch<br>Routing control plane architectures and techniques</p>
</div>
</div>
<h2>Leading Questions</h2>
<ol>
<li>What is a router?</li>
<li>What are routers used for?</li>
<li>What is inside a router?</li>
<li>What do the input ports do?</li>
<li>How does the switching fabric work inside a router?</li>
<li>What are the three different switching techniques? How does each of these techniques work?</li>
<li>What do the output ports do?</li>
<li>Where does queuing occur in a router? How do routing protocols deal with packet queuing?</li>
<li>What is a gateway router?</li>
<li>What are the fundamental differences between a router and link-layer switch?</li>
<li>What is the intra-autonomous routing protocol?</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>
|