-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add/ru-web-api-navigator-subpages
- Loading branch information
Showing
508 changed files
with
3,047 additions
and
2,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: DSL (Digital Subscriber Line) | ||
slug: Glossary/DSL/Digital_subscriber_line | ||
l10n: | ||
sourceCommit: cdb0dad4aeabda32b85c397f5e45304f95edc0d1 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**DSL** pour <i lang="en">Digital Subscriber Line</i>, qu'on peut traduire en « ligne numérique d'abonné·e » est un type de connexion haut débit à Internet qui permet d'envoyer des données sur un transport filaire en utilisant les lignes téléphoniques. | ||
|
||
Les vitesses de téléchargement (<i lang="en">download</i>) et de téléversement (<i lang="en">upload</i>) ne sont pas nécessairement les mêmes avec une telle connexion. Dans ce cas, la ligne est qualifiée d'asymétrique et on utilise alors l'abréviation ADSL. | ||
|
||
On oppose généralement ce mode de connexion aux connexions par câble dédié, fibre optique ou utilisant une ligne commutée. | ||
|
||
## Voir aussi | ||
|
||
- [La page Wikipédia pour <i lang="en">Digital subscriber line</i>](https://fr.wikipedia.org/wiki/Digital_subscriber_line) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: DSL (Domain-Specific Language) | ||
slug: Glossary/DSL/Domain_specific_language | ||
l10n: | ||
sourceCommit: cdb0dad4aeabda32b85c397f5e45304f95edc0d1 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**DSL** pour <i lang="en">Domain-Specific Language</i> (qu'on peut traduire en « langage dédié ») est un type de langage informatique conçu pour résoudre un problème dans un domaine d'application donné. | ||
|
||
Les langages dédiés sont opposés aux langages généralistes (<i lang="en">general-purpose languages</i> ou (GPLs) en anglais), conçus pour traiter différents problèmes quel que soit le domaine concerné. | ||
|
||
## Voir aussi | ||
|
||
- [La page Wikipédia pour les langages dédiés](https://fr.wikipedia.org/wiki/Langage_d%C3%A9di%C3%A9) | ||
- [Un guide sur les langages dédiés, écrit par Martin Fowler (en anglais)](https://martinfowler.com/dsl.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: DSL | ||
slug: Glossary/DSL | ||
l10n: | ||
sourceCommit: cdb0dad4aeabda32b85c397f5e45304f95edc0d1 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
L'acronyme **DSL** peut avoir plusieurs significations selon le contexte. Il peut faire référence à : | ||
|
||
{{GlossaryDisambiguation}} | ||
|
||
## Voir aussi | ||
|
||
- [La page d'homonymie Wikipédia](https://fr.wikipedia.org/wiki/DSL) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: DTLS (Datagram Transport Layer Security) | ||
slug: Glossary/DTLS | ||
l10n: | ||
sourceCommit: cdb0dad4aeabda32b85c397f5e45304f95edc0d1 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**<i lang="en">Datagram Transport Layer Security</i>** (**DTLS**) (qu'on pourrait traduire en « sécurité de la couche transport en datagrammes ») est un protocole utilisé afin de sécuriser les communications basées sur des datagrammes. Ce protocole est basé sur le protocole correspondant pour les flux, [TLS](/fr/docs/Glossary/TLS), et fournit un niveau équivalent de sécurité. | ||
|
||
DTLS étant un protocole de datagrammes, il ne garantit pas l'ordre de livraison des messages, ni même que les messages seront effectivement transmis. Toutefois, DTLS profite des avantages des protocoles de datagrammes et notamment de faibles temps de traitement et d'une latence réduite. | ||
|
||
Ces caractéristiques sont particulièrement utiles pour les domaines où DTLS est utilisé, dont [WebRTC](/fr/docs/Glossary/WebRTC). Tous les protocoles relatifs à WebRTC chiffrent leur contenu à l'aide de DTLS : [SCTP](/fr/docs/Glossary/SCTP), [SRTP](/fr/docs/Glossary/RTP), et [STUN](/fr/docs/Glossary/STUN). | ||
|
||
## Voir aussi | ||
|
||
- [La page Wikipédia sur DTLS](https://fr.wikipedia.org/wiki/Datagram_Transport_Layer_Security) | ||
- Les spécifications directes : | ||
|
||
- [La RFC 9147 qui définit le protocole DTLS en version 1.3 (en anglais)](https://datatracker.ietf.org/doc/html/rfc9147) | ||
- [La RFC 6347 qui définit le protocole DTLS en version 1.3 (en anglais)](https://datatracker.ietf.org/doc/html/rfc6347) | ||
|
||
- Les spécifications connexes : | ||
|
||
- [La RFC 5763 dressant le cadre pour utiliser SRTP avec DTLS (en anglais)](https://datatracker.ietf.org/doc/html/rfc5763) | ||
- [La RFC 5764 spécifiant une extension DTLS pour l'établissement des clés pour SRTP (en anglais)](https://datatracker.ietf.org/doc/html/rfc5764) | ||
- [La RFC 6083 dressant le cadre pour utiliser SCTP avec DTLS (en anglais)](https://datatracker.ietf.org/doc/html/rfc6083) | ||
- [La RFC 8261 spécifiant l'encapsulation des paquets SCTP avec DTLS (en anglais)](https://datatracker.ietf.org/doc/html/rfc8261) | ||
- [La RFC 7350 spécifiant l'utilisation de STUN avec DTLS (en anglais)](https://datatracker.ietf.org/doc/html/rfc7350) | ||
- [La RFC 7925 pour les profils TLS / DTLS pour l'Internet des objets (en anglais)](https://datatracker.ietf.org/doc/html/rfc7925) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.