ProductsLogo
LogoStudy Documents
LogoAI Grader
LogoAI Answer
LogoAI Code Checker
LogoPlagiarism Checker
LogoAI Paraphraser
LogoAI Quiz
LogoAI Detector
PricingBlogAbout Us
logo

Network Configuration and Analysis

Verified

Added on  2020/03/28

|32
|1178
|48
AI Summary
This assignment presents a detailed configuration and analysis of a network consisting of multiple routers, switches, PCs, and a server. It outlines the configuration steps for IP routing, DHCP, DNS, firewall, and web browser services. The document also includes troubleshooting techniques using trace route commands and demonstrates the functionality of the configured network services.

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page
INTERNETWORKING TCP/IP

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
Table of Contents
Introduction...........................................................................................................................................2
Hardware Requirement..........................................................................................................................2
Part – 1..................................................................................................................................................2
Device configuration.........................................................................................................................2
IP Routing Configuration................................................................................................................15
Ping Configuration..........................................................................................................................17
Trace route Configuration................................................................................................................19
Part – 2................................................................................................................................................21
DHCP services................................................................................................................................21
Web browser services......................................................................................................................23
DNS services...................................................................................................................................24
Firewall services..............................................................................................................................29
Conclusion...........................................................................................................................................30
References...........................................................................................................................................31
1
Document Page
Introduction
The simple network setup will be designed by using the network simulator that is cisco packet
tracer. The Simple network design consists of three PC’s, two router, server and switches. These are
connected with each other. The network devices setup will be configured and analysed in detail. The
PC, Router and switch configurations will be discussed. The IP routing configuration will be done by
using the routing methodologies. The IP routing is a collection of routing protocols. To determine the
network trouble shooting by using the trace route configuration is the network. It easily identifies the
network problems. The Network setup will be done. The network services are will be done. The
network services are firewall, DNS, DHCP and web browser services. These are will be configured
and discussed in detail.
Hardware Requirement
Network Setup hardware requirements are listed below.
Operating System - Windows
Hard Drive - 2.2 GB
Memory - 2 GB RAM
Cisco Routers - 2
Cisco Switches - 2
PC - 6
Cisco Server - 1
Part – 1
Device configuration
The Device configuration is shown below.
Configuration on PC.
To setup the PC by using the below steps.
Click the PC--- Desktop--- IP configuration
For PC0,
In IP configuration window,
Enter the IP address as 40.0.0.10
Subnet mask as 255.0.0.0
2
Document Page
Default gateway as 40.0.0.1
It is shown below.
For PC1,
In IP configuration window,
Enter the IP address as 40.0.0.11
Subnet mask as 255.0.0.0
Default gateway as 40.0.0.1
It is shown below (Jesin, 2014).
3

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
For PC2,
In IP configuration window,
Enter the IP address as 40.0.0.12
Subnet mask as 255.0.0.0
Default gateway as 40.0.0.1
It is shown below.
4
Document Page
For PC3
In IP configuration window,
Enter the IP address as 50.0.0.10
Subnet mask as 255.0.0.0
Default gateway as 50.0.0.1
It is shown below.
5
Document Page
For PC4,
In IP configuration window,
Enter the IP address as 50.0.0.11
Subnet mask as 255.0.0.0
Default gateway as 50.0.0.1
It is shown below.
6

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
For PC5,
In IP configuration window,
Enter the IP address as 50.0.0.12
Subnet mask as 255.0.0.0
Default gateway as 50.0.0.1
It is shown below.
7
Document Page
Switch Configuration
To setup the switch by using the below command. It is shown below.
IN switch 0,
8
Document Page
9

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
In Switch 2,
Router Configuration
The router setup is shown below.
In Router 1,
Enter the Interface as fa0/0
IP address as 40.0.0.1
Subnet mask as 255.0.0.0
Enter the interface as se2/0
Clock rate 64000
IP address as 60.0.0.1
Subnet mask as 255.0.0.0
10
Document Page
It is shown below.
In router 2,
Enter the interface as fa1/0
IP address as 50.0.0.1
Subnet mask as 255.0.0.0
Enter the interface as se2/0
IP address as 60.0.0.1
Subnet mask as 255.0.0
11
Document Page
It is shown below.
Enter the interface as fa0/0
IP address as 70.0.0.1
Subnet mask as 255.0.0.0
It is shown below.
12

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
Server
Server setup is shown below.
Click server-Desktop--IP configuration
Enter the IP address as 70.0.0.10
Subnet mask as 255.0.0.0
13
Document Page
14
Document Page
Network Design
The simple network setup is shown below.
IP Routing Configuration
IP routing setup is done by the routers.
In Router 1,
To configure the IP routing by typing the below command,
ip route 50.0.0.0 255.0.0.0 40.0.0.0
It is shown below (Connecting networks companion guide, 2014).
15

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
In Router 2,
To configure the IP routing by typing the below command,
ip route 40.0.0.0 255.0.0.0 50.0.0.0
It is shown below.
16
Document Page
Ping Configuration
The client PC pings another Client PC. It is shown below.
17
Document Page
Server PC ping configuration is shown below.
18

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
Trace route Configuration
To configure the trace route in the simple network. It is done by using the command line in
the simulator. The Trace route configuration using the tracert utility. It is shown below.
In Client PC,
Trace the network trouble shooting by typing the below command in command line window.
tracert 40.0.0.11
19
Document Page
In Server PC,
Trace the network trouble shooting by typing the below command in command line window.
tracert 50.0.0.11
20
Document Page
Part – 2
DHCP services
In Router 1,
To configure the DHCP services in the network by typing the below command.
ip dhcp pool IPD
network 40.0.0.0 255.0.0.0
default-router 40.0.0.1
ip dhcp excluded-address 40.0.0.1 40.0.0.5
ip dhcp excluded-address 40.0.0.6 40.0.0.9
exit
21

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
In Router 2,
To configure the DHCP services in the network by typing the below command.
ip dhcp pool IPD
network 50.0.0.0 255.0.0.0
default-router 50.0.0.1
ip dhcp excluded-address 50.0.0.1 50.0.0.5
ip dhcp excluded-address 50.0.0.6 50.0.0.9
exit
22
Document Page
Web browser services
Configuration of web server services is shown below.
23
Document Page
DNS services
To configure the DNS service by using the below steps.
Click the server----Services-- DNS
In DNS window,
Enter the name as www.csu.edu.au
Address as 192.168.1.1
Save the resource records.
It is shown below.
24

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
After the DNS address for each PC. It is shown below.
25
Document Page
Then allow the router to access the NAT address for inside and outside and it is shown below.
In Router 1,
26
Document Page
In Router 2,
27

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Finally the check the DNS services and it is shown below.
28
Document Page
Firewall services
To activate the firewall services in the network by creating the complex PDU for the
client and server PC. It is used to blocks the traffic in the network. It also determines the
trusted and untrusted connection. It blocks the TCP network traffic between the server and
client. The Identified TCP network Traffic is STP. It is shown below.
29
Document Page
Conclusion
The Network setup was successfully created and analysed in details. The Network design and
setup consists of more than one router, switches, PC and server. These are successfully configured
and discussed in detail. The IP routing configuration is using the router to inter-connecting the two
routers. The client Pings the server PC and own gateway interface. The simple network using the trace
route command to determine the network trouble shooting problems in the network. It is successfully
configured. The Network services are successfully configured and discussed in detail. The DHCP,
DNs, firewall and web browser are network services in the network.
30

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
References
Connecting networks companion guide. (2014). Indianapolis, IN.
Jesin, A. (2014). Packet Tracer Network Simulator. Birmingham: Packt Publishing.
31
1 out of 32
[object Object]

Your All-in-One AI-Powered Toolkit for Academic Success.

Available 24*7 on WhatsApp / Email

[object Object]