2020-03-31 16:45:50 +00:00
<!DOCTYPE html>
2020-04-12 13:26:20 +00:00
< html lang = "en" >
< head >
2020-03-31 16:45:50 +00:00
< 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" >
2020-04-12 13:45:25 +00:00
< base target = "_self" >
2020-04-12 13:26:20 +00:00
2020-04-17 06:40:23 +00:00
< link rel = "stylesheet" href = "../../main.css" type = "text/css" >
< link rel = "stylesheet" href = "../../sitewide_assets/navbar/navbar.css" type = "text/css" >
2020-04-17 06:39:02 +00:00
< link rel = "stylesheet" href = "osi_model_assets/networking.css" type = "text/css" >
2020-04-17 06:40:23 +00:00
< script src = "../../sitewide_assets/navbar/navbar.js" > < / script >
2020-03-31 16:45:50 +00:00
2020-04-17 07:09:03 +00:00
< title > Networking-Fundamentals: Z14IT-Internet Fundamentals< / title >
2020-04-12 13:26:20 +00:00
< / head >
< body >
< header >
2020-04-17 06:40:23 +00:00
< img src = "../../sitewide_assets/logo.gif" alt = "JKLearns" >
< img class = "uniLogo" src = "../../sitewide_assets/cuc_logo.png" alt = "CU Coventry" width = "259" height = "59" >
2020-04-16 18:32:24 +00:00
2020-04-17 07:09:03 +00:00
< nav class = "navBar" id = "navBar" >
2020-04-17 07:30:14 +00:00
< a href = "../../home.html" > Home< / a >
2020-04-17 06:40:23 +00:00
< a href = "../../evolution_of_the_internet/eoti.html" > Evolution of The Internet< / a >
2020-04-17 06:55:07 +00:00
< div class = "dropDown" >
< button class = "networkDropBtn" onclick = "networkDrop()" > Networking< / button >
< div class = "networkDrop-content" id = "networkDrop" >
2020-04-17 07:09:03 +00:00
< a class = "active" href = "../../networking/networking.html" > Fundamentals< / a >
2020-04-17 06:55:07 +00:00
< a href = "../../internet_protocol/internet_protocol.html" > Internet Protocol< / a >
2020-04-17 07:09:03 +00:00
< a href = "../../osi_model/osi_model.html" > OSI Model< / a >
2020-04-17 06:55:07 +00:00
< / div >
< / div >
2020-04-12 13:26:20 +00:00
< div class = "dropDown" >
< button class = "webDropBtn" onclick = "webDrop()" > Web Design< / button >
< div class = "webDrop-content" id = "webDrop" >
2020-04-17 06:40:23 +00:00
< 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 >
2020-04-12 13:26:20 +00:00
< / div >
2020-03-31 16:45:50 +00:00
< / div >
2020-04-17 06:40:23 +00:00
< a href = "../../contact/contact.html" > Contact< / a >
< a href = "../../about/about.html" > About< / a >
2020-04-17 07:09:03 +00:00
< / nav >
2020-04-12 13:26:20 +00:00
< / header >
2020-04-17 07:09:03 +00:00
< h1 > Networking Fundamentals< / h1 >
< article >
< details class = "networkContainer" open >
< summary class = "networkTitle" > IPv4< / summary >
< p class = "networkContent" > gang< / p >
< / details >
< / article >
< article >
< details class = "networkContainer" open >
< summary class = "networkTitle" > IPv6< / summary >
< p class = "networkContent" > gang< / p >
< / details >
< / article >
< article >
< details class = "networkContainer" open >
< summary class = "networkTitle" > TCP< / summary >
< p class = "networkContent" > gang< / p >
< / details >
< / article >
< article >
< details class = "networkContainer" open >
< summary class = "networkTitle" > UDP< / summary >
< p class = "networkContent" > gang< / p >
< / details >
< / article >
< article >
< details class = "networkContainer" open >
< summary class = "networkTitle" > Internet Name Resolution< / summary >
< p class = "networkContent" > gang< / p >
< / details >
< / article >
< article >
< details class = "networkContainer" open >
< summary class = "networkTitle" > < abbr title = "Points of Presence" > PoP< / abbr > < / summary >
< p class = "networkContent" > gang< / p >
< / details >
< / article >
< article >
< details class = "networkContainer" open >
< summary class = "networkTitle" > DNS< / summary >
< p class = "networkContent" > gang< / p >
< / details >
< / article >
< article >
< details class = "networkContainer" open >
< summary class = "networkTitle" > DHCP< / summary >
< p class = "networkContent" > gang< / p >
< / details >
< / article >
2020-04-17 06:39:02 +00:00
2020-04-17 06:40:23 +00:00
< article >
2020-04-17 07:09:03 +00:00
< details class = "networkContainer" open >
< summary class = "networkTitle" > Routing< / summary >
< p class = "networkContent" > gang< / p >
2020-04-17 06:40:23 +00:00
< / details >
< / article >
2020-04-12 13:26:20 +00:00
< footer >
2020-04-16 17:24:33 +00:00
< div class = "footer" >
2020-04-17 06:40:23 +00:00
< a class = "about" href = "../../../about/about.html" > About the Website< / a > < br >
< a href = "../../sitewide_assets/bibliography.pdf" download = "KILLEN_Joshua_Bibliography" target = "_blank" > Bibliography< / a > < br >
< a class = "contact" href = "../../../contact/contact.html" > Contact Us< / a > < br >
2020-04-16 17:24:33 +00:00
< a class = "sitemap" href = "" > Sitemap< / a >
2020-04-02 12:49:13 +00:00
< / div >
2020-04-12 13:26:20 +00:00
< / footer >
2020-03-31 16:45:50 +00:00
< / body >
< / html >