v1.2
This commit is contained in:
parent
8dd5e4f137
commit
f231219b12
|
|
@ -1,2 +0,0 @@
|
||||||
# Auto detect text files and perform LF normalization
|
|
||||||
* text=auto
|
|
||||||
|
|
@ -0,0 +1,70 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="about_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>About: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../home/home.html">Home</a>
|
||||||
|
<a href="../../evolution_of_the_internet/EOTI.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../networking/osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../networking/routing/routing.html">Routing</a>
|
||||||
|
<a href="../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../networking/ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../networking/ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../networking/tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../networking/udp/udp.html">UDP</a>
|
||||||
|
<a href="../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../networking/dns/dns.html">DNS</a>
|
||||||
|
<a href="../../networking/dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../contact/Contact.html">Contact</a>
|
||||||
|
<a class="active" href="../About.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="about.css" type="text/css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1><u>About</u></h1>
|
||||||
|
<div class="aboutSite">
|
||||||
|
<h2>The Website</h2>
|
||||||
|
<p> </p>
|
||||||
|
</div>
|
||||||
|
<div class="aboutUni">
|
||||||
|
<h2>The University</h2>
|
||||||
|
</div>
|
||||||
|
<div class="aboutMe">
|
||||||
|
<h2>Me</h2>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
h1 {
|
||||||
|
padding-top: 25px;
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="contact_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Contact: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../home/home.html">Home</a>
|
||||||
|
<a href="../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../networking/osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../networking/routing/routing.html">Routing</a>
|
||||||
|
<a href="../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../networking/ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../networking/ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../networking/tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../networking/udp/udp.html">UDP</a>
|
||||||
|
<a href="../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../networking/dns/dns.html">DNS</a>
|
||||||
|
<a href="../../networking/dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a class="active" href="../contact.html">Contact</a>
|
||||||
|
<a target="_self" href="../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="eoti_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Evolution of The Internet: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../home/home.html">Home</a>
|
||||||
|
<a class="active" href="../eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../networking/osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../networking/routing/routing.html">Routing</a>
|
||||||
|
<a href="../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../networking/ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../networking/ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../networking/tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../networking/udp/udp.html">UDP</a>
|
||||||
|
<a href="../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../networking/dns/dns.html">DNS</a>
|
||||||
|
<a href="../../networking/dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="">Contact</a>
|
||||||
|
<a href="">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="home_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Home: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a class="active" href="../home.html">Home</a>
|
||||||
|
<a href="../../evolution_of_the_internet/EOTI.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../networking/osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../networking/routing/routing.html">Routing</a>
|
||||||
|
<a href="../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../networking/ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../networking/ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../networking/tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../networking/udp/udp.html">UDP</a>
|
||||||
|
<a href="../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../networking/dns/dns.html">DNS</a>
|
||||||
|
<a href="../../networking/dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../contact/Contact.html">Contact</a>
|
||||||
|
<a href="../../about/About.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="invisiblewall"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
.invisiblewall {
|
||||||
|
display: none;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
@ -1,56 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
|
||||||
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
|
||||||
<meta name="author" content="Joshua Killen">
|
|
||||||
<meta http-equiv="refresh" content="60">
|
|
||||||
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../head_assets/main.css" type="text/css">
|
|
||||||
<link rel="stylesheet" href="../head_assets/navbar.css" type="text/css">
|
|
||||||
<script type="text/javascript" src="../head_assets/navBar.js"></script>
|
|
||||||
|
|
||||||
<base href="homepage/assets/" target ="_blank">
|
|
||||||
|
|
||||||
<title>Z14IT-Internet Fundamentals</title>
|
|
||||||
|
|
||||||
<div class="navBar" id="navBar">
|
|
||||||
<a class="active" href="">Home</a>
|
|
||||||
<a href="">Evolution of The Internet</a>
|
|
||||||
<div class="dropDown">
|
|
||||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
|
||||||
<div class="networkDrop-content" id="networkDrop">
|
|
||||||
<a href="">OSI Model</a>
|
|
||||||
<a href="">Routing</a>
|
|
||||||
<a href="">Internet Protocols</a>
|
|
||||||
<a href="">IPv4</a>
|
|
||||||
<a href="">IPv6</a>
|
|
||||||
<a href="">TCP</a>
|
|
||||||
<a href="">UDP</a>
|
|
||||||
<a href="">Internet Name Resolution</a>
|
|
||||||
<a href="">PoP</a>
|
|
||||||
<a href="">DNS</a>
|
|
||||||
<a href="">DCHP</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="dropDown">
|
|
||||||
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
|
||||||
<div class="webDrop-content" id="webDrop">
|
|
||||||
<a href="">HTML</a>
|
|
||||||
<a href="">CSS</a>
|
|
||||||
<a href="">JavaScript</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="">Contact</a>
|
|
||||||
<a href="">About</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<h1>Internet Fundamentals</h1>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
30
main.css
30
main.css
|
|
@ -1,3 +1,31 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: "Neon80";
|
||||||
|
src: url(sitewide_assets/fonts/neon80/neon.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Arvo";
|
||||||
|
src: url(sitewide_assets/fonts/arvo/arvo-regular.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #404040;
|
||||||
|
font-family: arvo;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: aqua
|
font-family: neon80;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-family: neon80;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uniLogo {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-DCHP: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a class="active" href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a class="active" href="../dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-DNS: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a class="active" href="../dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-Internet Name Resolution: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a class="active" href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a class="active" href="../inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-Internet Protocols: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a class="active" href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a class="active" href="../ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-IPv4: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a class="active" href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a class="active" href="../ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-IPv6: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a class="active" href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a class="active" href="../ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-OSI Model: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-PoP: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a class="active" href="../pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,57 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-Routing: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a class="active" href="../routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,57 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-TCP: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a class="active" href="../tcp.html">TCP</a>
|
||||||
|
<a href="../../udp/udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dhcp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="dchp_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Networking-UDP: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="../../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../routing/routing.html">Routing</a>
|
||||||
|
<a href="../../internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../tcp/tcp.html">TCP</a>
|
||||||
|
<a class="active" href="../udp.html">UDP</a>
|
||||||
|
<a href="../../internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../dns/dns.html">DNS</a>
|
||||||
|
<a href="../../dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../../website_design/html/html.html">HTML</a>
|
||||||
|
<a href="../../../website_design/css/css.html">CSS</a>
|
||||||
|
<a href="../../../website_design/javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="../../../contact/contact.html">Contact</a>
|
||||||
|
<a href="../../../about/about.html">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,93 @@
|
||||||
|
Copyright (c) 2010-2013, Anton Koovit (anton@korkork.com), with Reserved Font Name 'Arvo'
|
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||||
|
This license is copied below, and is also available with a FAQ at:
|
||||||
|
http://scripts.sil.org/OFL
|
||||||
|
|
||||||
|
|
||||||
|
-----------------------------------------------------------
|
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||||
|
-----------------------------------------------------------
|
||||||
|
|
||||||
|
PREAMBLE
|
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||||
|
development of collaborative font projects, to support the font creation
|
||||||
|
efforts of academic and linguistic communities, and to provide a free and
|
||||||
|
open framework in which fonts may be shared and improved in partnership
|
||||||
|
with others.
|
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and
|
||||||
|
redistributed freely as long as they are not sold by themselves. The
|
||||||
|
fonts, including any derivative works, can be bundled, embedded,
|
||||||
|
redistributed and/or sold with any software provided that any reserved
|
||||||
|
names are not used by derivative works. The fonts and derivatives,
|
||||||
|
however, cannot be released under any other type of license. The
|
||||||
|
requirement for fonts to remain under this license does not apply
|
||||||
|
to any document created using the fonts or their derivatives.
|
||||||
|
|
||||||
|
DEFINITIONS
|
||||||
|
"Font Software" refers to the set of files released by the Copyright
|
||||||
|
Holder(s) under this license and clearly marked as such. This may
|
||||||
|
include source files, build scripts and documentation.
|
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the
|
||||||
|
copyright statement(s).
|
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as
|
||||||
|
distributed by the Copyright Holder(s).
|
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||||
|
or substituting -- in part or in whole -- any of the components of the
|
||||||
|
Original Version, by changing formats or by porting the Font Software to a
|
||||||
|
new environment.
|
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical
|
||||||
|
writer or other person who contributed to the Font Software.
|
||||||
|
|
||||||
|
PERMISSION & CONDITIONS
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||||
|
redistribute, and sell modified and unmodified copies of the Font
|
||||||
|
Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components,
|
||||||
|
in Original or Modified Versions, may be sold by itself.
|
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled,
|
||||||
|
redistributed and/or sold with any software, provided that each copy
|
||||||
|
contains the above copyright notice and this license. These can be
|
||||||
|
included either as stand-alone text files, human-readable headers or
|
||||||
|
in the appropriate machine-readable metadata fields within text or
|
||||||
|
binary files as long as those fields can be easily viewed by the user.
|
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font
|
||||||
|
Name(s) unless explicit written permission is granted by the corresponding
|
||||||
|
Copyright Holder. This restriction only applies to the primary font name as
|
||||||
|
presented to the users.
|
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||||
|
Software shall not be used to promote, endorse or advertise any
|
||||||
|
Modified Version, except to acknowledge the contribution(s) of the
|
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||||
|
permission.
|
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole,
|
||||||
|
must be distributed entirely under this license, and must not be
|
||||||
|
distributed under any other license. The requirement for fonts to
|
||||||
|
remain under this license does not apply to any document created
|
||||||
|
using the Font Software.
|
||||||
|
|
||||||
|
TERMINATION
|
||||||
|
This license becomes null and void if any of the above conditions are
|
||||||
|
not met.
|
||||||
|
|
||||||
|
DISCLAIMER
|
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
|
|
@ -1,8 +1,8 @@
|
||||||
/*color for inactive tabs*/
|
/*color for inactive tabs*/
|
||||||
.navBar {
|
.navBar {
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: Arial;
|
font-family: neon80;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the text*/
|
/* Style the text*/
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../head_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../head_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="css_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Web Design-CSS: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../../networking/osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../../networking/routing/routing.html">Routing</a>
|
||||||
|
<a href="../../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../../networking/ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../../networking/ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../../networking/tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../../networking/udp/udp.html">UDP</a>
|
||||||
|
<a href="../../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../../networking/dns/dns.html">DNS</a>
|
||||||
|
<a href="../../../networking/dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../html/html.html">HTML</a>
|
||||||
|
<a class="active" href="../css.html">CSS</a>
|
||||||
|
<a href=".././javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="">Contact</a>
|
||||||
|
<a href="">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../head_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../head_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="css_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Web Design-HTML: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../../networking/osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../../networking/routing/routing.html">Routing</a>
|
||||||
|
<a href="../../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../../networking/ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../../networking/ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../../networking/tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../../networking/udp/udp.html">UDP</a>
|
||||||
|
<a href="../../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../../networking/dns/dns.html">DNS</a>
|
||||||
|
<a href="../../../networking/dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a class="active" href="../html.html">HTML</a>
|
||||||
|
<a href="../../css/css.html">CSS</a>
|
||||||
|
<a href="../../javascript/javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="">Contact</a>
|
||||||
|
<a href="">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,58 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="keywords" content="Internet Fundamentals, Networking, Web Design, University, Coventry, CUC, 2020, CW2">
|
||||||
|
<meta name="description" content="An accessible, online resource for learning the fundamentals of the internet, web design, and networking. This was created for coursework for unit Z14IT 2020 by Joshua Killen Student ID: 9449871">
|
||||||
|
<meta name="author" content="Joshua Killen">
|
||||||
|
<meta http-equiv="refresh" content="60">
|
||||||
|
<meta name="viewport" content="width=device-width, initial=scale=1.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="../../head_assets/navbar/navbar.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../head_assets/navbar/navbar.js"></script>
|
||||||
|
|
||||||
|
<base href="css_assets/" target ="_self">
|
||||||
|
|
||||||
|
<title>Web Design-JavaScript: Z14IT-Internet Fundamentals</title>
|
||||||
|
<img src="../../sitewide_assets/logo.gif" alt="JKLearns">
|
||||||
|
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59" align="right">
|
||||||
|
|
||||||
|
<div class="navBar" id="navBar">
|
||||||
|
<a href="../../../home/home.html">Home</a>
|
||||||
|
<a href="">Evolution of The Internet</a>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||||
|
<div class="networkDrop-content" id="networkDrop">
|
||||||
|
<a href="../../../networking/osi_model/osi_model.html">OSI Model</a>
|
||||||
|
<a href="../../../networking/routing/routing.html">Routing</a>
|
||||||
|
<a href="../../../networking/internet_protocols/ip.html">Internet Protocols</a>
|
||||||
|
<a href="../../../networking/ipv4/ipv4.html">IPv4</a>
|
||||||
|
<a href="../../../networking/ipv6/ipv6.html">IPv6</a>
|
||||||
|
<a href="../../../networking/tcp/tcp.html">TCP</a>
|
||||||
|
<a href="../../../networking/udp/udp.html">UDP</a>
|
||||||
|
<a href="../../../networking/internet_name_resolution/inr.html">Internet Name Resolution</a>
|
||||||
|
<a href="../../../networking/pop/pop.html">PoP</a>
|
||||||
|
<a href="../../../networking/dns/dns.html">DNS</a>
|
||||||
|
<a href="../../../networking/dchp/dchp.html">DCHP</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="dropDown">
|
||||||
|
<button class="webDropBtn" onclick="webDrop()">Web Design</button>
|
||||||
|
<div class="webDrop-content" id="webDrop">
|
||||||
|
<a href="../../html/html.html">HTML</a>
|
||||||
|
<a href="../../css/css.html">CSS</a>
|
||||||
|
<a class="active" href="../javascript.html">JavaScript</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="">Contact</a>
|
||||||
|
<a href="">About</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Internet Fundamentals</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue