IPV6 » Historique » Version 6
pizzacoca, 29/06/2019 01:15
1 | 1 | florian | # IPV6 |
---|---|---|---|
2 | |||
3 | > source : Objectif IPv6 sur https://www.fun-mooc.fr |
||
4 | |||
5 | |||
6 | 6 | pizzacoca | ## Références |
7 | 4 | pizzacoca | [LISP Locator/Identifier Separation Protocol (**rfc7215** pour les intimes)](https://tools.ietf.org/html/rfc7215) |
8 | |||
9 | 6 | pizzacoca | ## La notation IPv6 |
10 | 4 | pizzacoca | |
11 | * Ce qui la décrit [rfc4291](https://tools.ietf.org/html/rfc4291) |
||
12 | * Les recommandations d'utilisation [rfc5952](https://tools.ietf.org/html/rfc5952) |
||
13 | * Traduction IPv6 > IPv4 [rfc6052](https://tools.ietf.org/html/rfc6052) |
||
14 | * Le multicast [rfc7346](https://tools.ietf.org/html/rfc7346) |
||
15 | 5 | pizzacoca | * Des recommandations de numérotation [rfc8064](https://tools.ietf.org/html/rfc8064) |
16 | 4 | pizzacoca | |
17 | 6 | pizzacoca | ## Oui mais en bref |
18 | 1 | florian | |
19 | * IPv6 = 128bits |
||
20 | 6 | pizzacoca | * écriture hexadecimale de 8 octets de 16 bits |
21 | 1 | florian | |
22 | 6 | pizzacoca | > Jeu : cherchez l'erreur dans le tableau ! |
23 | |||
24 | |Ecriture hexadécimal|Ecriture binaire| |
||
25 | |----|----| |
||
26 | |0|0000000000000000| |
||
27 | |1|0000000000000001| |
||
28 | |2|0000000000000010| |
||
29 | |3|0000000000000100| |
||
30 | |4|0000000000001000| |
||
31 | |5|0000000000010000| |
||
32 | |6|0000000000100000| |
||
33 | |7|0000000001000000| |
||
34 | |8|0000000010000000| |
||
35 | |9|0000000100000000| |
||
36 | |a|0000001000000000| |
||
37 | |b|0000010000000000| |
||
38 | |c|0000100000000000| |
||
39 | |d|0001000000000000| |
||
40 | |e|0010000000000000| |
||
41 | |f|0100000000000000| |
||
42 | |||
43 | 1 | florian | Pour faire des adresses courtes on écrits pas les bits de poids fort égaux à 0 |
44 | 2001:**0**db8:5600:**00**b0:**0000**:**0000**:**0000**:**00**10 |
||
45 | 2001:db8:5600:b0::::10 |
||
46 | Puis on enleve les octets nuls (possible une seule fois par adresse !) |
||
47 | 2001:db8:5600:b0::10 |
||
48 | |||
49 | 6 | pizzacoca | ## Identification et Localisation |
50 | |||
51 | > Le masque, comme en IPv4, s'écrit pareil : on indique le nombre de bits commun aux machines contenues |
||
52 | |||
53 | **Exemple :** |
||
54 | **2001:db8**:5600:b0::/32 > le masque est composé des 32 premiers bits |
||
55 | Description |
||
56 | |||
57 | |**16bits**|**32bits**|48bits|54bits|70bits|86bits|102bits|128bits| |
||
58 | |-----|-----|-----|-----|-----|-----|-----|-----| |
||
59 | |**octet 1**|**octet 2**|octet 3|octet 4|octet 5|octet 6|octet 7|octet 8| |
||
60 | |**2001**|**0db8**|5600|00b0|0000|0000|0000|0000| |
||
61 | |||
62 | |||
63 | |||
64 | |||
65 | 2 | florian | > Des travaux sont en cours pour la séparation des fonctions d'identification et de localisation. |
66 | > RFC7215 |