monero-site/knowledge-base/moneropedia/transports.md
anonimal 841f7c1efb
Moneropedia: resolve various unfinished entries
- Resolved TODO's for Base32/64-address, Destination, Transports

Referencing:
 - monero-project/kovri#256
 - monero-project/monero-site#155
2016-10-19 06:59:21 +00:00

963 B

layout entry tags terms summary
moneropedia Transports
kovri
Transports
Transport
The two encrypted transport layers for Kovri

The Basics

@I2P comes with two encrypted transport layer technologies that allow @Kovri to securely use TCP/IP connections. These technologies (@SSU and @NTCP) are called @transports.

In-depth information

@SSU is encrypted UDP and @NTCP is encrypted TCP. They provide @encryption at the transport layer so higher level @messages can be sent through @tunnels across the @I2P network.

Notes

  • Read about @I2P's transports on the Transport page
  • Read about the transports layer within the OSI model