Compare commits

..

10 Commits

Author SHA1 Message Date
Joshua Killen f49129eba6 Update internet_protocol.html 2020-04-17 19:27:24 +01:00
Joshua Killen 7b65edb3b6 Update html.html 2020-04-17 18:11:07 +01:00
Joshua Killen 70a429c640 . 2020-04-17 17:42:17 +01:00
Joshua Killen 578f697136 Update internet_protocol.html 2020-04-17 17:21:19 +01:00
Joshua Killen e5e2848c52 Update internet_protocol.html 2020-04-17 17:19:36 +01:00
Joshua Killen 77eb0fb399 . 2020-04-17 17:18:34 +01:00
Joshua Killen ff6a76559b . 2020-04-17 17:13:42 +01:00
Joshua Killen 7d06978577 Update internet_protocol.html 2020-04-17 16:25:56 +01:00
Joshua Killen a69d3bc942 . 2020-04-17 16:15:50 +01:00
Joshua Killen 44ad4cc82c Update about.css 2020-04-17 15:26:07 +01:00
8 changed files with 106 additions and 167 deletions

View File

@ -39,8 +39,8 @@ details[open] summary {
content: "+";
}
details[open] #uniContent {
list-style-image: url(../../sitewide_assets/power_green.png);
details[open] #uniContent:after {
content: "-"
}
#siteContent {
padding-bottom: 2em

View File

@ -50,6 +50,18 @@
<summary onmouseover="this.click()" onmouseout="this.click()">1960</summary>
<p></p>
</details>
<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>
<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>
<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>
<details>
<summary onmouseover="this.click()" onmouseout="this.click()">2020</summary>
<p></p>

View File

@ -13,9 +13,8 @@
<link rel="stylesheet" href="../../main.css" type="text/css">
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
<link rel="stylesheet" href="../../sitewide_assets/filter_search/filter_search.css" type="text/css">
<link rel=stylesheet href="ip_assets/internet_protocol.css" type="text/css">
<script src="../../sitewide_assets/navbar/navbar.js"></script>
<script src="../../sitewide_assets/filter_search/filter_search.js"></script>
<title>Networking-Internet Protocols: Z14IT-Internet Fundamentals</title>
</head>
@ -46,181 +45,71 @@
<a href="../../about/about.html">About</a>
</nav>
</header>
<div class="headImg">
<h1>Internet Protocols</h1>
<input type="text" id="searchInput" onkeyup="search()" placeholder="Search for tag...">
<ul id="referenceList">
<li><article class="anchor">
<details>
<summary class="frameTitle">IPv4</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">IPv6</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">TCP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">UDP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
</div>
<article class="anchor">
<details>
<summary class="frameTitle">FTP</summary>
<p class="frameContent">gang</p>
<p class="frameContent">Port: 21<br><abbr title="File Transfer Protocol">FTP</abbr> is the protocol that handles transfering files from one device to another. It operates by considering one device as a server and the other as a client, thereby allowing the client to send and request files from the server<br><abbr class="title" title="File Transfer Protocol over Secure Sockets Layer"><b>FTP/S</b></abbr><br>Port: 900<br>This protocol allows FTP over a secure encryption using <abbr title="Secure Sockets Layer">SSL</abbr>.<br><abbr class="title" title="Secure File Transfer Protocol"><b>SFTP</b></abbr><br>This protocol allows FTP over a secure encryption using <abbr title="Secure Shell">SSH</abbr>. </p>
</details>
</article></li>
</article>
<li><article class="anchor">
<article class="anchor">
<details>
<summary class="frameTitle">HTTP</summary>
<p class="frameContent">gang</p>
<p class="frameContent">Port: 80<br><abbr title="HyperText Transfer Protocol">HTTP</abbr> is the protocol that handles the transfer of <abbr title="digital pages a user can read that directly reference other pages the user can look at">hypertext</abbr> between one or multiple systems. It is designed using the client-server principles; allowing a client to make a request after forming a connection with the server, at which point the server responds however it is programmed.<br><abbr class="title" title="HyperText Transfer Protocol Secure"><b>HTTPS</b></abbr><br>Port: 443<br>This protocol allows HTTPs over a secure encryption using <abbr title="Secure Sockets Layer">SSL</abbr>.</p>
</details>
</article></li>
</article>
<li><article class="anchor">
<details>
<summary class="frameTitle">HTTPS</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<article class="anchor">
<details>
<summary class="frameTitle">SMTP</summary>
<p class="frameContent">gang</p>
<p class="frameContent">Ports: <abbr title="Non-Encrypted">25</abbr>,<abbr title="Secured with SSL">465</abbr>,<abbr title="Secured with StartTLS">587</abbr><br><abbr title="Simple Mail Transport Protocol">SMTP</abbr> is the protocol that handles the task of sending and then distributing E-Mail. It operates by seperating strings of text from the users message with code words that identify the purpose of each string and that the server can interpret. The messages can sometime pass through other devices other than it's destination. </p>
</details>
</article></li>
</article>
<li><article class="anchor">
<article class="anchor">
<details>
<summary class="frameTitle">POP3</summary>
<p class="frameContent">gang</p>
<p class="frameContent">Port: 110<br><abbr title="Post Office Protocol 3">POP3</abbr> is the protocol that handles receiving e-mails that are unsecure. It operates by downloading messages to a local device and then removing it from the e-mail server. </p>
</details>
</article></li>
</article>
<li><article class="anchor">
<details>
<summary class="frameTitle">VoIP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">NAT</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">PAT</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">SSH</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">Telnet</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<article class="anchor">
<details>
<summary class="frameTitle">IMAP4</summary>
<p class="frameContent">gang</p>
<p class="frameContent">Ports: <abbr title="Non-Encrypted, or Secured with StartTLS">143</abbr>,<abbr title="Secured with SSL"> 993</abbr><br><abbr title="Internet Message Access Protocol 4">IMAP4</abbr> is the protocol that handles secure e-mail aquisition by accessing a remote server with a local client. </p>
</details>
</article></li>
</article>
<li><article class="anchor">
<article class="anchor">
<details>
<summary class="frameTitle">SSH</summary>
<p class="frameContent">Port: 22<br><abbr title="Secure Shell">SSH</abbr> is the protocol that secures a connection between a client and a server. This operates by creating a tunnel using cryptographic keys between the client and the server. This allows secure communication between the 2 devices. </p>
</details>
</article>
<article class="anchor">
<details>
<summary class="frameTitle">Telnet</summary>
<p class="frameContent">Port: 23<br>Telnet is a group of rules that systems follow when trying to establish a remote connection. It operates by allowing a two-way CLI connection to the remote device. </p>
</details>
</article>
<article class="anchor">
<details>
<summary class="frameTitle">SNMP</summary>
<p class="frameContent">gang</p>
<p class="frameContent">Port: 161<br><abbr title="Simple Network Managment Protocol">SNMP</abbr> is the protocol that handles network monitoring. It operates by communicating with devices that "speak" SNMP using Get-Requests, allowing the user to be able to track any data values specified. </p>
</details>
</article></li>
</article>
<li><article class="anchor">
<article class="anchor">
<details>
<summary class="frameTitle">ARP</summary>
<p class="frameContent">gang</p>
<p class="frameContent">Port: 219<br><abbr title="Address Resolution Protocol">ARP</abbr> is the protocol that handles mapping dynamic IP addresses to a physical MAC address. It operates on <abbr title ="where the MAC address is">Layer 2</abbr> and <abbr title="where the IP address is">Layer 3</abbr> by keeping a cache of unique IP address and their equivalent MAC address. If, when a request is made, the requested address is already in the cahce, it is just returned. Otherwise, it translates and finds the equivalent address.</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">SIP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">RTP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">RLP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">RAP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">L2TP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">PPTP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
<li><article class="anchor">
<details>
<summary class="frameTitle">TFTP</summary>
<p class="frameContent">gang</p>
</details>
</article></li>
</ul>
</article>
<footer>
<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>

View File

@ -0,0 +1,4 @@
.headImg {
background-image: url(network.jpg);
padding-bottom: 20em;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -30,13 +30,17 @@ summary {
}
abbr {
cursor: pointer;
}
details[open] summary {
list-style-image: url(sitewide_assets/power_green.png);
}
.title {
border-bottom: none;
cursor: inherit;
cursor: pointer;
text-decoration: none;
}

View File

@ -1 +1,13 @@
sdfgsdfgsdg
ARCLAB, , A List of SMTP and IMAP Server. Available: https://www.arclab.com/en/kb/email/list-of-smtp-and-imap-servers-mailserver-list.html [Apr 17, 2020].
BBC BITESIZE, , Internet protocols - The internet - GCSE Computer Science Revision. Available: https://www.bbc.co.uk/bitesize/guides/zp9jpv4/revision/6
[Apr 17, 2020].
EXAMCOLLECTION, , Overview of common TCP and UDP default ports. Available: https://www.examcollection.com/certification-training/network-plus-overview-of
-common-tcp-and-udp-default-ports.html [Apr 17, 2020].
W3, , The Internet Protocol Sack
. Available: https://www.w3.org/People/Frystyk/thesis/TcpIp.html [Apr 17, 2020].
W3SCHOOLS, , Types of Network Protocols and Their Uses. Available: https://www.w3schools.in/types-of-network-protocols-and-their-uses/ [Apr 17, 2020].
WHATISMYIPADDRESS, , What Is Simple Mail Transfer Protocol?. Available: https://whatismyipaddress.com/smtp [Apr 17, 2020].

View File

@ -53,21 +53,39 @@
<input type="text" id="searchInput" onkeyup="search()" placeholder="Search for tag...">
<ul id="referenceList">
<li><details>
<summary></summary>
<p></p>
<li><details class="anchor">
<summary class="frameTitle">wbr</summary>
<p class="frameContent">Defines a possible line-break</p>
</details></li>
<li><details>
<summary></summary>
<p></p>
<li><details class="anchor">
<summary class="frameTitle">var</summary>
<p class="frameContent">Defines a variable</p>
</details></li>
<li><details>
<summary></summary>
<p></p>
<li><details class="anchor">
<summary class="frameTitle">video</summary>
<p class="frameContent">Defines a video or movie</p>
</details></li>
<li><details>
<summary></summary>
<p></p>
<li><details class="anchor">
<summary class="frameTitle">ul</summary>
<p class="frameContent">Defines an unordered list</p>
</details></li>
<li><details class="anchor">
<summary class="frameTitle">!--...--</summary>
<p class="frameContent">Defines a comment</p>
</details></li>
<li><details class="anchor">
<summary class="frameTitle">!DOCTYPE</summary>
<p class="frameContent">Defines the document type</p>
</details></li>
<li><details class="anchor">
<summary class="frameTitle">a</summary>
<p class="frameContent">Defines a hyperlink</p>
</details></li>
<li><details class="anchor">
<summary class="frameTitle">abbr</summary>
<p class="frameContent">Defines an abbreviation or an acronym</p>
<summary class="frameTitle">address</summary>
<p class="frameContent">Defines an unordered list</p>
</details></li>
</ul>
<footer>