Final Project TCP - IP
Final Project TCP - IP
This project will be completed in teams of three students. Each team must select a unique
company scenario such as a hospital, school, bank, and submit it to me for approval before
beginning the design process. The scenario should include key details like the type of
company, the number of departments, and the specific services required.
In this project, you are required to design, implement, and fully test a complete network
infrastructure for a company with at least two main sites: a Head Office and a Remote
Branch Office. Each site includes multiple departments such as Technical Support, Human
Resources, and Sales. Each department must have its own isolated network using VLANs.
The core goal is to connect both sites and ensure they can share data securely and efficiently,
while also providing secure and reliable access to the Internet for both locations. This
means your network will include at least three routers—one at each site and one simulating
the Internet Service Provider (ISP) to provide Internet connectivity.
• Secure exposure of public-facing services like a Web Server, and FTP Server, using
Static NAT.
• Routing between all subnets and remote sites (Static, Default, and Dynamic—RIP or
OSPF).
• Security policies to protect against both internal misuse and external threats.
1. IP Addressing and Subnetting: Each group must create a clear and well-organized IP
addressing plan. Use subnetting and VLSM (Variable Length Subnet Masking) to divide
the network efficiently. Assign static IP addresses to important devices like servers and
network devices, while using DHCP to assign IPs automatically to end-user devices.
2. Routing: Configure static routes for specific, fixed paths within the network where
precise control is needed. Use default routes on edge routers to forward all unknown traffic
toward the internet or a central router. Additionally, implement dynamic routing protocols
like RIP or OSPF between the main routers to enable automatic sharing and updating of
route information, ensuring efficient and flexible communication across the network.
3. VLANs and Inter-VLAN Routing: Organize the network by creating a separate VLAN
for each department (e.g., IT, HR, Sales). Use Inter-VLAN routing with either a router-on-
a-stick configuration or a Layer 3 switch, so that different VLANs can communicate when
needed.
4. DHCP: Use a DHCP server to assign IP addresses to users automatically. If the DHCP
server is in a different network segment, configure DHCP relay to allow the requests to
reach the server from other subnets.
5. NAT / PAT: Use PAT (Port Address Translation) to allow all internal users to access the
internet using a single public IP. If your company has public-facing servers (like a web or
mail server), configure Static NAT to make them accessible from outside.
6. DNS: Set up a local DNS server to help devices resolve domain names to IP addresses.
7. Other Services to Include: Make sure your network supports key services, such as a Web
Server (HTTP), an FTP Server.
➢ Security Features
Your network must be protected using both Layer 2 (switch-level) and Layer 3 (router-
level) security techniques.
▪ At the Layer 2 level, start by configuring Port Security on switches to limit the
number of devices that can connect to each port. This helps prevent unauthorized
devices from joining the network.
▪ At the Layer 3 level, use Access Control Lists (ACLs) to control traffic between
VLANs and to the internet. For example, you can block traffic from one department
to another, or allow only the IT department to access the FTP server while blocking
others. You should also use ACLs to filter incoming and outgoing traffic through
NAT, only allowing specific and necessary connections.
These security features are critical to protect the network from attacks and misuse, and
every group is expected to include them in their final design.
Each group must submit two files: the Packet Tracer file with the extension .pkt that
contains your full network setup, and the Project Report in either PDF or Word format
documenting all parts of your work.
➢ Deadlines
You must choose your company scenario and send it to me for approval by Friday at the
latest. After approval, you will work on the final project. The complete Packet Tracer file
and project report must be submitted two days before discussion.
All the best, and I look forward to seeing your complete and well-
documented projects. Make sure to follow all the requirements,
submit both the Packet Tracer file and the report on time, and
clearly demonstrate your understanding of TCP/IP networking
concepts