Scenario: You are Network Consultants designing a new branch network layout for 'NexGen Logistics'. The branch contains 30 employees across 3 departments: Administration (10 users), Operations (15 users), and IT Support (5 users). Given the address space 192.168.50.0/24, design a Variable Length Subnet Mask (VLSM) scheme.
场景背景: 你们是为 'NexGen Logistics' 设计新分部网络的网络顾问。分部内共有 30 名员工,分布在 3 个部门:行政部 (10人)、业务部 (15人) 和 IT 支持部 (5人)。给定 IP 地址空间 192.168.50.0/24,设计可变长子网掩码 (VLSM) 划分方案。
1. Sort subnets from largest host requirement to smallest: Operations (15 users) → Admin (10 users) → IT Support (5 users). 1. 按照主机数需求由大到小对子网进行排序:业务部(15台) → 行政部(10台) → IT 支持部(5台)。
Exercise 1: Inspecting Switch MAC Address Table 练习 1:查看交换机 MAC 地址表
Steps to analyze:
ping 192.168.1.11.enable to enter privileged mode, then type show mac address-table.分析步骤:
ping 192.168.1.11。enable 进入特权模式,然后输入 show mac address-table。1. Which LAN topology connects all client devices to a single shared central backbone cable? 哪种局域网拓扑将所有客户端设备连接到单根共享的中央主干电缆?
2. What is the media access control mechanism used in wired IEEE 802.3 Ethernet? 有线 IEEE 802.3 以太网中使用的介质访问控制机制是什么?
3. A network Switch operates at which Layer of the OSI Model? 网络交换机工作在 OSI 模型的哪一层?
4. Switches make frame forwarding decisions based on which address? 交换机基于什么地址做出数据帧转发决策?
5. Why does a star topology offer higher operational reliability than a bus topology? 为什么星型拓扑比总线型拓扑具有更高的运行可靠性?
6. How does an Ethernet switch dynamically build its MAC address table? 以太网交换机如何动态构建其 MAC 地址表?
7. Describe how a sender transmits under the CSMA/CD protocol. 描述发送端在 CSMA/CD 协议下如何传输。
8. How does the CSMA/CA protocol attempt to avoid collisions in wireless networks? CSMA/CA 协议如何试图避免无线网络中的碰撞?
Match the LAN concept on the left with its definition on the right. (Click a term, then click its matching definition). 将左侧的局域网概念与右侧的定义进行配对。(点击术语,然后点击匹配的定义)。
Q1. Describe the Bus topology and Ring topology, highlighting one advantage and one disadvantage for each.
Q2. Explain the main characteristics of Ethernet networks and how they handle access to the shared transmission medium.
Q3. Design and contrast Star and Mesh topologies, discussing their redundancy and deployment tradeoffs.