aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/turn/index.md
blob: 3a7bf0cbb76b07a84ca13ad57b3c0a0ea92bd8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: TURN
slug: Glossary/TURN
tags:
  - Glossaire
  - Infrastructure
  - Mécanismes web
  - WebRTC
translation_of: Glossary/TURN
original_slug: Glossaire/TURN
---
**TURN** (Traversal Using Relays around NAT) est un {{Glossary("protocol","protocole")}} permettant à un ordinateur de recevoir et d'envoyer des données malgré l'utilisation de {{glossary("NAT", "translation d'adresse réseau")}} (NAT) ou le fait d'être derrière un pare-feu.

## Pour approfondir

### Culture générale

- [Protocoles WebRTC](/fr/docs/Web/API/WebRTC_API/Architecture/Protocols)

### Référence technique

- [Spécification](http://www.ietf.org/rfc/rfc5766.txt)
- [Spécification actualisée pour IPv6](http://www.ietf.org/rfc/rfc6156.txt)

<!---->