@@ -4329,6 +4329,50 @@ <h1>Exercices</h1>
4329
4329
< p > Le commentaire de la couche Application indique que l'adresse IP du serveur web est < code > 192.168.254.201</ code > . </ p >
4330
4330
</ details >
4331
4331
< p > < strong > Correction Partie 4</ strong > </ p >
4332
+ < details class ="success ">
4333
+ < summary > Correction Q1.</ summary >
4334
+ < p > Table de routage du routeur R4 :</ p >
4335
+ < table >
4336
+ < thead >
4337
+ < tr >
4338
+ < th style ="text-align: center; "> Destination</ th >
4339
+ < th style ="text-align: center; "> Routeur suivant</ th >
4340
+ < th style ="text-align: center; "> Distance</ th >
4341
+ </ tr >
4342
+ </ thead >
4343
+ < tbody >
4344
+ < tr >
4345
+ < td style ="text-align: center; "> R1</ td >
4346
+ < td style ="text-align: center; "> R2</ td >
4347
+ < td style ="text-align: center; "> 2</ td >
4348
+ </ tr >
4349
+ < tr >
4350
+ < td style ="text-align: center; "> R2</ td >
4351
+ < td style ="text-align: center; "> R2</ td >
4352
+ < td style ="text-align: center; "> 1</ td >
4353
+ </ tr >
4354
+ < tr >
4355
+ < td style ="text-align: center; "> R3</ td >
4356
+ < td style ="text-align: center; "> R2</ td >
4357
+ < td style ="text-align: center; "> 2</ td >
4358
+ </ tr >
4359
+ < tr >
4360
+ < td style ="text-align: center; "> R5</ td >
4361
+ < td style ="text-align: center; "> R6</ td >
4362
+ < td style ="text-align: center; "> 2</ td >
4363
+ </ tr >
4364
+ < tr >
4365
+ < td style ="text-align: center; "> R6</ td >
4366
+ < td style ="text-align: center; "> R6</ td >
4367
+ < td style ="text-align: center; "> 1</ td >
4368
+ </ tr >
4369
+ </ tbody >
4370
+ </ table >
4371
+ </ details >
4372
+ < details class ="success ">
4373
+ < summary > Correction Q2.</ summary >
4374
+ < p > Pour minimiser le nombre de sauts (protocole RIP), le trajet sera < code > R1-R2-R4-R6</ code > . </ p >
4375
+ </ details >
4332
4376
</ div >
4333
4377
< div class ="admonition abstract ">
4334
4378
< p class ="admonition-title "> Exercice 9</ p >
0 commit comments