路由演算法及其策略
A Router is used to route traffic between 2 remote networks.
(WG)
|
Segment3
|
(WG) hosts ----- Segement1 ----- R -- R -- R ---- Segement2 ---- hosts (WG)
|
Segment4
|
(WG)
AS: Autonomous System
POTS: Plain Old Telephone Service
Internet
|
ISP
---------------------------------
| |
| |
| AS-1 |
| Building 1 Building 2 |
| |
-----------------------------------
|
|
WAN
/ | \
/ | \
/ | \
-------------------- \
| / | | \
| fw | | \
/ AS-2 fw | AS-3
| f1----POTS----f14 |
| |
---------------------
see AS-3 inside box below
------------------------
| |
| |
--R--- hosts |
| \ / |
| \ / |
| R |
| | |
| FW |
| | |
| | |
| R |
| / \ |
| / hosts |
| hosts |
------------------------ |
- FA-TPE --
| | ---------------------------------------------
| sw --- R | |
| | \ | floor 8 |
---------- \ | | |
\ | | |
-------- | |
| FA | ---- R -- gw --------- SW ----------- floor 14 |
-------- | |
/ | | |
/ | | |
/ | floor 7 |
/ | |
/ | |
- FA-Taichung-- --------------------------------------------
| R |
| | |
| sw |
-----------------
(mix of IGP & Static)
Static --------- Rs ------- point to point ------- R --------- Static
(OSPF) (RIP)
Typically when Routing Protocols are evaluated, it is on the basis of characterisics that somewhat from the overall design, such as
-
Convergence Times
-
Protocol Overheads (=Capacity of Bandwidth)
-
CPU Utilization
-
Memory Utilization
-
Stability
-
Hierarchy (degrees of connectedness & sizes of network areas)
-
Redundancy (protection from service interruption, degree of service consitency)
-
BGP, Border Gateway Protocols-4 (EGP)
-
RIP, Routing Information Protocol (IGP)
-
OSPF, Open Shortest Path First Protocol (IGP)
While Routing Protocols are not needed, then use Static Routes. It is apply to tub area.
see => https://github.com/QueenieCplusplus/Static_Routing
While there is no alternative routes exist in the network (lan), and there is only one route out of an area, then Static Routes is recommended to apply under this circumstance.
it allows peering betweens ASs (Admin Domain or Autonomous System), and able to develop rules on ASs, instead of network-by-network basis.
https://github.com/QueenieCplusplus/IGP_n_BGP
https://github.com/QueenieCplusplus/IGP_n_BGP
https://github.com/QueenieCplusplus/RIP