University Network Design and Configuration Project
VerifiedAdded on 2019/11/26
|23
|1483
|252
Practical Assignment
AI Summary
This assignment details the design and implementation of a client-server network architecture. It begins with the physical setup, including routers, servers (DNS, Web, DHCP), and PCs, along with their respective IP addresses and interfaces. The solution covers the configuration of IP addresses on routers, servers, and PCs, followed by the implementation of the EIGRP routing protocol. It includes client ping results and traceroute analysis to verify network connectivity. Furthermore, the assignment explores the configuration of network services such as DHCP, web server setup, and DNS configuration. The final section demonstrates firewall settings to control network traffic, providing a comprehensive overview of network design and configuration principles.

Running head: RESEARCH NETWORK DESIGN
Research Network Design
Name of the Student
Name of the University
Research Network Design
Name of the Student
Name of the University
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

1RESEARCH NETWORK DESIGN
Table of Contents
Task 1: Setting up a network...........................................................................................................2
Task 2: Configuring Network Services...........................................................................................3
References........................................................................................................................................4
Table of Contents
Task 1: Setting up a network...........................................................................................................2
Task 2: Configuring Network Services...........................................................................................3
References........................................................................................................................................4

2RESEARCH NETWORK DESIGN
Task 1: Setting up a network
Introduction
The network setup is about implementation of a Client-Server architecture. Here, the
client devices or the PCs are connected together with a switch that connects to the router’s
gateway. The signal sent from the PCs are transmitted to other routers on the way to the final
destination or the network location of the servers. The network design is shown below:
Fig 1: Network Architecture (Created by Author)
Network Devices
Routers: Four Routers (i.e. Router0, Router1, Router2 and Router3) are
interconnected together.
Servers: Three Servers (i.e. DNS Server, Web Server and DHCP Server) are
individually connected to the three individual routers (i.e. Router0, Router1 and
Router2) respectively.
Task 1: Setting up a network
Introduction
The network setup is about implementation of a Client-Server architecture. Here, the
client devices or the PCs are connected together with a switch that connects to the router’s
gateway. The signal sent from the PCs are transmitted to other routers on the way to the final
destination or the network location of the servers. The network design is shown below:
Fig 1: Network Architecture (Created by Author)
Network Devices
Routers: Four Routers (i.e. Router0, Router1, Router2 and Router3) are
interconnected together.
Servers: Three Servers (i.e. DNS Server, Web Server and DHCP Server) are
individually connected to the three individual routers (i.e. Router0, Router1 and
Router2) respectively.
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

3RESEARCH NETWORK DESIGN
PCs: Three Computers are connected together through a switch.
Device Interface and IP Address
Device Name Interface IP Address Connected to
Router0 Ge0/0 192.168.1.1 DNS Server
Router0 S0/1/0 192.168.6.2 Router1
Router0 S0/2/0 192.168.5.1 Router2
Router1 Ge0/1 192.168.2.1 Web Server
Router1 S0/0/0 192.168.4.1 Router2
Router1 S0/1/0 192.168.6.1 Router0
Router1 S0/3/0 192.168.8.1 Router3
Router2 Ge0/1 192.168.10.1 Switch0
Router2 S0/0/0 192.168.4.2 Router1
Router2 S0/2/0 192.168.5.2 Router0
Router2 S0/3/0 192.168.7.2 Router3
Router3 Ge0/2 192.168.3.1 DHCP Server
Router3 S0/1/0 192.168.8.2 Router1
Router3 S0/2/0 192.168.7.1 Router2
DNS Router Fe0 192.168.1.2 Router0
Web Server Fe0 192.168.2.2 Router1
DHCP Router Fe0 192.168.3.2 Router3
PC1 Fe0 192.168.10.6 Switch0
PC2 Fe0 192.168.10.7 Switch0
PC3 Fe0 192.168.10.8 Switch0
PCs: Three Computers are connected together through a switch.
Device Interface and IP Address
Device Name Interface IP Address Connected to
Router0 Ge0/0 192.168.1.1 DNS Server
Router0 S0/1/0 192.168.6.2 Router1
Router0 S0/2/0 192.168.5.1 Router2
Router1 Ge0/1 192.168.2.1 Web Server
Router1 S0/0/0 192.168.4.1 Router2
Router1 S0/1/0 192.168.6.1 Router0
Router1 S0/3/0 192.168.8.1 Router3
Router2 Ge0/1 192.168.10.1 Switch0
Router2 S0/0/0 192.168.4.2 Router1
Router2 S0/2/0 192.168.5.2 Router0
Router2 S0/3/0 192.168.7.2 Router3
Router3 Ge0/2 192.168.3.1 DHCP Server
Router3 S0/1/0 192.168.8.2 Router1
Router3 S0/2/0 192.168.7.1 Router2
DNS Router Fe0 192.168.1.2 Router0
Web Server Fe0 192.168.2.2 Router1
DHCP Router Fe0 192.168.3.2 Router3
PC1 Fe0 192.168.10.6 Switch0
PC2 Fe0 192.168.10.7 Switch0
PC3 Fe0 192.168.10.8 Switch0
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

4RESEARCH NETWORK DESIGN
Configuring IP Addresses
The fact that a router does not have any inbuilt display or button for its configuration, it is
required to be connected with another PC through the console cable to access the command line
interface of a router where various codes are applied for its configuration.
The commands used for IP configuration in the routers are shown below:
Fig 2: IP Configuration in Router0
The commands used in the above configuration is explained below: At the very first the
router remains in the user exec mode where the ‘>’ symbol is present after the router’s hostname.
Configuring IP Addresses
The fact that a router does not have any inbuilt display or button for its configuration, it is
required to be connected with another PC through the console cable to access the command line
interface of a router where various codes are applied for its configuration.
The commands used for IP configuration in the routers are shown below:
Fig 2: IP Configuration in Router0
The commands used in the above configuration is explained below: At the very first the
router remains in the user exec mode where the ‘>’ symbol is present after the router’s hostname.

5RESEARCH NETWORK DESIGN
Then it is required to move to the privileged exec mode where the ‘#’ symbol is present after the
hostname. Difference between these two exec mode is that user exec mode support a few number
of commands only where as privileged exec mode support multiple numbers of commands that
the user exec mode. To enter privileged exec mode the command ‘enable’ is used. Now, if any
changes is required in the configuration then these two modes will not help with it, another
‘global configuration mode’ has to be opened by just giving the command ‘configure terminal’.
In the configure terminal for setting IP addresses on any interface it is first required to select that
interface by providing the interface name after the command ‘interface’. It will open up
configuration at the interface level, there use the command ‘IP Address’ then the ip address and
again type exit to get out of the interface level. Thereafter enter Ctrl+Z to save the configuration.
The same configuration method applies for all the other routers as well.
Then it is required to move to the privileged exec mode where the ‘#’ symbol is present after the
hostname. Difference between these two exec mode is that user exec mode support a few number
of commands only where as privileged exec mode support multiple numbers of commands that
the user exec mode. To enter privileged exec mode the command ‘enable’ is used. Now, if any
changes is required in the configuration then these two modes will not help with it, another
‘global configuration mode’ has to be opened by just giving the command ‘configure terminal’.
In the configure terminal for setting IP addresses on any interface it is first required to select that
interface by providing the interface name after the command ‘interface’. It will open up
configuration at the interface level, there use the command ‘IP Address’ then the ip address and
again type exit to get out of the interface level. Thereafter enter Ctrl+Z to save the configuration.
The same configuration method applies for all the other routers as well.
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

6RESEARCH NETWORK DESIGN
Fig 3: IP Configuration in Router1
Fig 3: IP Configuration in Router1
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

7RESEARCH NETWORK DESIGN
Fig 4: IP Configuration in Router2
Fig 5: IP Configuration in Router3
Fig 4: IP Configuration in Router2
Fig 5: IP Configuration in Router3

8RESEARCH NETWORK DESIGN
The IP configuration in the rest of the devices i.e. the servers and the PCs are similar
where first move to the ‘network and sharing centre’ and right click on the interface name. There
in properties the below screen will be found for IP configuration.
Fig 6: IP Configuration in DNS Server
Fig 7: IP Configuration in Web Server
The IP configuration in the rest of the devices i.e. the servers and the PCs are similar
where first move to the ‘network and sharing centre’ and right click on the interface name. There
in properties the below screen will be found for IP configuration.
Fig 6: IP Configuration in DNS Server
Fig 7: IP Configuration in Web Server
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

9RESEARCH NETWORK DESIGN
Fig 8: IP Configuration in DHCP Router
Fig 9: IP Configuration in PC1
Fig 8: IP Configuration in DHCP Router
Fig 9: IP Configuration in PC1
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

10RESEARCH NETWORK DESIGN
Fig 10: IP Configuration in PC2
Fig 11: IP Configuration in PC3
Fig 10: IP Configuration in PC2
Fig 11: IP Configuration in PC3

11RESEARCH NETWORK DESIGN
Routing Protocol Configuration
Routing Protocols specify how the routers communicates or transmits data with each
other. Various routing protocols are available. However, in this assignment the EIGRP is used.
The commands are shown below:
Fig 12: EIGRP Configuration in Router0
The EIGRP syntax starts with ‘router’ followed by ‘eigrp’ and an autonomous number
that can be anything between 1 to 65536. This number should be same on all the routers to
discover its neighbour routers. After that enter all the network addresses that are connected
directly to the respective router. Then enter Ctrl+Z to save the configuration. Follow the same
procedure for other routers as well.
Routing Protocol Configuration
Routing Protocols specify how the routers communicates or transmits data with each
other. Various routing protocols are available. However, in this assignment the EIGRP is used.
The commands are shown below:
Fig 12: EIGRP Configuration in Router0
The EIGRP syntax starts with ‘router’ followed by ‘eigrp’ and an autonomous number
that can be anything between 1 to 65536. This number should be same on all the routers to
discover its neighbour routers. After that enter all the network addresses that are connected
directly to the respective router. Then enter Ctrl+Z to save the configuration. Follow the same
procedure for other routers as well.
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide
1 out of 23
Related Documents
Your All-in-One AI-Powered Toolkit for Academic Success.
+13062052269
info@desklib.com
Available 24*7 on WhatsApp / Email
Unlock your academic potential
Copyright © 2020–2026 A2Z Services. All Rights Reserved. Developed and managed by ZUCOL.





