Skip to content

Commit

Permalink
Update Glossary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciaEsanu authored Jan 15, 2024
1 parent f904449 commit 1e84314
Showing 1 changed file with 6 additions and 85 deletions.
91 changes: 6 additions & 85 deletions pages/Glossary.md
Original file line number Diff line number Diff line change
@@ -1,85 +1,6 @@
---
title: Glossary
layout: home
---
<html>

<head>
<title>table</title>
</head>
<style>
table {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
border-collapse: collapse;
width: 50%;
border: 1px solid #dddddd;
}

td,
th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}


</style>

<body>
<table>
<tr bgcolor="#6b00f2" style="color:#ffffff" >
<th>Concept</th>
<th>Definition</th>
</tr>
<tr>
<td>API</th>
<td>Application Programming Interface</th>
</tr>
<tr>
<td>Blockchain</th>
<td>A distributed ledger</th>
</tr>
<tr>
<td>DLT</td>
<td>Distributed ledger technology</td>
</tr>
<tr>
<td>Blockchain Anchoring</td>
<td>Storing hash of another blockchain or of data in a blockchain</td>
</tr>
<tr>
<td>DMZ</td>
<td>Demilitarized zone (Networking)</td>
</tr>
<tr>
<td>SDN</td>
<td>Software-defined networking</td>
</tr>
<tr>
<td>VPN</td>
<td>Virtual private network</td>
</tr>
<tr>
<td>Near-Chain</td>
<td>A special type of blockchain that is cryptographically shared with a group of users</td>
</tr>
<tr>
<td>Far-Chain</td>
<td>Databases, applications and systems touching any data extracted using DLT technologies</td>
</tr>
<tr>
<td>Container</td>
<td>A virtualized node using Linux Containers technology</td>
</tr>
<tr>
<td>Logical View</td>
<td>An entity existing at the logical view level is just a concept, not a physical entity</td>
</tr>
<tr>
<td>BI</td>
<td>Business Intelligence</td>
</tr>
</table>
</body>

</html>
| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |

0 comments on commit 1e84314

Please sign in to comment.