Module 4: Switching Concepts 
  
4.1 Introduction to Ethernet/802.3 LANs 
   
4.1.1 Ethernet/802.3 LAN development  
略
4.1.2 Factors that impact network performance  
略
4.1.3 Elements of Ethernet/802.3 networks  
略
4.1.4 Half-duplex networks  
略
4.1.5 Network congestion  
略
4.1.6 Network latency  
略
4.1.7 Ethernet 10BASE-T transmission time  
略
4.1.8 The benefits of using repeaters  
略
4.1.9 Full-duplex transmitting  
 略
4.2 Introduction to LAN Switching 
   
4.2.1 LAN segmentation  
略
4.2.2 LAN segmentation with bridges  
略
4.2.3 LAN segmentation with routers  
略
4.2.4 LAN segmentation with switches  
略
4.2.5 Basic operations of a switch 

The following are the two basic operations that switches perform:

下面是交換器二個基本操作功能:

4.2.6 Ethernet switch latency 
 略
4.2.7 Layer 2 and Layer 3 switching 

The difference between Layer 2 and Layer 3 switching is the type of information inside the frame that is used to determine the correct output interface. Layer 2 switching is based on MAC address information. Layer 3 switching is based on network layer addresses, or IP addresses. The features and functionality of Layer 3 switches and routers have numerous similarities. The only major difference between the packet switching operation of a router and a Layer 3 switch is the physical implementation. In general-purpose routers, packet switching takes place in software, using microprocessor-based engines, whereas a Layer 3 switch performs packet forwarding using application specific integrated circuit (ASIC) hardware.

第二層交換與第三層路由的不同點是訊框裡用不同資訊來決定往正確介面輸出。第二層交換技術是以MAC的 位址資訊來決定,第三層路由技術是以網路層的位址資訊來決定,或是IP位址。第三層交換路由器的特色與功能與路由器有許多相似,唯一主要不同是路由器以軟體操作路由封包而第三層交換器是以硬體操作為主,一般用途的路由器 封包交換操作以軟體,使用微處理機當基礎動力,然而第三層交換器執行封包傳送是以特別設計的積體電路(ASIC) 硬體來處理。

4.2.8 Symmetric and asymmetric switching  
略
4.2.9 Memory buffering  
略
4.2.10 Two switching methods 
略
 
4.3 Switch Operation 
   
4.3.1 Functions of Ethernet switches  
略
4.3.2 Frame transmission modes 

This page will describe the three main frame transmission modes:

這一頁將敘述三種主要訊框傳輸模式。

4.3.3 How switches and bridges learn addresses 

The switching table is stored using Content Addressable Memory (CAM). CAM is used in switch applications to perform the following functions:

內容尋址性記憶體(CAM)用來儲存交換表格,CAM 是用來做交換應用去執行下列功能:

The CAM stores host MAC addresses and associated port numbers. The CAM compares the received destination MAC address against the CAM table contents. If the comparison yields a match, the port is provided, and the switch forwards the packet to the correct port and address.

內容尋址性記憶體(CAM)儲存主機MAC位址與它相關的埠(port)號碼,CAM比較接收到訊框的目的地MAC位址對照CAM表格內容,假使比對成功,交換器開始傳輸封包到正確埠(port)與位址。如圖二

4.3.4 How switches and bridges filter frames 

Today, switches are also able to filter according to the network-layer protocol. This blurs the demarcation between switches and routers. A router operates on the network layer using a routing protocol to direct traffic around the network. A switch that implements advanced filtering techniques is usually called a brouter. Brouters filter by looking at network layer information but they do not use a routing protocol.

今天,交換器能夠過濾依據網路層的通信協定,這是個介於交換器與路由器之間的模糊功能,路由器在網路層操作使用路由通信協定四處指導交通在網路上,交換器應用進階的過濾技術通常叫做橋接器與路由器合成語(Brouter),Brouters 它們過濾會參考網路層的訊息但不會使用路由通信協定。

4.3.5 Why segment LANs?  
略
4.3.6 Microsegmentation implementation  
略
4.3.7 Switches and collision domains  
略
4.3.8 Switches and broadcast domains  
略
4.3.9 Communication between switches and workstations  
略