Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Longest prefix match
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Longest_prefix_match
http://dbpedia.org/ontology/abstract مواءمة أطول بادئة (بالإنجليزية: Longest prمواءمة أطول بادئة (بالإنجليزية: Longest prefix match)‏ هي خوارزمية تُستخدم من قبل الموجهات ضمن بروتوكول الإنترنت (IP) لتحدد مدخل من جدول التوجيه (بالإنجليزية: forwarding table)‏. تُحدد المدخلات في جدول التوجيه على بادئة عناوين الشبكات الفرعية (بالإنجليزية: sub-network)‏، وقد يتوائم عنوان الأيبي لجهة القصد لأكثر من مدخل، ولكن يُتخذ المدخل الذي يحتوي على أطول قناع للشبكة الفرعية.ل الذي يحتوي على أطول قناع للشبكة الفرعية. , Il longest prefix match (detto anche MaximIl longest prefix match (detto anche Maximum prefix length match) è un algoritmo di livello 3 utilizzato dai router con protocollo IP per selezionare una particolare linea da una tabella di routing. Poiché ogni linea di una tabella di routing specifica una sottorete, è possibile che un indirizzo IP stia in due linee distinte, cioè che due reti siano parzialmente sovrapposte. La linea più specifica, ossia quella che contenga una rete con la più alta sottomaschera di rete, è chiamata longest prefix match (valore con il più lungo prefisso). Il dato è così chiamato proprio perché il numero di bit a 1 nella maschera di sottorete è maggiore delle reti sovrapposte. Nel caso un router debba scegliere il Next Hop tra due reti sovrapposte, verrà scelta la rete con il longest prefix match, in modo da rendere più specifico il percorso che dovrà fare il pacchetto. In questo modo, il pacchetto andrà verso router che gestiscono reti più piccole, rispetto a router che gestiscano reti più grandi. Ad esempio, consideriamo queste linee in una tabella di routing (viene utilizzata la notazione CIDR) 10.1.5.64/2710.1.5.64/28 10.1.5.64/29 Quando il router dovrà indirizzare un pacchetto all'indirizzo 10.1.5.64 (appartenente a tutte e tre le sottoreti della tabella di routing), sceglierà la riga con il longest prefix match per il Next Hop. In questo caso, verrà utilizzata la riga 10.1.5.64/29 che ha sottomaschera di rete /29, maggiore di /28 e di /27.era di rete /29, maggiore di /28 e di /27. , 最长前缀匹配是指在IP协议中,被路由器用于在路由表中进行选择的一个算法。 因为路由表最长前缀匹配是指在IP协议中,被路由器用于在路由表中进行选择的一个算法。 因为路由表中的每个表项都指定了一个网络,所以一个目的地址可能与多个表项匹配。最明确的一个表项——即子网掩码最长的一个——就叫做最长前缀匹配。之所以这样称呼它,是因为这个表项也是路由表中,与目的地址的高位匹配得最多的表项。 例如,考虑下面这个IPv4的路由表(这里用CIDR来表示): 192.168.20.16/28192.168.0.0/16 在要查找地址192.168.20.19的时候,这两个表项都“匹配”。也就是说,两个表项都包含着要查找的地址。这种情况下,前缀最长的路由就是192.168.20.16/28,因为它的子网掩码(/28)比其他表项的掩码(/16)要长,使得它更加明确。 路由表中常常包含一个默认路由。这个路由在所有表项都不匹配的时候有着最短的前缀匹配。 路由表中常常包含一个默认路由。这个路由在所有表项都不匹配的时候有着最短的前缀匹配。 , Longest Prefix Match ist ein einfaches VerLongest Prefix Match ist ein einfaches Verfahren aus dem Bereich Netzwerk. Hierbei geht es darum, wie ein Router möglichst effizient eine maximal mögliche Übereinstimmung der Zieladresse mit einer gespeicherten IP-Adresse aus seiner internen Routingtabelle findet. Der Routenalgorithmus kommt dann zum Einsatz, wenn die Routingtabelle mehrere potentiell zur Zieladresse eines Paketes passende Adressbereiche beinhaltet und gehört nach der Ablösung von Netzklassen durch Adressen und frei wählbare Netzmasken (CIDR) zu den Standardverfahren. Allgemein gilt: Ein Router pflegt intern eine Routingtabelle mit Netzwerkadressen und Netzmasken und einer dazu zugeordneten Schnittstelle, um ein empfangenes Paket weiterleiten zu können. Liegt die Zieladresse in mehreren verfügbaren Subnetzen, so wird der Eintrag mit der längsten Übereinstimmung gewählt. Das Verfahren kommt sowohl bei IPv4 als auch IPv6 zum Einsatz.sowohl bei IPv4 als auch IPv6 zum Einsatz. , Longest prefix match (also called Maximum Longest prefix match (also called Maximum prefix length match) refers to an algorithm used by routers in Internet Protocol (IP) networking to select an entry from a routing table. Because each entry in a forwarding table may specify a sub-network, one destination address may match more than one forwarding table entry. The most specific of the matching table entries — the one with the longest subnet mask — is called the longest prefix match. It is called this because it is also the entry where the largest number of leading address bits of the destination address match those in the table entry. For example, consider this IPv4 forwarding table (CIDR notation is used): 192.168.20.16/28192.168.0.0/16 When the address 192.168.20.19 needs to be looked up, both entries in the forwarding table "match". That is, both entries contain the looked up address. In this case, the longest prefix of the candidate routes is 192.168.20.16/28, since its subnet mask (/28) is longer than the other entry's mask (/16), making the route more specific. Forwarding tables often contain a default route, which has the shortest possible prefix match, to fall back on in case matches with all other entries fail. case matches with all other entries fail.
http://dbpedia.org/ontology/wikiPageID 764303
http://dbpedia.org/ontology/wikiPageLength 1967
http://dbpedia.org/ontology/wikiPageRevisionID 1083221102
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Internet_Protocol + , http://dbpedia.org/resource/Subnet_mask + , http://dbpedia.org/resource/Network_Search_Engine + , http://dbpedia.org/resource/Router_%28computing%29 + , http://dbpedia.org/resource/Forwarding_table + , http://dbpedia.org/resource/IPv4 + , http://dbpedia.org/resource/Category:Internet_architecture + , http://dbpedia.org/resource/Algorithm + , http://dbpedia.org/resource/Default_route + , http://dbpedia.org/resource/Category:Routing_protocols + , http://dbpedia.org/resource/Trie + , http://dbpedia.org/resource/CIDR_notation +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Short_description + , http://dbpedia.org/resource/Template:More_citations_needed +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Routing_protocols + , http://dbpedia.org/resource/Category:Internet_architecture +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Longest_prefix_match?oldid=1083221102&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Longest_prefix_match +
owl:sameAs http://de.dbpedia.org/resource/Longest_Prefix_Match + , http://dbpedia.org/resource/Longest_prefix_match + , http://www.wikidata.org/entity/Q1015367 + , http://zh.dbpedia.org/resource/%E6%9C%80%E9%95%BF%E5%89%8D%E7%BC%80%E5%8C%B9%E9%85%8D + , http://yago-knowledge.org/resource/Longest_prefix_match + , http://it.dbpedia.org/resource/Longest_prefix_match + , https://global.dbpedia.org/id/6Jmf + , http://ar.dbpedia.org/resource/%D9%85%D9%88%D8%A7%D8%A1%D9%85%D8%A9_%D8%A3%D8%B7%D9%88%D9%84_%D8%A8%D8%A7%D8%AF%D8%A6%D8%A9 + , http://rdf.freebase.com/ns/m.039hbc +
rdf:type http://dbpedia.org/class/yago/Protocol106665108 + , http://dbpedia.org/class/yago/WikicatRoutingProtocols + , http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/class/yago/Direction106786629 + , http://dbpedia.org/class/yago/Communication100033020 + , http://dbpedia.org/class/yago/WikicatNetworkLayerProtocols + , http://dbpedia.org/class/yago/Rule106652242 + , http://dbpedia.org/class/yago/Message106598915 +
rdfs:comment مواءمة أطول بادئة (بالإنجليزية: Longest prمواءمة أطول بادئة (بالإنجليزية: Longest prefix match)‏ هي خوارزمية تُستخدم من قبل الموجهات ضمن بروتوكول الإنترنت (IP) لتحدد مدخل من جدول التوجيه (بالإنجليزية: forwarding table)‏. تُحدد المدخلات في جدول التوجيه على بادئة عناوين الشبكات الفرعية (بالإنجليزية: sub-network)‏، وقد يتوائم عنوان الأيبي لجهة القصد لأكثر من مدخل، ولكن يُتخذ المدخل الذي يحتوي على أطول قناع للشبكة الفرعية.ل الذي يحتوي على أطول قناع للشبكة الفرعية. , 最长前缀匹配是指在IP协议中,被路由器用于在路由表中进行选择的一个算法。 因为路由表最长前缀匹配是指在IP协议中,被路由器用于在路由表中进行选择的一个算法。 因为路由表中的每个表项都指定了一个网络,所以一个目的地址可能与多个表项匹配。最明确的一个表项——即子网掩码最长的一个——就叫做最长前缀匹配。之所以这样称呼它,是因为这个表项也是路由表中,与目的地址的高位匹配得最多的表项。 例如,考虑下面这个IPv4的路由表(这里用CIDR来表示): 192.168.20.16/28192.168.0.0/16 在要查找地址192.168.20.19的时候,这两个表项都“匹配”。也就是说,两个表项都包含着要查找的地址。这种情况下,前缀最长的路由就是192.168.20.16/28,因为它的子网掩码(/28)比其他表项的掩码(/16)要长,使得它更加明确。 路由表中常常包含一个默认路由。这个路由在所有表项都不匹配的时候有着最短的前缀匹配。 路由表中常常包含一个默认路由。这个路由在所有表项都不匹配的时候有着最短的前缀匹配。 , Il longest prefix match (detto anche MaximIl longest prefix match (detto anche Maximum prefix length match) è un algoritmo di livello 3 utilizzato dai router con protocollo IP per selezionare una particolare linea da una tabella di routing. Poiché ogni linea di una tabella di routing specifica una sottorete, è possibile che un indirizzo IP stia in due linee distinte, cioè che due reti siano parzialmente sovrapposte. La linea più specifica, ossia quella che contenga una rete con la più alta sottomaschera di rete, è chiamata longest prefix match (valore con il più lungo prefisso). Il dato è così chiamato proprio perché il numero di bit a 1 nella maschera di sottorete è maggiore delle reti sovrapposte.ttorete è maggiore delle reti sovrapposte. , Longest prefix match (also called Maximum Longest prefix match (also called Maximum prefix length match) refers to an algorithm used by routers in Internet Protocol (IP) networking to select an entry from a routing table. Because each entry in a forwarding table may specify a sub-network, one destination address may match more than one forwarding table entry. The most specific of the matching table entries — the one with the longest subnet mask — is called the longest prefix match. It is called this because it is also the entry where the largest number of leading address bits of the destination address match those in the table entry.on address match those in the table entry. , Longest Prefix Match ist ein einfaches VerLongest Prefix Match ist ein einfaches Verfahren aus dem Bereich Netzwerk. Hierbei geht es darum, wie ein Router möglichst effizient eine maximal mögliche Übereinstimmung der Zieladresse mit einer gespeicherten IP-Adresse aus seiner internen Routingtabelle findet. Der Routenalgorithmus kommt dann zum Einsatz, wenn die Routingtabelle mehrere potentiell zur Zieladresse eines Paketes passende Adressbereiche beinhaltet und gehört nach der Ablösung von Netzklassen durch Adressen und frei wählbare Netzmasken (CIDR) zu den Standardverfahren.etzmasken (CIDR) zu den Standardverfahren.
rdfs:label Longest Prefix Match , 最长前缀匹配 , Longest prefix match , مواءمة أطول بادئة
hide properties that link here 
http://dbpedia.org/resource/LPM + http://dbpedia.org/ontology/wikiPageDisambiguates
http://dbpedia.org/resource/Content_centric_networking + , http://dbpedia.org/resource/Trie + , http://dbpedia.org/resource/LPM + , http://dbpedia.org/resource/Content-addressable_memory + , http://dbpedia.org/resource/Multiprotocol_Label_Switching + , http://dbpedia.org/resource/Default_route + , http://dbpedia.org/resource/Longest_prefix_matching + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Longest_prefix_match + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Longest_prefix_match + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.