Abstract
將區域網路以橋接器連結,所形成的網際網路稱為橋接式區域網路。封框 的過濾與轉遞是橋接器的基本功能,經由這兩種功能可以使得不同區域網 路上電腦間的通訊像是在同一個網路上。因此橋接式區域網路提供了穩定 、安全、高效率的大型網路。但是當網路變得更大、更複雜時,網路管理 也更形重要和困難。因此一個功能完備、效率高的網路管理系統是非常需 要的。而在橋接式區域網路管理方面,一直缺乏良好的系統。所以我們設 計並且製作了一個容易使用、高性能的橋接式區域網路管理系統。我們將 這個系統稱為橋接式區域網路管理者。橋接式區域網路管理系統只是網路 管理系統的一部份。因此在這一篇論文中,我們首先探討橋接式區域網路 管理系統在網路管理系統中所扮演的角色,再進而分析它所必須具備的功 能。根據分析的結果,我們發現除了一般網路管理系統所必備的功能,橋 接式區域網路管理系統還須提供一個介面。經由這個介面,更高層的管理 系統可以取得橋接式區域網路管理系統所蒐集的資料,以達到管理橋接式 區域網路之目的。另外,除了網路的管理,電腦的管理也是系統管理者所 迫切需要的功能。而橋接式區域網路管理者正是依據這些需求來設計的一 套系統。在橋接式區域網路管理者的架構中,每個區域網路上有一個區域 網路監督器,它負責統計網路的使用情況,並將統計資料回報給位在某地 的管理者控制台。而網路上的電腦則執行一個小程式,這個程式週期性的 回報電腦內部的資訊給管理者控制台。因此,系統管理者可以經由控制台 來獲得網路及電腦的使用情形。在橋接式區域網路中,橋接器與橋接器的 連結必須形成一個擴張樹。在這一篇論文中,我們提出一個擴張樹偵測方 法,它可以計算出目前擴張樹的形狀。另外,我們也提出一個自動找尋電 腦的方法,這個方法可以使用在系統安裝時以找出網路上的電腦。這兩個 方法的設計與橋接器無關,所以橋接式區域網路管理者適用於多重協定及 多重製造商的環境。 A Bridged Local Area Network (BLAN) is an internetwork where a lot of LANs are interconnected via bridges. The basic functions of bridges are frame filtering and forwarding. The filtering and forwarding processes make the communications between two different LANs look like in the same LAN. The BLAN provides better reliability, security, and performance over a large geography. As the network size increases, the administration of the network becomes complex and important. A BLAN management system is strongly necessary to realize the network utilization and to discover network fault as soon as possible. The BLAN management system is a part of the Network Management System (NMS). By analyzing the role of BLAN management system in the NMS, we design and implement a BLAN management system called BLAN manager. This system manages the BLAN and the stations in the BLAN. A higher-level management entity can manage the BLAN via BLAN manager. In the BLAN manager, each LAN is monitored by one LAN monitor which is responsible for network traffic statistics. A management console located somewhere in the BLAN communicates with each of the LAN monitors to exchange management information. Every station in the BLAN executes a small program in background, to report its status to the management console periodically. The system administrator can therefore manage all the stations as well as the networks at the management console. The BLAN manager also offers the functions of automatic station discovery and active spanning tree recognition. These two functions are designed and implemented independent upon the bridges and therefore, the BLAN manager is especially advantageous in a multi-vendor, multi-protocol type environment.