> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/zoom-customer-experience/overview/zoom-contact-center-architecture.md).

# 架構

Zoom Contact Center 採用主動-主動架構設計，以確保可靠性與韌性。

以下章節提供 Zoom Contact Center 架構的概觀。

### Zoom Contact Center 資料中心 SIP 區域

在主動-主動架構中，韌性與冗餘至關重要。為支援語音通道和電話需求，每個 Zoom Contact Center 資料中心都設有兩個完全相同、相互連接的 SIP 區域，並配備專用硬體與服務，以確保獨立的韌性與持續運作能力。

在正常運作期間，負載平衡器會在資料中心內的兩個 SIP 區域之間平均分配通話。在每個 SIP 區域內，通話會平均分配給一組通話交換機，這些交換機負責通話路由、建立及結束等各種功能。通話會從通話交換機連線至每個區域內的會話邊界控制器（SBC），由其連接至 Zoom 底層的供應商網路，或客戶提供的電信業者（BYOC-P）以進行 PSTN 路由，直到通話到達最終目的地。

在此架構中，每個不可或缺的架構元件——也就是 SBC、負載平衡器和通話交換機——都會配備冗餘硬體待命，以確保韌性。若其中一個 SIP 區域發生影響服務的事件，通話的活動媒體、訊號和註冊將會故障轉移至另一個區域，以維持不中斷的服務。此外，由於 Zoom 致力於讓每個 SIP 區域在任何時間的容量不超過 50%，因此若某個 SIP 區域發生影響服務的事件，通話應可順利故障轉移至對應的區域，直到標準運作恢復為止。

下圖以高層次方式說明 SIP 區域的主動-主動架構設計：

<div data-with-frame="true"><figure><img src="https://2668295848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctBXUMeBy4rtLMmMkKRG%2Fuploads%2Fq98WhB6gPiO2XHt8t7wK%2Fimage4.png?alt=media&amp;token=0cb2610a-853b-4a55-a6a3-b862eb5634fe" alt=""><figcaption><p>SIP 區域主動-主動架構概觀</p></figcaption></figure></div>

### Zoom Contact Center 大型資料中心

從實體層面來看，Zoom 在資料中心的佈署位於高度安全的共置設施中，具備實體安全、冗餘電力與冷卻系統，以及可連接領先的中立電信業者網際網路服務供應商（ISP）和對等互連合作夥伴的存取能力。

從技術層面來看，Zoom 在資料中心的佈署採用容錯架構，包括完整冗餘，以及從主要資料中心到次要資料中心的快速故障轉移能力，以提升可靠性並將所有聯絡中心通道的停機時間降至最低。

在極不可能發生的資料中心完全中斷或影響服務的事件中，Zoom Contact Center 的媒體、訊號和註冊資訊可能會暫時遺失，需要切換至待命的次要資料中心。在此情況下，語音通道工作階段將重新向次要資料中心註冊，並將所有來電導向該地點的備援電信業者。接著，所有新通話都將透過次要資料中心及其相關的主動-主動區域進行處理，直到服務完全恢復。服務恢復後，將安排維護時段，在適當的主要資料中心將作業恢復正常。

下圖以高層次方式說明 Zoom 的資料中心冗餘設計：

<div data-with-frame="true"><figure><img src="https://2668295848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctBXUMeBy4rtLMmMkKRG%2Fuploads%2FHwgqOR49uylTiWcQMbHk%2Fimage.png?alt=media&amp;token=cc462744-8890-4cd4-b3e2-b0efdbb282e1" alt=""><figcaption><p>Zoom 資料中心冗餘概觀</p></figcaption></figure></div>

建議讀者參考 Zoom 的 [狀態](https://status.zoom.us/) 與 [正常運作時間](https://uptime.zoom.us/) 網站，以取得有關服務可用性的其他資訊。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/zoom-customer-experience/overview/zoom-contact-center-architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
