Como os roteadores de zona livres de padrão roteiam pacotes IP se não houver uma rota correspondente?

0

Da Wikipedia, sobre a zona livre de padrões, diz:

In the context of Internet routing, the default-free zone (DFZ) refers to the collection of all Internet autonomous systems (AS) that do not require a default route to route a packet to any destination. Conceptually, DFZ routers have a "complete" BGP table, sometimes referred to as the Internet routing table, global routing table or global BGP table, but, realistically, the widespread use of route filtering and the rapid rate of change in Internet routing ensure that no router anywhere has an absolutely complete view of all routes, and any such routing table would, in any case, look different from the perspective of different routers, even if a stable view could be achieved.

Estou apenas imaginando, se o DFZ receber um pacote, mas não tiver uma rota correspondente para esse pacote, o que acontecerá se ele não tiver uma rota padrão?

    
por misteryes 21.08.2013 / 12:37

1 resposta

0

Ele retorna uma mensagem desconhecida da rede (código 6) para o endereço src.

link

    
por 21.08.2013 / 18:14