-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
executable file
·105 lines (100 loc) · 3.75 KB
/
index.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>How The Internet Works</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<link rel="stylesheet" type="text/css" href="pages/css/styles.css"/>
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="content">
<h1 class="title">How The Internet Works</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">Week 1 - The Internet, The Web, Browsers and Search Engines</a></li>
<li><a href="#sec-2">Week 2 - Domain Names, IP Addresses and DNS</a></li>
<li><a href="#sec-3">Week 3 - Modeling a DNS</a></li>
<li><a href="#sec-4">Week 4 - Packets and Routers</a></li>
<li><a href="#sec-5">Week 5 - Modeling a Network</a></li>
</ul>
</div>
</div>
<div class=ribbon>
<a href="https://github.com/MarcScott/7-CS-Internet">Fork me on GitHub</a>
</div>
<div id="outline-container-sec-1" class="outline-2 link-heading">
<h2 id="sec-1"><a href="pages/1_Lesson.html">Week 1 - The Internet, The Web, Browsers and Search Engines</a></h2>
<div class="outline-text-2" id="text-1">
</div>
</div>
<div id="outline-container-sec-2" class="outline-2 link-heading">
<h2 id="sec-2"><a href="pages/2_Lesson.html">Week 2 - Domain Names, IP Addresses and DNS</a></h2>
<div class="outline-text-2" id="text-2">
</div>
</div>
<div id="outline-container-sec-3" class="outline-2 link-heading">
<h2 id="sec-3"><a href="pages/3_Lesson.html">Week 3 - Modeling a DNS</a></h2>
<div class="outline-text-2" id="text-3">
</div>
</div>
<div id="outline-container-sec-4" class="outline-2 link-heading">
<h2 id="sec-4"><a href="pages/4_Lesson.html">Week 4 - Packets and Routers</a></h2>
<div class="outline-text-2" id="text-4">
</div>
</div>
<div id="outline-container-sec-5" class="outline-2 link-heading">
<h2 id="sec-5"><a href="pages/5_Lesson.html">Week 5 - Modeling a Network</a></h2>
<div class="outline-text-2" id="text-5">
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="validation"></p>
</div>
</body>
</html>