Section 1 Flashcards

(34 cards)

1
Q

What should a network designer consider for scalability?

A

The network should be able to grow with the organisation without major redesign.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is redundancy in network design?

A

Implement backup paths and devices to ensure high availability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What factors contribute to network performance?

A

Design for low latency, high throughput, and efficient traffic flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What security considerations should be included in network design?

A

Consider firewalls, access control, segmentation, and encryption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does manageability refer to in network design?

A

Use standardised configurations, monitoring tools, and documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What should be considered regarding budget and ROI in network design?

A

Ensure the solution is cost-effective over the network’s lifespan.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What compliance aspects must be followed in network design?

A

Follow industry standards and legal regulations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does cloud and IoT readiness mean in network design?

A

Accommodate cloud-based services and a growing number of connected devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What criteria should be used when deciding on a switch make/model?

A
  • Port density and speed
  • Layer 2/3 capability
  • PoE support
  • Stackability
  • Vendor support
  • Cost vs. performance
  • Security features
  • Manageability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is DTP (Dynamic Trunking Protocol)?

A

A Cisco proprietary protocol used to automatically negotiate trunk links between switches.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why must care be taken with the use of DTP?

A
  • It can automatically form trunks, allowing unauthorised VLAN traffic
  • Misconfiguration can lead to unexpected trunk formation
  • Best practice is to disable DTP on access ports using switchport nonegotiate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an SVI (Switched Virtual Interface)?

A

A logical interface configured on a switch to provide Layer 3 routing capabilities between VLANs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does an SVI enable routing?

A

By assigning each VLAN an SVI with an IP address, allowing inter-VLAN routing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are common reasons for loops in switched networks?

A
  • Redundant links without loop prevention mechanisms
  • Incorrect switch configurations
  • Failure or delay of Spanning Tree Protocol (STP)
  • Physical cable mishandling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How can a network administrator configure a switch to be the root bridge?

A

Use the spanning-tree vlan <id> priority <value> command to set a lower bridge priority.</value></id>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why is it beneficial to designate a specific switch as the root bridge?

A
  • Allows control over the network topology
  • Optimises path selection
  • Prevents unintended switches from becoming the root
17
Q

What is Link Aggregation?

A

Combines multiple physical links into a single logical link.

18
Q

How does Link Aggregation add redundancy and scalability?

A
  • Increases bandwidth
  • Provides redundancy
  • Balances traffic across links
19
Q

What is the relationship between PAgP and LACP?

A
  • PAgP is Cisco proprietary
  • LACP is standards-based (IEEE 802.3ad)
20
Q

How does VTP (VLAN Trunking Protocol) help manage VLAN configurations?

A
  • Propagates VLAN configurations across switches
  • Ensures consistency of VLANs
  • Saves time and reduces errors
21
Q

What does it indicate if a switch’s ‘show vtp status’ output says the mode is ‘Transparent’?

A
  • Does not participate in VTP advertisement
  • Forwards VTP messages it receives
  • Stores VLANs locally but doesn’t share them
22
Q

Why did DTP not form a trunk with both ends set to ‘dynamic auto’?

A

Neither initiates trunk negotiation.

23
Q

What setting should be used to form a trunk?

A

Set one side to ‘dynamic desirable’ or statically configure trunking.

24
Q

What problems can disrupt inter-VLAN routing?

A
  • Missing or incorrect SVI configurations
  • VLANs not allowed on trunk links
  • Incorrect default gateways on hosts
  • ACLs blocking traffic between VLANs
25
What solutions can resolve inter-VLAN routing issues?
* Verify SVI IPs and status * Check trunk configurations * Review host IP settings and ACLs
26
What should you explain if a manager is worried about many BPDUs?
BPDUs are normal for STP operation; their presence is a good sign.
27
How can PVST+ be used for load balancing?
Runs a separate STP instance per VLAN, allowing different root bridges for different VLANs.
28
Why is connecting a cable from a free port to another switch risky?
It can create a loop if STP doesn’t block the port.
29
What steps should be taken to repair a spanning tree problem?
* Identify loops using tools * Check port roles and states * Reset STP topology if needed * Implement Root Guard/Loop Guard * Manually block ports if needed
30
What could have prevented the network outage when the default gateway router failed?
Implementing HSRP or VRRP would allow a backup router to take over.
31
How can a PC automatically use a different gateway if the current one fails?
Use HSRP/VRRP on routers for transparent failover.
32
What causes HSRP to fail?
* Misconfigurations * Interface failures not detected * Improper timers * Missing preemption configuration
33
What could be wrong if LACP is configured but the port channel is down?
* Incompatible port settings * Not all ports are active * LACP mode mismatch * VLAN or trunk configuration mismatch
34
What is the recommended fix for LACP issues?
* Ensure both ends match in LACP mode * Check physical port status