University Network Assignment: TCP/IP Internetworking Configuration

Verified

Added on  2020/02/24

|29
|656
|34
Practical Assignment
AI Summary
This assignment focuses on TCP/IP internetworking, covering network setup, routing configuration, and various network services. Task 1 details the configuration of network devices (PC1, PC2, PC3, PC4, Routers, and Server) including IP addresses, subnet masks, and default gateways, along with routing configurations using the 'ip route' command and verification using ping and tracert. Task 2 delves into network services, including DHCP configuration on routers, web server setup, DNS configuration, and firewall implementation to block TCP traffic. The assignment utilizes Packet Tracer to simulate network environments and references various networking guides for detailed instructions and explanations. This document provides a comprehensive guide to understanding and implementing TCP/IP networking concepts.
Document Page
TCP/ip internetworking
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
Table of Contents
Task – 1 Network Setup.............................................................................................................2
1. Configuration..................................................................................................................2
2. Routing Configuration..................................................................................................10
3. Ping...............................................................................................................................12
4. Trace route command....................................................................................................15
Task – 2 Network Services......................................................................................................17
1. DHCP configuration......................................................................................................17
2. Web server....................................................................................................................24
3. DNS Configuration.......................................................................................................24
4. Firewall.........................................................................................................................27
References................................................................................................................................28
1
Document Page
Task – 1 Network Setup
1. Configuration
Configuration on PC1 is shown below.
Enter the IP address as 192.168.2.4, subnet mask is 255.255.255.0 and Default gateway is 192.168.2.1
2
Document Page
Configuration on PC2 is shown below.
Enter the IP address as192.168.2.3, subnet mask is 255.255.255.0 and Default gateway is 192.168.2.1
3
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
Configuration on PC3 is shown below (Connecting networks companion guide, 2014).
Enter the IP address as 192.168.1.3, subnet mask is 255.255.255.0 and Default gateway is 192.168.1.1
4
Document Page
Configuration on PC4 is shown below.
Enter the IP address as 192.168.1.4, subnet mask is 255.255.255.0 and Default gateway is 192.168.1.1
5
Document Page
Configuration on Router
In Router 0,
Enter the interface as gig0/1, IP address as 198.168.1.1 and subnet mask is 255.255.255.0
(Routing and switching essentials companion guide, 2014).
Another Interface,
Enter the interface as gig0/0, IP address 50.1.1.1 and subnet mask is 255.0.0.0.
6
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
In Router 1,
Enter the interface as gig0/1, IP address as 50.1.1.2 and subnet mask is 255.0.0.0.
Another interface,
Enter the interface as gig0/0, IP address is 192.168.2.1 and subnet mask is 255.255.255.0
7
Document Page
Configuration on Server
To set the IP address for server by using the below steps.
Click server. Select the Desktop and click the IP configuration.
After enter the IP address is 192.168.1.9
Subnet mask is 255.255.255.0
Default gateway is 192.168.1.1
8
Document Page
Network Diagram is shown below.
9
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
2. Routing Configuration
In Router1
Enter the IP route as ip route 192.168.2.0 255.255.255.0 192.168.1.0 (Network basics, 2014).
10
Document Page
In Router2
Enter the IP route as ip route 192.168.1.0 255.255.255.0 192.168.2.0.
11
chevron_up_icon
1 out of 29
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]