Chương 2 / 520% của kỳ thi

Network Implementation

Implementation turns designs into working infrastructure. This chapter covers switching features like VLANs and trunking, routing protocols and static routes, wireless deployment, and address translation. It emphasizes the configuration choices that produce reliable, scalable networks.

Switching and VLANs

Switches forward frames using MAC address tables and can segment a network into VLANs. Trunk links carry multiple VLANs between switches using 802.1Q tagging. Redundant links require loop prevention to remain stable.

Tag trunks with 802.1Q
Trunk ports carry many VLANs, adding a VLAN tag to each frame except the native VLAN.
Change the native VLAN
Move untagged traffic off VLAN 1 and match the native VLAN on both trunk ends.
Prevent loops with STP
Spanning Tree blocks redundant paths and reactivates them if the primary link fails.
Use PortFast on edge ports
Edge ports connecting a single host can skip listening and learning to forward immediately.

Routing Fundamentals

Routers move packets between networks using routing tables built from static entries or dynamic protocols. Interior gateway protocols share reachability within an organization, while BGP connects autonomous systems. Redundancy protocols keep the default gateway highly available.

Understand the default route
0.0.0.0/0 matches any destination not covered by a more specific route.
Compare routing protocols
OSPF is link-state using cost, RIP is distance-vector using hop count, and BGP is path-vector.
Provide gateway redundancy
HSRP, VRRP, and GLBP present a virtual gateway IP for automatic failover.

Wireless Deployment

Wireless networks extend connectivity using access points on shared radio frequencies. Proper channel planning and security configuration are essential for performance and safety. Standards evolve to deliver higher throughput and better security.

Use non-overlapping 2.4 GHz channels
Channels 1, 6, and 11 avoid overlap and reduce interference in dense deployments.
Prefer WPA3 for security
WPA3 uses SAE to resist offline dictionary attacks better than WPA2.
Balance band selection
5 GHz offers speed and less congestion, while 2.4 GHz offers greater range.

Address Translation and DHCP

NAT conserves public IPv4 addresses by translating between private and public space, and DHCP automates client configuration. Together they simplify addressing at scale. Relays extend DHCP across subnets.

Use PAT to share one public IP
Port Address Translation distinguishes many private hosts by unique port numbers.
Define DHCP scopes carefully
Scopes set the lease pool, while reservations and exclusions refine assignments.
Deploy DHCP relays across subnets
IP helper addresses forward client broadcasts to a central DHCP server.

Physical and Software-Defined Infrastructure

Physical implementation includes cabling, PoE, and link aggregation, while software-defined networking centralizes control. Modern networks blend robust hardware with programmable control. These tools improve capacity, resilience, and manageability.

Deliver power with PoE
Power over Ethernet feeds phones, cameras, and APs over the data cable.
Aggregate links with LACP
Bundling ports increases bandwidth and provides redundancy if a member fails.
Separate control and data planes
SDN centralizes forwarding decisions in a controller that programs the data plane.
Kiểm tra kiến thức của bạn
Câu hỏi luyện tập về Network Implementation
Luyện tập ngay →

Last updated: July 2026

Báo lỗi