Difference between revisions of "MOOC:Xxx"

From Livre IPv6

Line 7: Line 7:
  
 
<problem>
 
<problem>
<p>Soit l'infrastructure suivante :</p>
+
<p>Soit l'infrastructure composée de 3 réseaux, chacun ayant un préfixe attribué :</p>
<img src="/static/Schema_Ex23.png" style="width: 600px;" />
+
<p>Cette infrastructure est composée de 3 réseaux, chacun ayant un préfixe attribué :</p>
+
 
<ul>
 
<ul>
 
<li> Réseau 1 : 2001:db8:e234:1::/64</li>
 
<li> Réseau 1 : 2001:db8:e234:1::/64</li>
Line 15: Line 13:
 
<li> Réseau 3 : 2001:db8:e234:3::/64</li>
 
<li> Réseau 3 : 2001:db8:e234:3::/64</li>
 
</ul>
 
</ul>
<p>La partie Interface IDentifier (IID) de l'adresse IPV6 est indiquée pour chaque interface sur la figure.  Ce qui donne les adresses IPv6 suivantes: </p>
+
<p>La partie Interface IDentifier (IID) de l'adresse IPV6 est indiquée pour chaque interface sur la figure ci-dessousLes adresses IPv6 allouées sont les suivantes : </p>
 
<p>1/ Pour les stations:</p>
 
<p>1/ Pour les stations:</p>
 
<ul>
 
<ul>
Line 22: Line 20:
 
<li> C est connectée au Réseau 3 par son interface 1 avec l'adresse 2001:db8:e234:3::2</li>
 
<li> C est connectée au Réseau 3 par son interface 1 avec l'adresse 2001:db8:e234:3::2</li>
 
</ul>
 
</ul>
 
 
<p>2/ Pour les routeurs:</p>
 
<p>2/ Pour les routeurs:</p>
 
<ul>
 
<ul>
Line 30: Line 27:
 
<li>R2 est connecté au Réseau 2 par son interface 2 avec l'adresse 2001:db8:e234:2::ffff    </li>
 
<li>R2 est connecté au Réseau 2 par son interface 2 avec l'adresse 2001:db8:e234:2::ffff    </li>
 
</ul>
 
</ul>
 
+
 
 +
<p>Cette infrastructure se schématise de la manière suivante :</p>
 +
<img src="/static/Schemab_Ex23.png" style="width: 600px;" />
 +
 
 
<p>Donnez <b>l'adresse IPv6 du prochain saut</b> (next hop) de la route dans la table de routage pour un noeud donné. Si le noeud est directement connecté au réseau spécifié, donnez l'adresse IPv6 de l'interface du noeud connectée à ce réseau.</p>
 
<p>Donnez <b>l'adresse IPv6 du prochain saut</b> (next hop) de la route dans la table de routage pour un noeud donné. Si le noeud est directement connecté au réseau spécifié, donnez l'adresse IPv6 de l'interface du noeud connectée à ce réseau.</p>
 
<script type="loncapa/python">
 
import socket
 
 
def test_address(expect, ans):
 
    try:
 
        a = socket.inet_pton(socket.AF_INET6, expect)
 
        b = socket.inet_pton(socket.AF_INET6, ans)
 
        return a == b
 
    except socket.error:
 
        return False
 
 
</script>
 
  
 
<h2>Depuis la station A :</h2>
 
<h2>Depuis la station A :</h2>
<p>Pour atteindre le réseau 1</p>
+
<p><b>A23E01</b> Pour atteindre le réseau 1 </p>
<customresponse cfn="test_address" expect="2001:db8:e234:1::3">
+
  <optionresponse>
  <textline size="40" correct_answer="11" label="AR1"/><br/>
+
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
</customresponse>
+
      <option correct="True">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
 +
  </optioninput>
 +
  </optionresponse>
 +
  <demandhint>
 +
    <hint> Il s'agit du même réseau. </hint>
 +
  </demandhint>
 +
 
 +
<p><b>A23E02</b> Pour atteindre le réseau 2 et 3 </p>
 +
  <optionresponse>
 +
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
 +
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
 +
      <option correct="True">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
 +
  </optioninput>
 +
  </optionresponse>
 +
  <demandhint>
 +
    <hint> C'est une route indirecte. </hint>
 +
  </demandhint>
 +
 
 +
 
  
<p>Pour atteindre le réseau 2 et 3</p>
+
<h2>Depuis la station B :</h2>
<customresponse cfn="test_address" expect="2001:db8:e234:1::1">
+
<p><b>A23E03</b> Pour atteindre le réseau 1 </p>
  <textline size="40" correct_answer="11" label="AR2"/><br/>
+
  <optionresponse>
</customresponse>
+
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
 +
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
 +
      <option correct="True">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
 +
  </optioninput>
 +
  </optionresponse>
 +
  <demandhint>
 +
    <hint>  C'est une route indirecte. </hint>
 +
  </demandhint>
  
  
<h2>Depuis la station B :</h2>
+
<p><b>A23E04</b> Pour atteindre le réseau 2 </p>
<p>Pour atteindre le réseau 1</p>
+
  <optionresponse>
<customresponse cfn="test_address" expect="2001:db8:e234:2::1">
+
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
  <textline size="40" correct_answer="11" label="BR1"/><br/>
+
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
</customresponse>
+
      <option correct="True">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
 +
  </optioninput>
 +
  </optionresponse>
 +
  <demandhint>
 +
    <hint> Il s'agit du même réseau. </hint>
 +
  </demandhint>
  
<p>Pour atteindre le réseau 2</p>
+
<p><b>A23E05</b> Pour atteindre le réseau 3 </p>
<customresponse cfn="test_address" expect="2001:db8:e234:2::2">
+
  <optionresponse>
  <textline size="40" correct_answer="11" label="BR2"/><br/>
+
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
</customresponse>
+
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
 
+
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
<p>Pour atteindre le réseau 3</p>
+
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
<customresponse cfn="test_address" expect="2001:db8:e234:2::ffff">
+
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
   <textline size="40" correct_answer="11" label="BR3"/><br/>
+
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
</customresponse>
+
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
 +
      <option correct="True">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
 +
   </optioninput>
 +
  </optionresponse>
 +
  <demandhint>
 +
    <hint>  C'est une route indirecte. </hint>
 +
  </demandhint>
  
  
 
<h2>Depuis le routeur R1 :</h2>
 
<h2>Depuis le routeur R1 :</h2>
<p>Pour atteindre le réseau 1 </p>
+
<p><b>A23E06</b> Pour atteindre le réseau 1 </p>
<customresponse cfn="test_address" expect="2001:db8:e234:1::1">
+
  <optionresponse>
  <textline size="40" correct_answer="11" label="R1R1"/><br/>
+
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
</customresponse>
+
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
 +
      <option correct="True">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
 +
  </optioninput>
 +
  </optionresponse>
 +
  <demandhint>
 +
    <hint>  C'est une route directe. </hint>
 +
  </demandhint>
  
  
<p>Pour atteindre le réseau 3</p>
+
<p><b>A23E07</b> Pour atteindre le réseau 3 </p>
<customresponse cfn="test_address" expect="2001:db8:e234:2::ffff">
+
  <optionresponse>
  <textline size="40" correct_answer="11" label="R1R3"/><br/>
+
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
</customresponse>
+
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
 +
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
 +
      <option correct="True">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
 +
  </optioninput>
 +
  </optionresponse>
 +
  <demandhint>
 +
    <hint>  C'est une route indirecte. </hint>
 +
  </demandhint>
  
 
</problem>
 
</problem>
 +
 
</pre>
 
</pre>
  

Revision as of 08:19, 5 April 2017

MOOC >Contenu>Quizzs



Session 3


<problem>
<p>Soit l'infrastructure composée de 3 réseaux, chacun ayant un préfixe attribué :</p>
<ul>
<li> Réseau 1 : 2001:db8:e234:1::/64</li>
<li> Réseau 2 : 2001:db8:e234:2::/64</li>
<li> Réseau 3 : 2001:db8:e234:3::/64</li>
</ul>
<p>La partie Interface IDentifier (IID) de l'adresse IPV6 est indiquée pour chaque interface sur la figure ci-dessous.  Les adresses IPv6 allouées sont les suivantes : </p>
<p>1/ Pour les stations:</p>
<ul>
<li> A est connectée au Réseau 1 par son interface 1 avec l'adresse 2001:db8:e234:1::3</li>
<li> B est connectée au Réseau 2 par son interface 1 avec l'adresse 2001:db8:e234:2::2</li>
<li> C est connectée au Réseau 3 par son interface 1 avec l'adresse 2001:db8:e234:3::2</li>
</ul>
<p>2/ Pour les routeurs:</p>
<ul>
<li>R1 est connecté au Réseau 1 par son interface 1 avec l'adresse 2001:db8:e234:1::1        </li>
<li>R1 est connecté au Réseau 2 par son interface 2 avec l'adresse 2001:db8:e234:2::1        </li>
<li>R2 est connecté au Réseau 3 par son interface 1 avec l'adresse 2001:db8:e234:3::1        </li>
<li>R2 est connecté au Réseau 2 par son interface 2 avec l'adresse 2001:db8:e234:2::ffff     </li>
</ul>
  
<p>Cette infrastructure se schématise de la manière suivante :</p>
<img src="/static/Schemab_Ex23.png" style="width: 600px;" />
  
<p>Donnez <b>l'adresse IPv6 du prochain saut</b> (next hop) de la route dans la table de routage pour un noeud donné. Si le noeud est directement connecté au réseau spécifié, donnez l'adresse IPv6 de l'interface du noeud connectée à ce réseau.</p>

<h2>Depuis la station A :</h2>
<p><b>A23E01</b> Pour atteindre le réseau 1 </p>
  <optionresponse>
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
      <option correct="True">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
  </optioninput>
  </optionresponse>
  <demandhint>
    <hint> Il s'agit du même réseau. </hint>
  </demandhint>
  
<p><b>A23E02</b> Pour atteindre le réseau 2 et 3 </p>
  <optionresponse>
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
      <option correct="True">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
  </optioninput>
  </optionresponse>
  <demandhint>
    <hint> C'est une route indirecte. </hint>
  </demandhint>
  
  

<h2>Depuis la station B :</h2>
<p><b>A23E03</b> Pour atteindre le réseau 1 </p>
  <optionresponse>
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
      <option correct="True">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
  </optioninput>
  </optionresponse>
  <demandhint>
    <hint>  C'est une route indirecte. </hint>
  </demandhint>


<p><b>A23E04</b> Pour atteindre le réseau 2 </p>
  <optionresponse>
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
      <option correct="True">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
  </optioninput>
  </optionresponse>
  <demandhint>
    <hint> Il s'agit du même réseau. </hint>
  </demandhint>

<p><b>A23E05</b> Pour atteindre le réseau 3 </p>
  <optionresponse>
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
      <option correct="True">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
  </optioninput>
  </optionresponse>
  <demandhint>
    <hint>  C'est une route indirecte. </hint>
  </demandhint>


<h2>Depuis le routeur R1 :</h2>
<p><b>A23E06</b> Pour atteindre le réseau 1 </p>
  <optionresponse>
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
      <option correct="True">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
  </optioninput>
  </optionresponse>
  <demandhint>
    <hint>  C'est une route directe. </hint>
  </demandhint>


<p><b>A23E07</b> Pour atteindre le réseau 3 </p>
  <optionresponse>
    <optioninput label="L'adresse IPv6 du prochain saut ________.">
      <option correct="False">2001:db8:e234:1::3 <optionhint>L'adresse IPv6 de la station A.</optionhint></option>
      <option correct="False">2001:db8:e234:2::2 <optionhint>L'adresse IPv6 de la station B.</optionhint></option>
      <option correct="False">2001:db8:e234:3::2 <optionhint>L'adresse IPv6 de la station C.</optionhint></option>
      <option correct="False">2001:db8:e234:1::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 1.</optionhint></option>
      <option correct="False">2001:db8:e234:2::1 <optionhint>L'adresse IPv6 du routeur R1 par son interface 2.</optionhint></option>
      <option correct="False">2001:db8:e234:3::1 <optionhint>L'adresse IPv6 du routeur R2 par son interface 1.</optionhint></option>
      <option correct="True">2001:db8:e234:2::ffff <optionhint>L'adresse IPv6 du routeur R2 par son interface 2.</optionhint></option>
  </optioninput>
  </optionresponse>
  <demandhint>
    <hint>  C'est une route indirecte. </hint>
  </demandhint>

</problem>

Schema_Ex23.png

Session 2

Choix du Next-Hop pour le routage

Soit une interconnexion de 3 réseaux :

  (1)   (2)   (3)  
A --- B --- C --- D 

avec comme plan d'adressage :

  • 1: 2001:db8:e234:1::/64
  • 2: 2001:db8:e234:2::/64
  • 3: 2001:db8:e234:3::/64


La topologie du réseau est connue de chaque équipement A, B, C, D. La table de routage de chacun de ces équipements est donc renseignée avec une entrée pour chaque réseau. Complétez les valeurs des prochains sauts pour chaque entrée de la table de routage des équipements.

Pour la table de routage de A :

  • 2001:db8:e234:1::/64
    • une interface de A
    • B
    • C
    • D
  • 2001:db8:e234:2::/64
    • une interface de A
    • B
    • C
    • D
  • 2001:db8:e234:3::/64
    • une interface de A
    • B
    • C
    • D
Personal tools