abbreviations.tex 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. \chapter*{Acronyms}
  2. \addcontentsline{toc}{chapter}{Acronyms}
  3. \begin{acronym}[JSON-LD]
  4. \acro{ACL}{Access Control List}
  5. \acro{AES}{Advanced Encryption Standard}
  6. \acro{API}{Application Programming Interface}
  7. \acro{APK}{Android Package}
  8. \acro{AWS}{Amazon Web Services}
  9. \acro{CBC}{Cipher Block Chaining Mode }
  10. \acro{CPU}{Central Processing Unit}
  11. \acro{CSS}{Cascading Style Sheets}
  12. \acro{dApp}{Decentralized Application}
  13. \acro{DB}{Database}
  14. \acro{DHT}{Distributed Hash Table}
  15. \acro{DOM}{Document Object Model}
  16. \acro{dWeb}{Decentralized Web}
  17. \acro{ETH}{Ether}
  18. \acro{EVM}{Ethereum Virtual Machine}
  19. \acro{GCM}{Galois/Counter Mode}
  20. \acro{GUI}{Graphical User Interface}
  21. \acro{HTML}{Hypertext Markup Language}
  22. \acro{HTTP}{Hypertext Transfer Protocol}
  23. \acro{IP}{Internet Protocol}
  24. \acro{IPFS}{InterPlanetary File System}
  25. \acro{JSON}{JavaScript Object Notation}
  26. \acro{JSON-LD}{JavaScript Object Notation for Linked Data}
  27. \acro{NAT}{Traversal Using Relays around NAT}
  28. \acro{NFC}{Near Field Communication}
  29. \acro{OSN}{Online Social Network}
  30. \acro{P2P}{Peer-to-Peer}
  31. \acro{PWA}{Progressive Web App}
  32. \acro{SDK}{Software Development Kit}
  33. \acro{SSL}{Secure Sockets Layer}
  34. \acro{STUN}{Session Traversal Utilities for NAT}
  35. \acro{TCP}{Transmission Control Protocol}
  36. \acro{TURN}{Traversal Using Relays around NAT}
  37. \acro{TTL}{Time to Live}
  38. \acro{URL}{Uniform Resource Locator}
  39. \acro{W3C}{World Wide Web Consortium}
  40. \acro{WebRTC}{Web Real-Time Communication}
  41. \acro{XML}{Extensible Markup Language}
  42. \acro{XMPP}{Extensible Messaging and Presence Protocol}
  43. \end{acronym}