mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-19 10:31:18 +00:00
d2247103cf
Also: - adjust the case for all applicable terms - minor clarification in canonically-unique-host - add @encryption for several references to encryption Referencing: - monero-project/kovri#256 - monero-project/monero-site#155
21 lines
812 B
Markdown
21 lines
812 B
Markdown
---
|
|
layout: moneropedia
|
|
entry: "Transports"
|
|
tags: ["kovri"]
|
|
terms: ["Transports", "Transport"]
|
|
summary: "The two encrypted transport layers for Kovri"
|
|
---
|
|
|
|
### The Basics
|
|
|
|
@Kovri comes with two encrypted [transport layer](https://en.wikipedia.org/wiki/Transport_layer) technologies that allow @Kovri to send @messages across the @I2P network. These *@transports* are @SSU and @NTCP.
|
|
|
|
@SSU is encrypted [UDP](https://en.wikipedia.org/wiki/User_Datagram_Protocol) and @NTCP is encrypted [TCP](https://en.wikipedia.org/wiki/Transmission_Control_Protocol). They both allow you to securely use @I2P over [TCP/IP](https://en.wikipedia.org/wiki/Tcp/ip) connections.
|
|
|
|
### In-depth information
|
|
|
|
TODO(anonimal): finish
|
|
|
|
### Notes
|
|
|
|
Read about the transport layer in the [OSI model](https://en.wikipedia.org/wiki/OSI_model)
|