QUESTION 127

A router receives information about network 192.168.10.0/24 from multiple sources.
What will the router consider the most reliable information about the path to that network?

A. an OSPF update for network 192.168.0.0/16.
B. a static router to network 192.168.10.0/24.
C. a static router to network 192.168.10.0/24 with a local serial interface configured as the next hop.
D. a RIP update for network 192.168.10.0/24.
E. a directly connected interface with an address of 192.168.10.254/24.
F. a default route with a next hop address of 192.168.10.1 416.

Explanation
문제 : 라우터는 여러 소스에서 192.168.10.0/24 네트워크에 대한 정보를 받습니다.
라우터는 해당 네트워크의 경로에 대해 가장 신뢰할 수 있는 정보를 무엇이라고 생각합니까?

라우터는 네트워크 경로에 대해서 Administrative Distance값을 참조하여 낮은 값의 순서로 신뢰 합니다.
A는 OSPF에서 확인한 경로이기 때문에 110
B와 C는 Static Route 이기 때문에 1
D는 RIP 이니까 120,
E는 Directly Connected 라서 0
F는 default route는 Static route로 설정을 합니다그래서 Static Route의 AD값인 1 입니다.

그래서 가장 신뢰하는 경로는 Direct Connected 입니다.

정답은 입니다.


+ Recent posts