Switching and Routing Exam Knowledge Points | Generated by AI
Here is a comprehensive list of 100 knowledge points for the “Switching and Routing Technology” (13833) exam, structured according to the syllabus projects and assessment objectives.
Project 1: eNSP and VRP Fundamentals
- eNSP Purpose: eNSP is a graphical network simulation platform used to simulate Huawei enterprise-level network equipment.
- VRP System: The Versatile Routing Platform (VRP) is the operating system used in Huawei network devices.
- User View: The initial view upon login, denoted by
<Huawei>, used for viewing basic device information. - System View: Entered using the
system-viewcommand, used for modifying global device parameters. - Interface View: Used for configuring specific physical or logical ports (e.g.,
interface GigabitEthernet 0/0/1). - Command Completion: The Tab key is used to automatically complete a partially typed command.
- Question Mark (?): Provides a list of available commands or help with command parameters.
- Save Configuration: The
savecommand stores the current configuration in flash memory to prevent data loss after a reboot. - Undo Command: The
undokeyword is used to delete a configuration or disable a specific function. - Display Commands: The
displaycommand (e.g.,display this) is used to view the current status or configuration settings.
Project 2: Switching Technology & Campus Networks
- Layer 2 Switching: Switches forward data frames based on Destination MAC addresses at the Data Link Layer.
- MAC Address Table: A dynamic table mapping MAC addresses to specific physical ports on a switch.
- Layer 3 Switching: Combines Layer 2 switching with Layer 3 routing to achieve high-speed inter-VLAN data forwarding.
- VLAN Definition: Virtual Local Area Networks logically segment a physical network into multiple broadcast domains.
- VLAN Advantages: Improves security, reduces broadcast traffic, and simplifies network management.
- Access Port: A port type used to connect to end devices (PCs) that belongs to a single VLAN.
- Trunk Port: A port type that allows multiple VLANs to pass through a single physical link between switches.
- Hybrid Port: A Huawei-specific port type that can handle both tagged and untagged traffic flexibly.
- PVID: The Port VLAN ID identifies the default VLAN tag assigned to untagged frames entering a port.
- IEEE 802.1Q: The standard industry protocol used for VLAN tagging in Ethernet frames.
- Inter-VLAN Routing: Achieved using a Layer 3 switch or a router to allow communication between different VLANs.
- VLANIF Interface: A logical Layer 3 interface on a switch used as a gateway for a specific VLAN.
- Link Aggregation: Combines multiple physical links into one logical link to increase bandwidth and provide redundancy.
- LACP Protocol: The Link Aggregation Control Protocol used to dynamically negotiate and manage aggregated links.
- Network Loops: Occur when multiple active paths exist between switches, leading to broadcast storms.
- STP (Spanning Tree Protocol): Prevents network loops by logically blocking redundant ports.
- Root Bridge: The central switch in an STP topology, selected based on the lowest Bridge ID.
- RSTP (Rapid STP): An evolution of STP that provides significantly faster convergence times when the topology changes.
- VRRP (Virtual Router Redundancy Protocol): Provides gateway redundancy by grouping multiple routers/switches into one virtual router.
- Master Router: The active device in a VRRP group responsible for forwarding traffic.
- Backup Router: The standby device in a VRRP group that takes over if the Master fails.
- DHCP (Dynamic Host Configuration Protocol): Automatically assigns IP addresses, masks, and gateways to network hosts.
- DHCP Server: The device (router or switch) that manages the IP address pool and leases addresses.
- DHCP Relay: Allows a DHCP server to provide addresses to clients located in different subnets/VLANs.
- Console Port: A physical management port used for local initial configuration of a switch or router.
- Telnet/SSH: Protocols used for remote management of network devices over the network.
- Full-Duplex: Allows simultaneous bidirectional data transmission on a switch port.
- Half-Duplex: Allows data transmission in both directions, but only one direction at a time.
- Port Security: A feature that limits the number of MAC addresses allowed on a single switch port.
- Broadcast Storm: Excessive broadcast traffic that consumes all bandwidth and crashes the network.
Project 3: Routing Technology & Inter-Networking
- Router Function: Connects different network segments and determines the best path for IP packet forwarding.
- Routing Table: A database in a router that stores paths to various network destinations.
- Directly Connected Route: A route automatically created when a router’s interface is configured with an IP and is active.
- Static Route: A manually configured path to a destination network defined by the administrator.
- Default Route: A type of static route (0.0.0.0/0) used when no specific match is found in the routing table.
- Floating Static Route: A backup static route with a higher preference value that only appears if the primary link fails.
- Dynamic Routing: Protocols that allow routers to automatically learn and share network topology changes.
- Metric: A value used by routing protocols to determine the “cost” or efficiency of a specific path.
- Administrative Distance/Preference: A value used to select the best route when multiple protocols provide the same destination.
- RIP (Routing Information Protocol): A distance-vector protocol that uses “hop count” as its metric.
- RIPv2: An updated version of RIP that supports VLSM and uses multicast (224.0.0.9) for updates.
- OSPF (Open Shortest Path First): A link-state protocol that uses the Shortest Path First (SPF) algorithm.
- OSPF Area: A logical grouping of OSPF routers used to limit the size of the link-state database.
- OSPF Area 0: The backbone area in an OSPF network to which all other areas must connect.
- Router ID: A unique 32-bit number used to identify a router within an OSPF process.
- Neighbor Relationship: A state where two OSPF routers exchange “Hello” packets and agree on parameters.
- Adjacency: A more advanced state where OSPF neighbors synchronize their link-state databases.
- One-Arm Routing: Using a single physical interface on a router (with sub-interfaces) to route between multiple VLANs.
- Sub-interface: A logical division of a physical interface used in “Router-on-a-Stick” configurations.
- Dot1q Termination: The process of a router sub-interface stripping a VLAN tag to process an IP packet.
- NAT (Network Address Translation): Translates private internal IP addresses into public IP addresses for Internet access.
- Static NAT: A one-to-one mapping between a private IP and a public IP address.
- Dynamic NAT: Maps private IPs to a pool of public IP addresses on a first-come, first-served basis.
- NAPT (Network Address Port Translation): Allows multiple internal hosts to share one public IP by using different port numbers.
- ACL (Access Control List): A set of rules used to permit or deny traffic based on IP addresses or port numbers.
- Basic ACL: Uses range 2000-2999 and filters based only on the source IP address.
- Advanced ACL: Uses range 3000-3999 and filters based on source/destination IP, protocol, and port numbers.
- ACL Rule “Deny”: Explicitly drops packets that match the specified criteria in the rule.
- ACL Rule “Permit”: Allows packets that match the specified criteria to pass through.
- Wildcard Mask: Used in ACLs to specify which bits of an IP address should be ignored during matching.
- PPP (Point-to-Point Protocol): A widely used Data Link Layer protocol for direct connections between two routers.
- CHAP Authentication: A secure three-way handshake authentication method used in PPP links.
- IPv6 Address: A 128-bit address designed to replace IPv4, written in eight groups of hexadecimal digits.
- IPv6 Stateless Autoconfiguration (SLAAC): Allows a host to generate its own IPv6 address using the prefix provided by a router.
- Dual Stack: Running both IPv4 and IPv6 simultaneously on the same network equipment.
- Route Redistribution: A process allowing a router to share routes learned from one protocol into another (e.g., RIP to OSPF).
- Convergence: The time it takes for all routers in a network to update their routing tables after a change.
- Split Horizon: A technique used by RIP to prevent routing loops by not sending info back out the interface it was learned from.
- LSA (Link State Advertisement): The data packet OSPF uses to share local topology information with neighbors.
- DR (Designated Router): The lead router in an OSPF multi-access segment responsible for managing LSAs.
Project 4: Advanced Configuration & Design
- Subnetting: The process of dividing a large network into smaller, more manageable sub-networks.
- CIDR (Classless Inter-Domain Routing): A method for IP addressing that replaces traditional Class A, B, and C categories.
- Subnet Mask: A 32-bit number that distinguishes the network portion of an IP address from the host portion.
- Gateway: The point of exit from a local network to other networks, usually a router or Layer 3 switch.
- Loopback Interface: A virtual interface on a router used for testing and as a stable identifier for OSPF.
- ARP (Address Resolution Protocol): Resolves a known IP address into a physical MAC address.
- Proxy ARP: Allows a router to answer ARP requests for a network it can reach but is not directly attached to.
- Tracert: A diagnostic tool used to track the hop-by-hop path a packet takes to a destination.
- Ping: Uses ICMP Echo messages to test basic connectivity between two IP devices.
- Bandwidth: The maximum rate of data transfer across a given path in a network.
- Throughput: The actual rate of successful data delivery over a specific period.
- VLAN Pruning: Restricting VLAN traffic on Trunk links to only those switches that have active members in that VLAN.
- Root Port: The port on a non-root bridge with the lowest path cost to the Root Bridge.
- Designated Port: The port on a network segment responsible for forwarding STP traffic.
- MTU (Maximum Transmission Unit): The largest size of a data unit that can be transmitted over a network interface.
- Cold Boot: Starting a device from a powered-off state.
- Warm Boot/Reboot: Restarting a device without removing power, often to apply new configurations.
- Network Topology: The physical or logical layout of a network (e.g., Star, Mesh, Bus).
- Standardization: Using protocols like OSPF and STP to ensure compatibility between different vendors’ equipment.
- Troubleshooting: The systematic process of identifying, locating, and fixing faults in a network configuration.
Would you like me to create a practice quiz based on these 100 points to help you prepare for the exam?