📘 CCNA 200-301 v1.1
1.2 Describe Characteristics of Network Topology Architectures
1.2.a – Two-tier Architecture
What is a Network Topology Architecture?
A network topology architecture means how a network is built and arranged —
how all the devices (like computers, switches, and routers) are connected and how data moves between them.
In Cisco networks, we usually build networks in layers.
Each layer has its own job.
This makes the network organized, faster, and easier to manage.
What is the Two-tier Architecture?
The two-tier architecture is a common network design used in small and medium organizations such as small offices, campuses, or branch networks.
It has two main layers:
- Access Layer
- Distribution Layer
Let’s explain each one.
1. Access Layer – The Connection Point
The Access Layer is where end devices (like computers, printers, IP phones, or Wi-Fi access points) connect to the network.
You can think of this layer as the first point of entry into the network for users and devices.
Main Device Used:
- Access Switches (Layer 2 switches)
Main Tasks:
- Allow devices to connect to the network.
- Forward data between connected devices.
- Use VLANs to separate traffic types (for example: staff computers and guest Wi-Fi).
- Apply security rules (like port security) to control who can connect.
- Use QoS (Quality of Service) to give priority to important traffic (like voice calls).
- Provide PoE (Power over Ethernet) to power devices like IP phones and wireless access points through the network cable.
2. Distribution Layer – The Brain of the Network
The Distribution Layer connects all the access switches together and controls how data moves between them.
It also connects the internal network to the outside network or internet.
Main Device Used:
- Layer 3 Switches (Multilayer switches) or Routers
Main Tasks:
- Route data between different VLANs (this is called inter-VLAN routing).
- Apply network policies — like ACLs (Access Control Lists) to control which devices can talk to each other.
- Provide redundancy — meaning if one link fails, another can take over.
- Aggregate (combine) connections from multiple access switches.
- Decide the best path for traffic to move through the network.
Why Is It Called “Two-tier”?
In big networks, there are three layers:
- Access
- Distribution
- Core
But in small and medium networks, the Distribution layer also does the Core’s job.
So there are only two layers — Access and Distribution.
That’s why it’s called two-tier architecture, or sometimes collapsed core design.
Characteristics of a Two-tier Architecture
Feature | Description (Simple Explanation) |
---|---|
Layers | Two layers – Access and Distribution |
Core Layer | Merged into the Distribution layer |
Network Size | Best for small to medium organizations |
Cost | Cheaper (fewer devices to buy) |
Speed | Fast because there are fewer layers to go through |
Management | Easier to manage and troubleshoot |
Scalability | Can grow, but only up to a certain size |
Redundancy | Still possible using multiple links and switches |
Policy Control | Done at the distribution layer (like routing, access rules, etc.) |
How Data Moves in a Two-tier Network
- A user computer connects to an access switch.
- The access switch sends the data to the distribution switch.
- The distribution switch checks where the data should go:
- If it’s inside the same VLAN, it sends it directly.
- If it’s in another VLAN or another network, it routes the data.
- The distribution switch sends the data to its destination (for example, another VLAN, another switch, or the internet).
When to Use a Two-tier Design
- For small or medium businesses or branch offices.
- When the number of users and devices is not too large.
- When you want a simple, fast, and cost-effective network.
- When you still need good performance and redundancy, but not a complex setup.
Advantages
✅ Simple design – easy to build and manage.
✅ Low cost – fewer devices are needed.
✅ Fast performance – fewer layers for data to travel through.
✅ Easy troubleshooting – problems are easier to find.
✅ Supports redundancy – you can still have backup links.
Disadvantages
❌ Limited scalability – not suitable for very large networks.
❌ Less redundancy than a three-tier design.
❌ Distribution switches must handle more work (both distribution and core roles).
Two-tier vs. Three-tier (Quick Comparison)
Feature | Two-tier | Three-tier |
---|---|---|
Layers | Access + Distribution (Core combined) | Access + Distribution + Core |
Network Size | Small to Medium | Large Enterprise |
Cost | Lower | Higher |
Complexity | Simple | Complex |
Scalability | Limited | High |
Performance | Good for small networks | Optimized for large networks |
Simple Example in an IT Environment
- A company office has 4 Access switches, each connecting users’ PCs, printers, and IP phones.
- These switches connect to 2 Distribution switches.
- The distribution switches route data between VLANs, apply security rules, and connect to the internet router.
This setup is a two-tier network architecture — Access + Distribution.
Key Points to Remember for the CCNA Exam
- Two-tier = Collapsed Core Design (no separate core layer).
- Two layers: Access and Distribution.
- Access Layer: connects end devices.
- Distribution Layer: does routing, policy enforcement, and redundancy.
- Best for small and medium-sized networks.
- Simpler, cheaper, and faster than three-tier designs.
✅ Final Summary
The Two-tier architecture is a network design with two layers: Access and Distribution.
The Access layer connects end devices to the network.
The Distribution layer controls data movement, routing, and policies.
It’s simple, cost-effective, and efficient — ideal for small to medium-sized networks, where the core layer is merged into the distribution layer.