Wide Area Networks (WANs) span large geographical distances, connecting distant LANs using telecom provider lines. Wireless Local Area Networks (WLANs) transmit data packets over-the-air using radio waves (IEEE 802.11 Wi-Fi standard) and access points (APs).
广域网 (WAN) 跨越较大的地理距离,使用电信提供商的线路连接遥远的局域网。无线局域网 (WLAN) 使用无线电波(IEEE 802.11 Wi-Fi 标准)和接入点 (AP) 在空中传输数据包。
Exercise 1: Inter-Subnet Routing Configuration 练习 1:子网间路由配置
Steps to configure:
Router# configure terminal Router(config)# interface gigabitEthernet 0/0 Router(config-if)# ip address 192.168.1.1 255.255.255.0 Router(config-if)# no shutdown Router(config-if)# interface gigabitEthernet 0/1 Router(config-if)# ip address 192.168.2.1 255.255.255.0 Router(config-if)# no shutdown
tracert 192.168.2.20. Verify that the first hop hits the gateway router interface (`192.168.1.1`).配置步骤:
Router# configure terminal Router(config)# interface gigabitEthernet 0/0 Router(config-if)# ip address 192.168.1.1 255.255.255.0 Router(config-if)# no shutdown Router(config-if)# interface gigabitEthernet 0/1 Router(config-if)# ip address 192.168.2.1 255.255.255.0 Router(config-if)# no shutdown
tracert 192.168.2.20。验证第一跳是否经过网关接口 IP `192.168.1.1`。1. Which network device operates at Layer 3 (Network Layer) and routes packets using IP addresses? 哪种网络设备工作在第三层(网络层),并使用 IP 地址路由数据包?
2. What happens to the source/destination MAC addresses when a packet passes through a router? 数据包通过路由器时,源/目的 MAC 地址会发生什么变化?
3. Which device replicates all incoming traffic to all output ports, creating a single collision domain? 哪种设备将所有输入流量复制发送到所有输出端口,从而导致单个共享的冲突域?
4. A Switch splits which domain type to optimize network performance? 交换机划分哪种域以优化网络性能?
5. Identify the official IEEE standard number designated for Wireless Local Area Networks (WLANs). 识别指定用于无线局域网 (WLAN) 的官方 IEEE 标准号。
6. Identify which wireless security protocol provides the highest level of encryption and protection today. 识别如今提供最高级别加密和保护的无线安全协议。
7. Explain how the CSMA/CA protocol prevents collisions in wireless networks. 解释 CSMA/CA 协议如何防止无线网络中的冲突。
8. Describe the primary operational function of an Access Point in wireless LAN networks. 描述接入点 (AP) 在无线局域网中的主要运行功能。
Match the device on the left with its operational Layer of the OSI Model on the right. (Click a term, then click its matching definition). 将左侧的设备与右侧其工作的 OSI 模型层进行配对。(点击术语,然后点击匹配的定义)。
Q1. Explain how a network bridge differs from a simple repeater in connecting LAN segments.
Q2. Explain the purpose of the Service Set Identifier (SSID) and discuss how disabling SSID broadcast affects wireless security.
Q3. Describe the purpose and operational benefit of implementing Virtual Local Area Networks (VLANs).
Q4. Describe the function and operational role of a Wireless LAN Controller (WLC) in enterprise networks.
Q5. Design a secure wireless network deployment for a campus, and compare WPA2 and WPA3 protocols.