Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

ADDIS ABABA UNIVERSITY

COLLEGE OF NATURAL AND COMPUTATIONAL


SCIENCE
SCHOOL OF INFORMATION SCIENCE
Introduction to Systems & Networks
Nelson Mandela Building Network
Architecture
Group members ID
1.Senay Alemneh UGR/1397/12
2.Mintesinot Shigute UGR/7719/12
3.Selam Belayneh UGR/6552/12
4.Metasebia Tilahun UGR/1734/12
5.Mohamed Kedir UGR/7600/12
Nelson Mandela Building

Background of the organization


Addis Ababa University (AAU), formerly known as the University College of Addis
Ababa (UCAA), is Ethiopia's oldest and largest higher learning and research school. It
was founded in 1950 as the University College of Addis Ababa (UCAA). The University
has been a premier center for teaching-learning, research, and community service
since its inception.
AAU presently boasts 47,610 students (29,872 undergraduate, 15,398 Master's, and
2,340 PhD students) and 8,709 staff members, up from 33 students in 1950. (3,110
academics, 4,346 admin support staff and 1253 health Professionals). The University
offers 70 undergraduate and 293 graduate programs (72 PhD and 221 Masters), as
well as several specializations in Health Sciences, throughout its 14 locations.
Since its inception, AAU has graduated over 222,000 students.
Academic Vice President, Vice President for Research and Technology Transfer, Vice
President for Administration and Student Services, Vice President for Institutional
Development, and Executive Director of the College of Health Sciences are the
leaders of the university (with the rank of Vice President).
The University has undertaken several reform plans in recent years in order to cope
with and respond to rapidly changing national and international educational
dynamics. The University currently includes ten colleges, four institutes that teach
and research, and six research institutions that primarily perform research. 55
departments, 12 centers, 12 schools, and two teaching hospitals are housed within
these academic units. The University is in possession of Colleges
1. College of Social Sciences
2. College of Humanities, Language Studies, Journalism and communication
3. College of Development Studies
4. College of Business and Economics
5. College of Law and Governance Studies
6. College of Education and Behavioral Studies
7. College of Natural and Computational Sciences
8. Skunder Boghossian College of Performing and Visual Arts
9. College of Veterinary Medicine and Agriculture
10. College of Health Sciences
About Nelson MANDELA BUILDING

A highly respected South African Activist and leader winner of the 1993 Nobel peace
prize, an international symbol of resistance to apartheid. He became the first black
south African president after he wisely led exemplary negotiation for an end to
apartheid.
This building is decided to be named after Nelson Mandela by the university senate
in 2009. On this building there are classrooms and administrative offices. It is a
center for students with disabilities.
There are 4 branches in this building
1 Department of English Language Education
2 Department of History Education
3 Department of Ethiopian Language and literature Education
4 Department of Geography and Environmental Education
We are trying to create LAN to connect these branches. The function of this LAN is
to connect computers in these branches together and provide shared access to files,
server and other services.

Problem Statement
Addis Ababa University has begun a number of projects to develop new facilities
in order to improve the quality of education and accommodate a larger number
of students. Nelson Mandela, located in the 6-kilo main campus, is one of the
projects that has been finished successfully. Our objective is to set up a network
for this structure.
The Importance of Lan for the Nelson Mandela building
As a large store of knowledge, Addis Ababa University has built a network that
connects all of its campuses. Completing the construction of the Library building
necessitates the facility's integration with the network.
Description of the building and the network installment
The Nelson Mandela building consists of a ground floor and four floors. Below are
the Hardware needed to build the network of the building
Hardware required
Hardware Quantity
Firewall 1
Router 2
Switch 7
Server 3
Access point 1
Workstation 24

Network Design
We will use class C network: 192.168.1.0 for the building. We will have a VLAN for
each floor.

VLAN Floor Range Default Network


Gateway
VLAN 10 first 192.168.1.1– 192.168.1.30 192.168.1.30 192.168.1.0
VLAN 20 first 192.168.1.33 – 192.168.1.62 192.168.1.62 192.168.1.32
VLAN 30 Second 192.168.1.65 – 192.168.1.94 192.168.1.94 192.168.1.64
VLAN 40 First 192.168.1.97 – 192.168.1.126 192.168.1.126 192.168.1.96
VLAN 50 Third 192.168.1.129 –192.168.1.158 192.168.1.158 192.168.1.128

 Basic Configuration
1. For Multilayer Switch 1
Switch >enable
Switch #configure terminal
Switch (config) #hostname Multilayer_Switch1

2. For Multilayer Switch 2


Switch >enable
Switch #configure terminal
Switch (config) #hostname Multilayer_Switch2
 Configuration of Interfaces
1. Configuration of Multilayer(Distribution) Switch1
Interface
Multilayer_Switch1 (config) #interface vlan 10
Multilayer_Switch1 (config-if) #ip add 192.168.1.30 255.255.255.224
Multilayer_Switch1 (config-if) #exit
Multilayer_Switch1 (config) #interface vlan 20
Multilayer_Switch1 (config-if) #ip add 192.168.1.62 255.255.255.224
Multilayer_Switch1 (config-if) #exit

Multilayer_Switch1 (config) #ip routing


Multilayer_Switch1 (config) #interface GigabitEthernet1/0/3
Multilayer_Switch1 (config-if) #no switchport
Multilayer_Switch1 (config-if) #ip add 192.168.1.161 255.255.255.224
NB. Ip routing used to enable ip routing in switch.
no switchport is used to configure a switch interface as a routed port.
2. Configuration of Multilayer(Distribution) Switch2
Interface
Multilayer_Switch1 (config) #interface vlan 30
Multilayer_Switch1 (config-if) #ip add 192.168.1.94 255.255.255.224
Multilayer_Switch1 (config-if) #exit

Multilayer_Switch1 (config) #interface vlan 40


Multilayer_Switch1 (config-if) #ip add 192.168.1.126 255.255.255.224
Multilayer_Switch1 (config-if) #exit

Multilayer_Switch1 (config) #interface vlan 50


Multilayer_Switch1 (config-if) #ip add 192.168.1.158 255.255.255.224
Multilayer_Switch1 (config-if) #exit

Multilayer_Switch1 (config) #ip routing


Multilayer_Switch1 (config) #interface GigabitEthernet1/0/4
Multilayer_Switch1 (config-if) #no switchport
Multilayer_Switch1 (config-if) #ip add 192.168.1.194 255.255.255.224

NB. Ip routing used to enable ip routing in switch.


no switchport is used to configure a switch interface as a routed port.

Configuration of router Interface


Router >enable
Router #configure terminal
Router (config) #interface GigabitEthernet0/0
Router (config-if) #ip add 192.168.1.162 255.255.255.224
Router (config-if) #exit
Router (config) #interface GigabitEthernet0/1
Router (config-if) #ip add 192.168.1.193 255.255.255.224

You might also like