An Entity of Type: WikicatComputerNetworks, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Dynamic routing, also called adaptive routing,is a process where a router can forward data via a different route for a given destination based on the current conditions of the communication circuits within a system. The term is most commonly associated with data networking to describe the capability of a network to 'route around' damage, such as loss of a node or a connection between nodes, so long as other path choices are available. Dynamic routing allows as many routes as possible to remain valid in response to the change.

Property Value
dbo:abstract
  • Adaptives Routing beschreibt in der Netzwerktechnik die Fähigkeit von Routing-Algorithmen, selbstständig eine neue Route zu finden, um zum Beispiel ein beschädigtes, überlastetes oder fehlendes Netzwerkelement zu umgehen. Ein Beispiel für einen nicht adaptiven Routing-Algorithmus ist das statische Routing. In Systemen mit statischem Routing werden die Verbindungen aufgrund von Schätzungen des zu erwartenden Datenaufkommens fest eingestellt. Ändern sich die Verhältnisse im Netzwerk zu einem späteren Zeitpunkt – etwa durch Ausfall oder Überlastung eines Verbindungselements – kann das in diesen Systemen nicht mehr kompensiert werden. Beim adaptiven Routing hingegen fließen zur Laufzeit Metriken in die Entscheidungsfindung (Was ist die beste Route?) ein. Der Routing-Algorithmus reagiert auf das veränderte Netzwerk. Die beste Route kann hierbei etwa die kürzeste, sicherste oder kostensparendste Route sein. In die Metriken gehen relevanten Netzeigenschaften ein, etwa die Bandbreite, die Übertragungsverzögerung oder der Hop Count. Adaptives Routing wird in LANs hauptsächlich auf der Ebene der Router und Bridges implementiert. Ziel ist dabei oft auch, die Netzlast gleichmäßiger zu verteilen, also auch unausgelastete Nebenstrecken in die Datenübertragung miteinzubeziehen. Adaptives Routing erfordert im Vergleich zu statischem Routing aufgrund der selbständigen Informationsverarbeitung einen geringeren Verwaltungsaufwand. Hingegen funktioniert das statische Routing oft stabiler, was auch daran liegt, dass das Netz beim adaptiven Routing zusätzlich mit Routinginformationen belastet wird. In vielen Netzwerken kommt heute daher eine Mischstrategie zum Einsatz. Folgende Netzwerkprotokolle unterstützen adaptives Routing auf OSI-Schicht 3: * BGP4 (Border Gateway Protocol), * IGRP/EIGRP (Interior Gateway Routing Protocol) / (Enhanced Interior Gateway Routing Protocol), * IS-IS (Intermediate System to Intermediate System Protocol), * LISP (Locator/Identifier Separation Protocol), * OSPF (Open Shortest Path First), * RIP (Routing Information Protocol). Auf OSI-Schicht 2 ermöglichen Protokolle, wie G.8032 und 802.1D (Spanning Tree Protocol), die Nutzung alternativer Wege im Fehlerfall. (de)
  • Dynamic routing, also called adaptive routing,is a process where a router can forward data via a different route for a given destination based on the current conditions of the communication circuits within a system. The term is most commonly associated with data networking to describe the capability of a network to 'route around' damage, such as loss of a node or a connection between nodes, so long as other path choices are available. Dynamic routing allows as many routes as possible to remain valid in response to the change. Systems that do not implement dynamic routing are described as using static routing, where routes through a network are described by fixed paths. A change, such as the loss of a node, or loss of a connection between nodes, is not compensated for. This means that anything that wishes to take an affected path will either have to wait for the failure to be repaired before restarting its journey, or will have to fail to reach its destination and give up the journey. (en)
  • Le routage dynamique ou routage adaptatif est un processus au cours duquel un routeur transmet des données via différentes routes ou vers différentes destinations en fonction de l'état des circuits de communication dans un système. Il existe sur les routeurs certaines applications qui permettent aux routeurs voisins de s'échanger de l'information quant à leur tables de routage ; ce sont les protocoles de routage. Dans le routage statique, l'administrateur réseau doit informer (paramétrer) les routeurs pour leur donner des ordres de routage : sur quelle interface envoyer les datagrammes pour le réseau de destination d'adresse IP « X ». C'est une modification statique de la table de routage des routeurs. C'est long, fastidieux et pas très efficace et ne convient qu'à de petites structures. Si la configuration du réseau change souvent pour des raisons diverses (incident, coupure, changement de matériel, surcharge), alors il faut, pour maintenir le routage dans de bonnes conditions, que chaque routeur adapte sa table de routage à la nouvelle configuration. Cela n'est possible qu'à travers un processus automatique. C'est le rôle des protocoles de routage dynamiques. (fr)
  • Perutean dinamis, juga disebut perutean adaptif, adalah proses di mana perute dapat meneruskan data melalui rute yang berbeda atau tujuan yang diberikan berdasarkan pada kondisi saat ini dari sirkuit komunikasi dalam suatu sistem. Istilah ini paling sering dikaitkan dengan jaringan data untuk menggambarkan kemampuan jaringan untuk 'rute sekitar' kerusakan, seperti kehilangan node atau koneksi antara node, selama pilihan jalur lain tersedia. Perutean dinamis memungkinkan sebanyak mungkin rute tetap valid sebagai respons terhadap perubahan. Sistem yang tidak menerapkan perutean dinamis digambarkan menggunakan perutean statis, di mana rute melalui jaringan dijelaskan oleh jalur tetap. Perubahan, seperti kehilangan node, atau kehilangan koneksi antara node, tidak dikompensasi. Ini berarti bahwa apa pun yang ingin mengambil jalan yang terkena dampak harus menunggu kegagalan untuk diperbaiki sebelum memulai kembali perjalanannya, atau harus gagal mencapai tujuannya dan menyerah. (in)
  • 动态路由又称自适应路由,是指路由器能根据系统内通信电路的当前状况,通过不同的路由或指定的目的地转发数据的过程(如遇到有故障的節點直接繞過或選擇其他正常的路徑)。這一概念常见於与计算机网络相关联的領域。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 923453 (xsd:integer)
dbo:wikiPageLength
  • 6610 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1120516323 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • 动态路由又称自适应路由,是指路由器能根据系统内通信电路的当前状况,通过不同的路由或指定的目的地转发数据的过程(如遇到有故障的節點直接繞過或選擇其他正常的路徑)。這一概念常见於与计算机网络相关联的領域。 (zh)
  • Adaptives Routing beschreibt in der Netzwerktechnik die Fähigkeit von Routing-Algorithmen, selbstständig eine neue Route zu finden, um zum Beispiel ein beschädigtes, überlastetes oder fehlendes Netzwerkelement zu umgehen. Adaptives Routing wird in LANs hauptsächlich auf der Ebene der Router und Bridges implementiert. Ziel ist dabei oft auch, die Netzlast gleichmäßiger zu verteilen, also auch unausgelastete Nebenstrecken in die Datenübertragung miteinzubeziehen. Folgende Netzwerkprotokolle unterstützen adaptives Routing auf OSI-Schicht 3: (de)
  • Dynamic routing, also called adaptive routing,is a process where a router can forward data via a different route for a given destination based on the current conditions of the communication circuits within a system. The term is most commonly associated with data networking to describe the capability of a network to 'route around' damage, such as loss of a node or a connection between nodes, so long as other path choices are available. Dynamic routing allows as many routes as possible to remain valid in response to the change. (en)
  • Perutean dinamis, juga disebut perutean adaptif, adalah proses di mana perute dapat meneruskan data melalui rute yang berbeda atau tujuan yang diberikan berdasarkan pada kondisi saat ini dari sirkuit komunikasi dalam suatu sistem. Istilah ini paling sering dikaitkan dengan jaringan data untuk menggambarkan kemampuan jaringan untuk 'rute sekitar' kerusakan, seperti kehilangan node atau koneksi antara node, selama pilihan jalur lain tersedia. Perutean dinamis memungkinkan sebanyak mungkin rute tetap valid sebagai respons terhadap perubahan. (in)
  • Le routage dynamique ou routage adaptatif est un processus au cours duquel un routeur transmet des données via différentes routes ou vers différentes destinations en fonction de l'état des circuits de communication dans un système. Il existe sur les routeurs certaines applications qui permettent aux routeurs voisins de s'échanger de l'information quant à leur tables de routage ; ce sont les protocoles de routage. (fr)
rdfs:label
  • Adaptives Routing (de)
  • Dynamic routing (en)
  • Routage dynamique (fr)
  • Perutean dinamis (in)
  • 動態路由 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License