Private Network-to-Network Interface (original) (raw)

About DBpedia

PNNI (Private Network-to-Network Interface) è un algoritmo di routing usato su ATM molto simile all'OSPF che prevede diversi livelli di gerarchia di distribuzione delle informazioni.Questo permette ad ogni nodo di conoscere la strada da far percorrere alle celle ATM, quantificando con una certa approssimazione le caratteristiche necessarie a garantire la QoS.

Property Value
dbo:abstract The Private Network-to-Network Interface (PNNI) is a link-state routing protocol used in asynchronous transfer mode (ATM) networks. PNNI is similar to the open shortest path first (OSPF) used for IP routing. PNNI is a suite of network protocols that can be used to discover an ATM network topology, create a database of topology information, and route calls over the discovered topology.PNNI is a link-state routing protocol, which means that the protocol collects information about the current state of links and nodes in the network to build a network database. The PNNI network database can be used to determine the network structure and the current state of network components. To build the PNNI network database, each PNNI node must receive topology information from all the other devices in the network. To keep the database current, the node must receive regular updates from other nodes. The PNNI protocol communicates the state of a PNNI network in PNNI Topology State Elements (PTSEs). PTSEs are discrete messages that contain information about one of the following types of network components: * PNNI nodes * Reachable addresses * PNNI links between nodes To enable communications with other nodes, each switch needs to have all the PTSE information for each switch in the network. Each node is responsible for flooding out its own PTSE information to all the other switches in the network. Since up-to-date PTSE information is required for optimal routing decisions to be made, there are several different mechanisms in place to help ensure that all nodes have reasonably accurate PTSE information. The five common reasons for updating PTSEs are as follows: * Resources administratively added, removed or altered on a node. * Resource failure such as a loss of signal (LOS) on a link. * A significant change in link resources due to virtual circuits (VCs) routing or derouting. * Periodic updates defined by the PTSE refresh and PTSE lifetime interval timers. * A processor switch module (PXM) switchover. PTSE information is passed between nodes using PNNI topology state packets (PTSPs). These packets utilize the routing control channel (RCC; VPI = 0 and VCI = 18) between adjacent nodes. The RCC is also used for Hello packets and other PNNI messages. If the switch is unable to establish the RCC with the adjacent node, then PTSE information is not exchanged. Once a node receives PTSE information, the node stores the contents, or element information, in the database. This information is used to generate precomputed routing tables that identify routes to other network devices. PNNI uses the Dijkstra's algorithm for shortest path first (SPF) calculation. The PNNI database is also used to perform on-demand routing when the appropriate routing table does not contain a viable path. PNNI measures line capacities and delays in addition to simple cost metrics. (en) PNNI (Private Network-to-Network Interface) è un algoritmo di routing usato su ATM molto simile all'OSPF che prevede diversi livelli di gerarchia di distribuzione delle informazioni.Questo permette ad ogni nodo di conoscere la strada da far percorrere alle celle ATM, quantificando con una certa approssimazione le caratteristiche necessarie a garantire la QoS. (it) PNNI (англ. Private Network-to-Network Interface) — протокол маршрутизации с поддержанием соединения для сетей ATM, который автоматически находит пути в сети, используя методы поиска соседей, и затем участвует в установлении SVC (switched virtual circuits) между граничными системами. В связи с этим, PNNI является как сигнальным протоколом, так и протоколом маршрутизации. Сигнальная часть участвует в установлении виртуальных каналов, в то время как часть, отвечающая за маршрутизацию, обеспечивает механизм маршрутизации ячеек ATM между маршрутизаторами или анонимными ATM сетями. (ru)
dbo:wikiPageExternalLink https://www.cisco.com/c/en/us/td/docs/switches/wan/mgx/mgx_8850/software/mgx_r5-2/data/pnni/network/planning/guide/ppg/pintro.html
dbo:wikiPageID 22426910 (xsd:integer)
dbo:wikiPageLength 3531 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1031486372 (xsd:integer)
dbo:wikiPageWikiLink dbc:ITU-T_recommendations dbr:Open_shortest_path_first dbr:Cisco_Systems dbc:Networking_standards dbr:Link-state_routing_protocol dbc:Routing_protocols dbr:Dijkstra's_algorithm dbr:Asynchronous_transfer_mode dbr:Virtual_circuit dbr:Routing_protocol dbr:Virtual_circuit_identifier dbr:Virtual_path_identifier dbr:Shortest_path_first
dbp:wikiPageUsesTemplate dbt:Cite_web dbt:Not_a_typo dbt:Reflist dbt:Jargon
dcterms:subject dbc:ITU-T_recommendations dbc:Networking_standards dbc:Routing_protocols
gold:hypernym dbr:Protocol
rdf:type dbo:Software yago:WikicatNetworkingStandards yago:WikicatRoutingProtocols yago:Abstraction100002137 yago:Advice106671484 yago:Communication100033020 yago:Direction106786629 yago:Measure100033615 yago:Message106598915 yago:Proposal107162194 yago:Protocol106665108 yago:Recommendation106671637 yago:WikicatITU-TRecommendations yago:Rule106652242 yago:Standard107260623 yago:SystemOfMeasurement113577171
rdfs:comment PNNI (Private Network-to-Network Interface) è un algoritmo di routing usato su ATM molto simile all'OSPF che prevede diversi livelli di gerarchia di distribuzione delle informazioni.Questo permette ad ogni nodo di conoscere la strada da far percorrere alle celle ATM, quantificando con una certa approssimazione le caratteristiche necessarie a garantire la QoS. (it) PNNI (англ. Private Network-to-Network Interface) — протокол маршрутизации с поддержанием соединения для сетей ATM, который автоматически находит пути в сети, используя методы поиска соседей, и затем участвует в установлении SVC (switched virtual circuits) между граничными системами. В связи с этим, PNNI является как сигнальным протоколом, так и протоколом маршрутизации. Сигнальная часть участвует в установлении виртуальных каналов, в то время как часть, отвечающая за маршрутизацию, обеспечивает механизм маршрутизации ячеек ATM между маршрутизаторами или анонимными ATM сетями. (ru) The Private Network-to-Network Interface (PNNI) is a link-state routing protocol used in asynchronous transfer mode (ATM) networks. PNNI is similar to the open shortest path first (OSPF) used for IP routing. The PNNI protocol communicates the state of a PNNI network in PNNI Topology State Elements (PTSEs). PTSEs are discrete messages that contain information about one of the following types of network components: * PNNI nodes * Reachable addresses * PNNI links between nodes PNNI measures line capacities and delays in addition to simple cost metrics. (en)
rdfs:label PNNI (it) Private Network-to-Network Interface (en) PNNI (ru)
owl:sameAs freebase:Private Network-to-Network Interface yago-res:Private Network-to-Network Interface wikidata:Private Network-to-Network Interface dbpedia-it:Private Network-to-Network Interface dbpedia-ru:Private Network-to-Network Interface https://global.dbpedia.org/id/3apbK
prov:wasDerivedFrom wikipedia-en:Private_Network-to-Network_Interface?oldid=1031486372&ns=0
foaf:homepage http://Cisco.com
foaf:isPrimaryTopicOf wikipedia-en:Private_Network-to-Network_Interface
is dbo:wikiPageRedirects of dbr:PNNI
is dbo:wikiPageWikiLink of dbr:Forwarding_information_base dbr:Asynchronous_Transfer_Mode dbr:PNNI
is foaf:primaryTopic of wikipedia-en:Private_Network-to-Network_Interface