{"componentChunkName":"component---src-templates-post-template-js","path":"/posts/routing-protocols","result":{"data":{"markdownRemark":{"id":"d7191201-682b-54e7-a08d-6f5df477c382","html":"<p>ルーティングプロトコルの分類を簡単にだけまとめます。</p>\n<h2 id=\"分類表\" style=\"position:relative;\"><a href=\"#%E5%88%86%E9%A1%9E%E8%A1%A8\" aria-label=\"分類表 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>分類表</h2>\n<table>\n<thead>\n<tr>\n<th>略称</th>\n<th>正式名称</th>\n<th>メトリック</th>\n<th>IGP / EGP</th>\n<th>アルゴリズム</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RIP</td>\n<td>Routing Information Protocol</td>\n<td>ホップ数</td>\n<td>IGP</td>\n<td>ディスタンスベクタ型</td>\n</tr>\n<tr>\n<td>EIGRP</td>\n<td>Enhanced Interior Gateway Routing Procotol</td>\n<td>帯域幅、遅延、信頼性、負荷、MTU を使う複合メトリック</td>\n<td>IGP</td>\n<td>拡張ディスタンスベクタ型</td>\n</tr>\n<tr>\n<td>OSPF</td>\n<td>Open Shortest Path First</td>\n<td>帯域幅から計算するコスト</td>\n<td>IGP</td>\n<td>リンクステート型</td>\n</tr>\n<tr>\n<td>IS-IS</td>\n<td>Intermediate System to Intermidiate System</td>\n<td>ナローメトリックまたはワイドメトリック</td>\n<td>IGP</td>\n<td>リンクステート型</td>\n</tr>\n<tr>\n<td>BGP</td>\n<td>Border Gateway Protocol</td>\n<td>パスアトリビュート</td>\n<td>EGP</td>\n<td>パスベクタ型</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"アルゴリズム\" style=\"position:relative;\"><a href=\"#%E3%82%A2%E3%83%AB%E3%82%B4%E3%83%AA%E3%82%BA%E3%83%A0\" aria-label=\"アルゴリズム permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>アルゴリズム</h2>\n<h3 id=\"ディスタンスベクタ型\" style=\"position:relative;\"><a href=\"#%E3%83%87%E3%82%A3%E3%82%B9%E3%82%BF%E3%83%B3%E3%82%B9%E3%83%99%E3%82%AF%E3%82%BF%E5%9E%8B\" aria-label=\"ディスタンスベクタ型 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>ディスタンスベクタ型</h3>\n<ul>\n<li>ルーティングテーブルの情報を交換</li>\n<li>距離と方向を基に最適経路を選出</li>\n<li>ベルマン–フォード法を使う</li>\n</ul>\n<h3 id=\"拡張ディスタンスベクタ型-ハイブリッド型\" style=\"position:relative;\"><a href=\"#%E6%8B%A1%E5%BC%B5%E3%83%87%E3%82%A3%E3%82%B9%E3%82%BF%E3%83%B3%E3%82%B9%E3%83%99%E3%82%AF%E3%82%BF%E5%9E%8B-%E3%83%8F%E3%82%A4%E3%83%96%E3%83%AA%E3%83%83%E3%83%89%E5%9E%8B\" aria-label=\"拡張ディスタンスベクタ型 ハイブリッド型 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>拡張ディスタンスベクタ型 (ハイブリッド型)</h3>\n<ul>\n<li>リンクステート型の特徴も取り入れられている</li>\n<li>DUAL を使う</li>\n</ul>\n<h3 id=\"リンクステート型\" style=\"position:relative;\"><a href=\"#%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%B9%E3%83%86%E3%83%BC%E3%83%88%E5%9E%8B\" aria-label=\"リンクステート型 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>リンクステート型</h3>\n<ul>\n<li>インターフェイスの情報を交換</li>\n<li>全体構成を把握してから最適経路を算出</li>\n</ul>\n<h3 id=\"パスベクタ型\" style=\"position:relative;\"><a href=\"#%E3%83%91%E3%82%B9%E3%83%99%E3%82%AF%E3%82%BF%E5%9E%8B\" aria-label=\"パスベクタ型 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>パスベクタ型</h3>\n<ul>\n<li>経路の情報 (属性) と方向で決める</li>\n</ul>\n<h2 id=\"参考\" style=\"position:relative;\"><a href=\"#%E5%8F%82%E8%80%83\" aria-label=\"参考 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>参考</h2>\n<ul>\n<li><a href=\"https://amzn.to/3vjWMM1\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">シスコ技術者認定教科書 CCNA 完全合格テキスト＆問題集［対応試験］200 -301</a></li>\n<li><a href=\"https://amzn.to/2YZpbes\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">〔改訂新版〕 3分間ルーティング基礎講座 (3分間NetWorkingシリーズ)</a></li>\n</ul>\n<p><a href=\"https://www.amazon.co.jp/dp/B087JKL1JH/ref=as_li_ss_il?ie=UTF8&linkCode=li1&tag=oshimayuki0d-22&linkId=a33ba89cf0275d507099aa5ffe50e924&language=ja_JP\" target=\"_blank\"><img border=\"0\" src=\"//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B087JKL1JH&Format=_SL110_&ID=AsinImage&MarketPlace=JP&ServiceVersion=20070822&WS=1&tag=oshimayuki0d-22&language=ja_JP\" ></a><img src=\"https://ir-jp.amazon-adsystem.com/e/ir?t=oshimayuki0d-22&amp;language=ja_JP&amp;l=li1&amp;o=9&amp;a=B087JKL1JH\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" style=\"border:none !important; margin:0px !important;\"></p>\n<p><a href=\"https://www.amazon.co.jp/dp/4774157376/ref=as_li_ss_il?ie=UTF8&linkCode=li1&tag=oshimayuki0d-22&linkId=14208f4c34041bc0cc5d22c0181ebb94&language=ja_JP\" target=\"_blank\"><img border=\"0\" src=\"//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=4774157376&Format=_SL110_&ID=AsinImage&MarketPlace=JP&ServiceVersion=20070822&WS=1&tag=oshimayuki0d-22&language=ja_JP\" ></a><img src=\"https://ir-jp.amazon-adsystem.com/e/ir?t=oshimayuki0d-22&amp;language=ja_JP&amp;l=li1&amp;o=9&amp;a=4774157376\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" style=\"border:none !important; margin:0px !important;\"></p>","fields":{"slug":"/posts/routing-protocols","tagSlugs":["/tag/network/"],"autoRecommendPosts":["linux-learning-roadmap","cpu-books","aws-saa-c02-books","computer-why-series"]},"frontmatter":{"date":"2021-10-16T12:26:19.629Z","description":"ルーティングプロトコルの分類を簡単にだけまとめます。","tags":["network"],"title":"ルーティングプロトコルの分類","socialImage":null,"recommendPosts":null}}},"pageContext":{"slug":"/posts/routing-protocols"}},"staticQueryHashes":["251939775","3942705351","401334301"]}