University TCP/IP Internetworking Report: Network Design and Services

Verified

Added on  2023/06/05

|21
|1224
|302
Report
AI Summary
This report details the configuration of a TCP/IP network, encompassing the setup of PCs, servers (including web and DHCP servers), and routers. It includes network diagrams, IP address assignments, and the configuration of router interfaces. The report further elaborates on routing configurations using CLI commands, along with ping tests and traceroute analysis to verify network connectivity. The second part of the report focuses on configuring network services such as DHCP, web server (HTTP/HTTPS), DNS, and firewall rules. Screenshots are provided to demonstrate the successful configuration and functionality of each service, including the blocking of web server access via the firewall. Finally, a bibliography of related sources is provided.
Document Page
Running head: TCP/IP INTERNETWORKING
TCP/IP Internetworking
Name of the Student
Name of the University
Author’s Note
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
1
TCP/IP INTERNETWORKING
Task 1 - Setting up a Network
Network Diagram
1. PC, Server and Router interface configuration with proper IP address
PC configuration
Document Page
2
TCP/IP INTERNETWORKING
For the configuration of the PC it is essential to configure the DHCP address pool on the server
and on the PC the radio button DHCP is selected to automatically get the IP address form the
router.
Document Page
3
TCP/IP INTERNETWORKING
Server Configuration
WEB Server
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
4
TCP/IP INTERNETWORKING
The WEB server is configured with a static IP address according to the IP addressing plan of the
organization and it is kept in separate subnet for increasing the security of the network.
DHCP Server
The DHCP server is configured with a static IP address according to the IP addressing plan of
the organization and it is kept in separate subnet for increasing the security of the network.
Document Page
5
TCP/IP INTERNETWORKING
For the configuration of the DHCP service a start range is selected and the number of user
allocated in the subnet is inputter for allocating the maximum number of IP address to the user
connected in the network.
DNS Server
Document Page
6
TCP/IP INTERNETWORKING
For the configuration of the DNS server the url www.RaheemAbbas.csu.edu is used and it is
mapped with the IP address used for the configuration of the WEB server such that it support
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7
TCP/IP INTERNETWORKING
reverse mapping and the user can either use the IP address of the url to connect with the WEB
server.
2. Configuration of the Router interfaces
Router 1 Configuration
For the configuration of the router the CLI mode of the router is opened and firstly the interface
is selected to inputting IP address to each of the interface. Here the router is connected to the
switch using the fast ethernet 0/0 and thus ip is set for the fast ethernet that acts as the gateway
address for the PC connected in the network and the serial S0/0/0 is configured with with IP
address of another subnet for management of the connection between the routers.
Document Page
8
TCP/IP INTERNETWORKING
Router 2
For the router 2 configuration the same procedure is followed as the router 1 where the IP
address is inputted for each of the interface and it is activated using the no shut command.
2. Routing configuration
Router 1 Configuration
The router configuration command that are used for the configuration of the router1 are given
below:
enable
configure terminal
Document Page
9
TCP/IP INTERNETWORKING
interface FastEthernet0/0
ip address 152.63.0.1 255.255.255.0
exit
interface Serial0/3/0
ip address 152.63.1.1 255.255.255.252
exit
ip route 152.63.2.0 255.255.255.0 152.63.1.2
ip dhcp pool dhcp1
network 152.63.0.0 255.255.255.0
default-router 152.63.0.1
dns-server 152.63.2.3
access-list 101 deny tcp host 152.63.0.2 host 152.63.2.6 eq www
access-list 101 permit ip any any
access-list 101 deny host 152.63.0.2
access-list 101 permit any
Router 2 Configuration
The router configuration command that are used for the configuration of the router2 are given
below:
enable
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
10
TCP/IP INTERNETWORKING
configure terminal
interface Serial0/3/0
ip address 152.63.1.2 255.255.255.252
exit
interface FastEthernet0/0
ip address 152.63.2.1 255.255.255.0
exit
ip route 152.63.0.0 255.255.255.0 152.63.1.1
3. Ping test
Pinging the client own interface
The ping test is done for checking the connectivity of the devices and sending and receiving of
data packet in the network. The screenshot of test is attached withy the report for the
demonstration of the functionality of the network.
Document Page
11
TCP/IP INTERNETWORKING
chevron_up_icon
1 out of 21
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]