This commit is contained in:
adrianvic 2026-04-20 18:22:31 +00:00
commit a2f35b7f04
12 changed files with 398 additions and 8 deletions

View file

@ -53,6 +53,7 @@
<p>Adrian Victor &amp; Arthur Borges - Wed Aug 27 2025 00:00:00 GMT+0000 (Coordinated Universal Time)</p>
</div>
<script src="/static/scripts/telnetSimulator.js" defer></script>
<h2>What the protocol is, its function and history</h2>
<p>Telnet (from <b>TEL</b>ecommunication <b>NET</b>work) is a TCP/IP stack network protocol that allows remote text-mode communication between computers. Its main function is to provide an interactive session where a user can access and control another device as if they were on a local terminal.</p>