Introduction
簡介
Imagine a busy hotel where a receptionist efficiently manages the front desk, greeting guests and assisting them with check-ins and check-outs. This receptionist is like your default gateway, handling all inbound and outbound network traffic and making sure it goes to the right place. However, if the receptionist needs a break or goes off duty, there is no one to help the guests, leaving them stuck and unable to check in or check out, causing disruptions. What do you think could be done to prevent this problem from occurring?
想像一間繁忙的飯店,櫃檯接待員有效率地管理櫃檯,迎接賓客並協助他們辦理入住與退房。這位接待員就像你的預設閘道,處理所有進出的網路流量,並確保流量送到正確的地方。然而,若這位接待員需要休息或下班,就沒有人能協助賓客,導致他們無法辦理入住或退房,造成服務中斷。你認為可以怎麼做來避免這個問題發生?
To avoid this, the hotel has a system in place, where there are always two receptionists on duty. The main receptionist (active router) handles everything, while the backup receptionist (standby router) is ready to step in immediately whenever needed. This setup ensures that guests always have someone to help them.
為避免這種情況,飯店建立了一套制度,隨時都有兩位接待員值班。主要接待員(主動路由器)負責處理所有事務,而備援接待員(待命路由器)則隨時準備在需要時立即接手。這樣的安排確保賓客隨時都有人可以協助。

The receptionist (active router) acts like a gateway assisting guests (data) with check-ins and check-outs. The guests represent data waiting in line to be processed by the active router. In case the receptionist needs to take a break, we have the backup receptionist ready to take over. This is like how First Hop Redundancy Protocols (FHRP), such as Hot Standby Router Protocol (HSRP) and Virtual Router Redundancy Protocol (VRRP), ensure continuous network connectivity by having backup routers ready to take over if the primary one fails.
接待員(主動路由器)就像閘道一樣,協助賓客(資料)辦理入住與退房。賓客代表正在排隊等候主動路由器處理的資料。萬一接待員需要休息,我們有備援接待員準備接手。這就如同第一跳備援協定(FHRP,例如熱備援路由器協定(HSRP)與虛擬路由器備援協定(VRRP))藉由讓備援路由器隨時準備在主要路由器故障時接手,確保網路連線不中斷。
In this course, you will learn about:
在本課程中,你將學到:
- The need for default gateway redundancy.預設閘道備援的必要性。
- The basics of HSRP and VRRP.HSRP 與 VRRP 的基本概念。
- The operation and benefits of FHRP.FHRP 的運作方式與優點。
- Advanced HSRP features, including load balancing and interface tracking.HSRP 的進階功能,包括負載平衡與介面追蹤。