147 lines
7.3 KiB
HTML
147 lines
7.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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">
|
|
|
|
<base target ="_self">
|
|
|
|
<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">
|
|
<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>
|
|
<body>
|
|
<header>
|
|
<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 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/networking.html">Fundamentals</a>
|
|
<a class="active" href="../../internet_protocol/internet_protocol.html">Internet Protocol</a>
|
|
<a href="../../osi_model/osi_model.html">OSI Model</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="../../about/about.html">About</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<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">FTP</summary>
|
|
<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 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 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>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">HTTP</summary>
|
|
<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.</p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">HTTPS</summary>
|
|
<p class="frameContent">Port: 443<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">SMTP</summary>
|
|
<p class="frameContent">Ports: 25,465,587<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">POP3</summary>
|
|
<p class="frameContent">Port: 110<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">VoIP</summary>
|
|
<p class="frameContent">Basic Port: 5060, 5004 UDP<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">SSH</summary>
|
|
<p class="frameContent">Port: 22<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">Telnet</summary>
|
|
<p class="frameContent">Port: 23<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">IMAP4</summary>
|
|
<p class="frameContent">Ports: 143,993<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">SNMP</summary>
|
|
<p class="frameContent">Port: 161<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">ARP</summary>
|
|
<p class="frameContent">Port: 219<br> </p>
|
|
</details>
|
|
</article></li>
|
|
|
|
<li><article class="anchor">
|
|
<details>
|
|
<summary class="frameTitle">SIP</summary>
|
|
<p class="frameContent">Port: 5060, 5061<br> </p>
|
|
</details>
|
|
</article></li>
|
|
</ul>
|
|
<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>
|
|
<a class="contact" href="../../../about/about.html">Contact Us</a><br>
|
|
<a class="sitemap" href="">Sitemap</a>
|
|
</footer>
|
|
</body>
|
|
</html> |