Section 2: Network Implementation Flashcards
What is static routing, and what are its key characteristics?
Definition: Manually set routes that don’t change unless updated.
Key Characteristics:
* Manual Entry: Configured directly on the router.
* Low Overhead: No extra CPU or bandwidth needed.
* Consistent Paths: Provides consitent and predictable routes.
What are the pros, cons, and common use cases for static routing?
Pros: Simple, resource-efficient, secure.
Cons: Not scalable, needs manual updates, no auto reouting if an outage occurs.
Use Cases: Small networks, stub networks, controlled paths for security.
What are BGP, EIGRP, and OSPF, what do they stand for and what are they used for?
BGP (Border Gateway Protocol) :
* Connects large networks (e.g., ISPs) on the internet.
* Uses AS numbers and chooses the shortest path for routing.
EIGRP (Enhanced Interior Gateway Routing Protocol) :
* A Cisco-specific protocol for fast routing within a single organization.
* Uses bandwidth and delay to pick the best path, adapts quickly to changes.
OSPF (Open Shortest Path First) :
* A link-state protocol used for finding the best route inside a large network.
* Uses the Shortest Path First (SPF) algorithm and divides the network into areas for efficiency.
What is dynamic routing, and what are its key characteristics?
Definition: Routes are automatically learned and updated using routing protocols.
Key Characteristics:
* Automated Updates: Routes change based on network status.
* Scalable: Handles large and complex networks easily.
* Protocols Used: OSPF, EIGRP, and BGP
What are the pros, cons, and common use cases for dynamic routing?
Pros: Adapts to changes, reduces manual effort, scales well.
Cons: Higher CPU and bandwidth use, more complex setup.
Use Cases: Large, changing networks; environments needing fast failover and adaptation.
What is route selection, and what factors influence it?
Route Selection: Choosing the best path when multiple routes are available.
Key Factors:
* Administrative Distance (AD): Trust level of the route source.
* Prefix Length: The most specific (longest) match is preferred.
* Metric: Value used to determine the best path.
What are FHRP, VIP, and subinterfaces in networking?
FHRP (First Hop Redundancy Protocol): Provides backup gateways for failover. Ensures a backup router is ready to take over if the main router goes down.
Virtual IP (VIP): A shared IP address used by multiple devices for redundancy.
Subinterfaces: Creates virtual interfaces on a single physical port, allowing it to handle traffic from multiple VLANs.
What is VLAN?
Virtual Local Area Network
A VLAN divides a network into smaller, separate sections to isolate traffic, improve security, and reduce congestion, even if devices share the same physical switch.
What are Native VLANs and Voice VLANs?
Native VLAN: Handles untagged traffic on a trunk port (default is VLAN 1).
Voice VLAN: Dedicated VLAN for VoIP traffic, prioritizing voice data for quality.
What is 802.1Q tagging, and why is it used?
802.1Q tagging adds a VLAN identifier to Ethernet frames, ensuring that traffic on trunk ports is assigned to the correct VLAN.
What is an SVI and what does it do?
Switch Virtual Interface
An SVI is a virtual interface on a switch used to manage VLANs and provide Layer 3 IP communication for devices within or between VLANs.
What is a VLAN Database?
VLAN database is simply a collection of information about all the VLANs configured on a switch. It typically includes -
* VLAN ID
* VLAN Name
* Associated Ports
What are link aggregation and duplex settings?
Link Aggregation: Combines multiple physical links for more bandwidth and redundancy.
Duplex: Controls data flow; half-duplex allows one-way at a time, full-duplex allows simultaneous two-way communication.
What are MTU and Jumbo Frames?
MTU (Maximum Transmission Unit):
The largest packet size that can be transmitted (default: 1500 bytes).
Jumbo Frames:
Larger frames (e.g., 9000 bytes) used for high-speed networks to reduce overhead.
What is STP?
Spanning Tree Protocol
STP prevents network loops by ensuring only one active path exists between switches.