TCP/IP Networking Module: Network Services and Configuration Tasks

Verified

Added on  2021/06/17

|17
|751
|27
Practical Assignment
AI Summary
This document presents a comprehensive solution to a TCP/IP networking practical assignment. It details the configuration of network components, including PC, server, and router setups. The solution covers essential aspects such as IP addressing, subnetting, and routing configurations on two routers to enable network connectivity. It also includes ping tests to verify connectivity within the network and to remote devices. Furthermore, the assignment delves into configuring network services such as DHCP, a web and DNS server, and a firewall. The firewall configuration includes setting up access control lists (ACLs) to control network traffic. The document also provides a bibliography of relevant sources consulted for this assignment.
Document Page
Running head: TCP/IP NETWORKING
TCP/IP Networking
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 NETWORKING
Table of Contents
Task 1 – Setting up a network.........................................................................................................2
PC Configuration.........................................................................................................................2
Server Configuration...................................................................................................................3
Router Configuration...................................................................................................................4
Routing configuration on both the routers...................................................................................6
Pinging the own network interface from the client PC................................................................7
Pinging the local router gateway interface..................................................................................7
Pinging the remote router interface from the client PC...............................................................8
Pinging to server..........................................................................................................................8
Application of Traceroute from client to Server..........................................................................9
Task 2 – Configuring Network Services.......................................................................................10
1. DHCP.....................................................................................................................................10
2. WEB and DNS Server...........................................................................................................11
4. Firewall..................................................................................................................................12
Bibliography..................................................................................................................................14
Document Page
2
TCP/IP NETWORKING
Task 1 – Setting up a network
Document Page
3
TCP/IP NETWORKING
PC Configuration
Server Configuration
WEB and DNS 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 NETWORKING
DHCP Server
Router Configuration
Router 0 Configuration
Document Page
5
TCP/IP NETWORKING
Router 1
Document Page
6
TCP/IP NETWORKING
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 NETWORKING
Routing configuration on both the routers
Router 0
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 172.16.0.0 255.255.255.0 10.10.0.2
Router(config)#exit
Router 1
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 192.168.0.0 255.255.255.0 10.10.0.1
Router(config)#exit
Document Page
8
TCP/IP NETWORKING
Pinging the own network interface from the client PC
Pinging the local router gateway interface
Document Page
9
TCP/IP NETWORKING
Pinging the remote router interface from the client PC
Pinging to 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
10
TCP/IP NETWORKING
Application of Traceroute from client to Server
Document Page
11
TCP/IP NETWORKING
Task 2 – Configuring Network Services
1. DHCP
chevron_up_icon
1 out of 17
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]