classful routing
The routing table hierarchy in Cisco IOS was originally implemented with the classful routing scheme.
classless addressing
Although the routing table incorporates both classful and classless addressing, the overall structure is still built around this classful scheme.
route source (C and L)
Identifies how the route was learned. Directly connected interfaces have two route source codes. C identifies
a directly connected network. Directly connected networks are
automatically created whenever an interface is configured with an IP
address and activated. L identifies that this is a local route. Local routes are automatically created whenever an interface is configured with an IP address and activated.
destination network
The address of the remote network and how that network is connected.
outgoing interface
Identifies the exit interface to use when forwarding packets to the destination network.
administrative distance (AD)
Identifies the trustworthiness of the route source. The AD for static
routes is 1 and the AD for connected routes is 0. Dynamic routing
protocols have an AD higher than 1 depending upon the protocol.
metric
dentifies the value assigned to reach the remote network. Lower values indicate preferred routes. The metric for static and connected routes is 0.
route timestamp
Identifies from when the route was last heard.
ultimate route
An ultimate route
is a routing table entry that contains either a next-hop IPv4 address
or an exit interface. Directly connected, dynamically learned, and local
routes are ultimate routes.
level 1 route
A level 1 route is a route with a subnet mask equal to or less than the classful mask of the network address.
level 1 parent route
A parent route is a level 1 network route that is subnetted. A parent route can never be an ultimate route.
level 2 child route
A level 2 child route is a route that is a subnet of a classful network address.
network route
A network route that has a subnet mask equal to that of the classful mask.
supernet route
A supernet route is a network address with a mask less than the classful mask, for example, a summary address.
default route
A default route is a static route with the address 0.0.0.0/0.
訂閱:
張貼留言 (Atom)
2025 MTK 韌體工程師 上機考心得 前言: 以前, 我覺得寫前後端的人才是真正的寫程式, 很羨慕那些大神 直到這次準備, 我才發現靠杯, 原來寫底層的程式也那麼硬派, XOR 一些奇奇怪怪的加速運算操作, 剛看到真的是無法想像, 有夠虧賊! 1. C/C++ Pro...
-
感覺筆電都好貴喔
-
本題難度為 medium,剛開始看到題目就傻住了,知道要用 Dynamic Programming 的解法,不然可能會超時,看一下台師大的演算法筆記,原來這種題目時間複雜度是O(N^4),例如 Uva 12473,參考中英文的資料後,用習慣的 C 語言,總算是把這題解出來了,...
-
# cat /etc/centos-release CentOS Linux release 7.5.1804 (Core) # yum install python-devel # yum install python-crypto # ...
沒有留言:
張貼留言