Back to Course
In this practical, you will build two fundamental wired network topologies — a partial mesh and a star — then connect them to form a hybrid topology . This hands-on exercise reinforces how different topology designs serve different network requirements.
Gathering Network Components
Open a new Packet Tracer file.
Add the following devices to your workspace:
PCs (2) — "End Devices" category → drag two "PC" devices onto the workspace.
Laptops (2) — Same category → drag two "Laptop" devices.
Servers (2) — Same category → drag two "Server" devices.
Switches (3) — "Network Devices" → "Switches" subcategory → drag three "2960" switches.
Arrange the devices on your workspace to allow for easier connection later.
Adding a Second NIC to Servers
Click on Server 1 to open its configuration window.
Go to the Physical tab to view the server's hardware.
Power off the server by clicking the power button (bottom-right of the window).
In the left components panel, locate PT-HOST-NM-1CFE .
Drag this module to an empty slot on the server.
Power the server back on.
Close the configuration window.
Repeat steps 1–7 for Server 2 .
Note: The PT-HOST-NM-1CFE module adds an extra Fast Ethernet port, enabling multiple network connections on one server.
Important: Always power off the server before adding or removing hardware modules — otherwise changes may not apply.
A mesh topology provides multiple paths between devices, offering redundancy and fault tolerance.
Position Server 1 , Server 2 , Switch 1 , and Switch 3 in a layout suitable for a mesh.
Open the connections tool (lightning bolt icon) in the bottom panel.
Select the automatic connection type .
Create the following connections:
Server 2 (any FastEthernet port) → Switch 3 (any available port)
Server 2 (other FastEthernet port) → Switch 1 (any available port)
Server 1 (any FastEthernet port) → Switch 1 (any available port)
Server 1 (other FastEthernet port) → Switch 3 (any available port)
Switch 1 (any port) → Switch 3 (any port)
Use Place Note to label this area "Partial Mesh Topology".
Why partial? Each server has only two NICs, limiting the total number of direct connections — making this a partial (not full) mesh.
A star topology connects every device to a central switch — the most common LAN design.
Position Switch 2 centrally, with the two PCs above and the two laptops below.
Using the connections tool, create these connections:
PC-1 (FastEthernet0) → Switch 2
PC-2 (FastEthernet0) → Switch 2
Laptop-1 (FastEthernet0) → Switch 2
Laptop-2 (FastEthernet0) → Switch 2
Use Place Note to label this area "Star Topology".
Note: A 2960 switch offers 24 ports — plenty of capacity, which is why star topologies are so popular in real networks.
A hybrid topology combines two or more types in a single network design.
Connect the two topologies:
Switch 2 (star) → Switch 1 (mesh)
Switch 2 → Switch 3
Use Place Note to label the entire network "Hybrid Topology".
Real-World Context: Most production networks are hybrid topologies — they combine the strengths of different designs to meet specific requirements.