2020-03-31 16:45:50 +00:00
<!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 >
2020-04-17 07:37:32 +00:00
< base target = "_self" >
2020-03-31 16:45:50 +00:00
< title > Evolution of The Internet: Z14IT-Internet Fundamentals< / title >
< / head >
< body >
2020-04-16 20:44:32 +00:00
< header >
2020-04-17 07:30:14 +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" >
< nav class = "navBar" id = "navBar" >
< a href = "../../home.html" > Home< / a >
< a class = "active" href = "../../evolution_of_the_internet/eoti.html" > Evolution of The Internet< / a >
2020-04-16 20:44:32 +00:00
< div class = "dropDown" >
< button class = "networkDropBtn" onclick = "networkDrop()" > Networking< / button >
< div class = "networkDrop-content" id = "networkDrop" >
2020-04-17 07:30:14 +00:00
< a href = "../../networking/networking.html" > Fundamentals< / a >
< a href = "../../internet_protocol/internet_protocol.html" > Internet Protocol< / a >
< a href = "../../osi_model/osi_model.html" > OSI Model< / a >
2020-04-16 20:44:32 +00:00
< / 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 >
2020-04-17 07:30:14 +00:00
< a href = "../../about/about.html" > About< / a >
< / nav >
2020-04-16 20:44:32 +00:00
< / header >
< h1 > Timeline of The Evolution of the Internet from 1960-2020< / h1 >
< details >
2020-04-16 20:54:43 +00:00
< summary onmouseover = "this.click()" onmouseout = "this.click()" > 1960< / summary >
2020-04-16 20:44:32 +00:00
< p > < / p >
< / details >
2020-04-17 15:15:50 +00:00
< details >
< summary onmouseover = "this.click()" onmouseout = "this.click()" > 1970< / summary >
< p > Originally created for < abbr title = "The Defense Advanced Projects Agency" > DARPA< / abbr > , IPv4 was used for The < abbr title = "Advanced Research Projects Agency Network" > ARPAnet< / abbr > whichlater became the internet as we know it today. < / p >
< / details >
2020-04-17 16:13:42 +00:00
< details >
< summary onmouseover = "this.click()" onmouseout = "this.click()" > 1980< / summary >
< a href = "../../internet_protocol.html" > < abbr title = "Simple Network Managment Protocol" > SNMP< / abbr > < / a >
< / details >
2020-04-17 15:15:50 +00:00
< details >
< summary onmouseover = "this.click()" onmouseout = "this.click()" > 1990< / summary >
< a href = "../../internet_protocol.html" > < abbr title = "File Transfer Protocol over Secure Sockets Layer" > FTP/S< / abbr > < / a >
< / details >
2020-04-17 06:39:02 +00:00
< details >
< summary onmouseover = "this.click()" onmouseout = "this.click()" > 2020< / summary >
< p > < / p >
< / details >
2020-04-16 20:44:32 +00:00
< footer >
< div class = "footer" >
2020-04-16 20:49:52 +00:00
< a class = "about" href = "../../../about/about.html" > About the Website< / a > < br >
2020-04-16 20:44:32 +00:00
< a href = "../../sitewide_assets/bibliography.pdf" download = "KILLEN_Joshua_Bibliography" target = "_blank" > Bibliography< / a > < br >
2020-04-17 08:52:18 +00:00
< a class = "contact" href = "../../../about/about.html" > Contact Us< / a > < br >
2020-04-16 20:44:32 +00:00
< a class = "sitemap" href = "" > Sitemap< / a >
< / div >
< / footer >
2020-03-31 16:45:50 +00:00
< / body >
< / html >