Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
44 views15 pages

AMU Project Report

netwoek design project

Uploaded by

Abel Ateme
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views15 pages

AMU Project Report

netwoek design project

Uploaded by

Abel Ateme
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

2024

DEBRE BIRHAN UNIVERSIT

COLLEGE OF COMPUTING

DEPARTMENT OF INFORMATION

TECNOLOGY

INTERNSHIP REPORT

PREPARED BY

ABEL ATEME.......................................................................................DBUR/1559/13

Project Title: LOGICAL NETWORK DESGNE FOR ARBAMIN UNVERSITY

Submitted to: Debre Brhan University Department Of IT


Submission Date: Augst,2024
Table of Contents
Content page number
Table contents…………………………………………………………………………………………….1

1.1 Introduction…………………………………………………………………………………………2
1.2 Objective of the Project………………………………………………………………………..3
Scope of the project……………………………………………………………………………………….3

Methodology and List of materials………………………………………………………………………..4

1|Page
1. Mini Project
1.1 Introduction

In this project we used three layers which are used to access the devices from ISP/internet service
provider network these are:-

 core layer
 distribution layer
 access layer

VLAN is a group of devices on one or more LANs that are logically switched LAN formed by
segmenting physical Local Area Networks (LANs).

Trunk: is used to carry traffic that belongs to multiple VLANs between devices over the same
link. and is often configured between access and distribution layer networking devices.

Core Layer: also called network backbone and it is responsible for transporting large amounts of
data quickly and reliably. At this layer Routers and switches are used provide high-speed
connectivity.

Distribution Layer: this layer is associated with routing, filtering, and is the communication
point between the core layer and the access layer. It represents a routing boundary between the
two layers. It is built using Layer 3 devices like Routers or multilayer switches.

Access Layer: is used to control user access to the internetwork resources. The access layer uses
Layer 2 switching technology to provide access into the network. The access can be either
through a permanent wired infrastructure or through wireless access points. Access layer switches
facilitate the connection of end node devices to the network.

2|Page
1.1 Objective of the Project

1.1.1 General objective

The main objective of our project is to design and Configure Arba Minch University’s network (logical).

1.1.2 Specific objective

 To provide network connectivity and information sharing among branch networks


 To improve network and device management
 To reduce the size of broadcast domain and reduce data traffic
 To increase performance and reduce latency

1.2 Scope of the project

This project aims to design and configure Arba Minch university’s network using hierarchical
network model and VLAN technology for the main campus and four other branches.

1.3 Methodology and List of materials

1.3.1 Material used for design

A. Software application

 Cisco packet tracer 8.1for simulation


 Edraw max
 MS office word 2013

3|Page
1.3.2 Methodology

This project work follows the following methodology.

1. Searching and studying of related literatures and materials.


2. Selecting and preparing selected materials
3. Determine the specification of selected material.
4. Design the Network model topology based on their specification.
5. Developing the simulation.
6. Testing the simulation of the system.

Procedure 1:

Table 3: TCP/IP address table design

No Name of VLAN Network ID Host range Broadcast ID

1 Main 192.168.1.0 192.168.1.1-192.168.1.24 192.168.1.24

2 Kulfo 192.168.2.0 192.168.2.1-192.168.2.24 192.168.2.24

3 Nechsar 192.168.3.0 192.168.3.1-192.168.3.24 192.168.3.24

4 Abaya 192.168.4.0 192.168.4.1-192.168.4.24 192.168.4.24

5 Chamo 192.168.5.0 192.168.5.1-192.168.5.24 192.168.5.24

To configure VLAN on Cisco Packet Tracer by using this eight steps:

Step 1: Place and connect the device.

4|Page
Figure 1: Place and connect the device
Step 2: Configure VLANs on Switches

On Main-Switch

Enable

Config t

Vlan 10

Int range fa0/1-24

Switchport mode access

Switchport access vlan

10

5|Page
On Kulfo-Switch

Enable

Config t

Vlan 20

Int range fa0/1-24

Switchport mode access

Switchport access vlan 20

On Nechsar-Switch

Enable

Config t

Vlan

30

Int range fa0/1-24

Switchport mode access

Switchport access vlan 30

On Abaya-Switch

Enable

Config t

Vlan 40

Int range fa0/1-24

Switchport mode access

6|Page
Switchport access vlan 40

7|Page
On Chamo-Switch

Enable

Config t

Vlan 50

Int range fa0/1-24

Switchport mode access

Switchport access vlan 50

8|Page
Step 3: On core switch Configured in access mode, the trunk mode and inter vlan by using
encapsulation dotlQ.

On Core-Switch

Enable

Config t

Vlan 10

Name MAIN-CAMPUS

Vlan 20

Name KULFO-CAMPUS

Vlan 30

Name NECHSAR-CAMPUS

Vlan 40

Name ABAYA-CAMPUS

Vlan 50

9|Page
Name CHAMO-CAMPUS

Ex

Int fa0/2

Switchport mode access

Switchport access vlan 10

Ex

Int fa0/3

Switchport mode access

Switchport access vlan 20

Ex

Int fa0/4

Switchport mode access

Switchport access vlan 30

Ex

Int fa0/5

Switchport mode access

Switchport access vlan 40

Ex

Int fa0/6

Switchport mode access

Switchport access vlan 50


10 | P a g e
Ex

Int fa0/1

Switchport encapsulation dot1q

Switchport mode trunk

Ex

Step 4: Configure IP DHCP pool, default gateway

On Router

Enable

config t

Int fa0/0

No shut

ex

Int fa0/0.1

Encapsulation dot1q 10

ip address 192.168.1.1 255.255.255.0

ex

Int fa0/0.2

Encapsulation dot1q 20

ip address 192.168.2.1 255.255.255.0

ex

Int fa0/0.3

11 | P a g e
Encapsulation dot1q 30

ip address 192.168.3.1 255.255.255.0

ex

Int fa0/0.4

Encapsulation dot1q 40

ip address 192.168.4.1 255.255.255.0

ex

Int fa0/0.5

Encapsulation dot1q 50

ip address 192.168.5.1 255.255.255.0

ex

Ip dhcp pool 1

network 192.168.1.0 255.255.255.0

default-router 192.168.1.1

ex

Ip dhcp pool 2

network 192.168.2.0 255.255.255.0

default-router 192.168.2.1

ex

12 | P a g e
Ip dhcp pool 3

network 192.168.3.0 255.255.255.0

default-router 192.168.3.1

ex

Step 5: Check the connection by using ping command.

Figure 2: ping ip address of other pc

Step 6: Test the communication each end device by sending massage from one end device to
other and run simulation

Figure 3: Test communication by simulation

13 | P a g e
The complete Design outlook

Figure 4: complete design outlook

Procedures Used to Complete the Task

Generally, I used six procedures to create the overall topology of the university
by using packet tracer simulation tool. The steps are listed below:

1: Designing the Core-Layer level of the topology using router

2: Designing the Distribution layer level of the topology using Multilayer switches.

3: Designing the Access layer level of the topology using layer-2 switches.

4: Adding Access points and handheld devices to the topology.

5: The final step is to connect each device using appropriate transmission medium.

After all these steps the configuration can be done using cisco packet tracer
software.

14 | P a g e

You might also like