TridentS Network: Local Area Network Design and Configurations Project
VerifiedAdded on  2020/04/07
|21
|2405
|142
Project
AI Summary
This project report details the design and configuration of a Local Area Network (LAN) called TridentS, implemented to provide various services across departments including Developers, Marketing, Operations, and Finance. The project covers the implementation of several key technologies: a DHCP server for automatic IP address allocation, a web and DNS server for hosting a website accessible via a domain name (group1.com), a file server for centralized data storage and sharing, and a printer for network-wide printing capabilities. The implementation steps for each technology are outlined, including router configuration, server setup, and testing procedures. Furthermore, the report highlights the importance of network security and describes the implementation of access control lists to restrict unauthorized access to resources. The project demonstrates a practical understanding of network design principles and the configuration of essential network services.

LOCAL AREA NETWORK DESIGNING AND CONFIGURATIONS
Submitted to
[lecture name]
Local area network designing and configurations.
[Date]
By
[Student name]
Submitted to
[lecture name]
Local area network designing and configurations.
[Date]
By
[Student name]
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

TABLE OF Contents
TECHNOLOGIES USED...............................................................................................................................3
TECHNOLOGY IMPLEMENTATION........................................................................................................3
DHCP server implementation.....................................................................................................................4
WEB and DNS server implementation .....................................................................................................11
WEB server implementation..................................................................................................................11
DNS server
implementation………………………………………………………………………………………………
…………………………..14
File server implementation........................................................................................................................17
Setting up the authentication.....................................................................................................................19
References.....................................................................................................................................................21
TECHNOLOGIES USED.
The TridentS network is a network that is set to offer various services to the users where there are
various departments which are able to have access to a number of services.
TECHNOLOGIES USED...............................................................................................................................3
TECHNOLOGY IMPLEMENTATION........................................................................................................3
DHCP server implementation.....................................................................................................................4
WEB and DNS server implementation .....................................................................................................11
WEB server implementation..................................................................................................................11
DNS server
implementation………………………………………………………………………………………………
…………………………..14
File server implementation........................................................................................................................17
Setting up the authentication.....................................................................................................................19
References.....................................................................................................................................................21
TECHNOLOGIES USED.
The TridentS network is a network that is set to offer various services to the users where there are
various departments which are able to have access to a number of services.

However there are various technologies that are going to be used in order to do the implementation
of the network, this network is meant to offer various services where there will be authentications, printing
services, DHCP server services where all the devices will be able to access the IP addresses through the
DHCP server ,the hosting and accessibility of the website and enable the users to save their files in the file
servers [1].
Below are some of the technologies to be implemented:
a. DHCP server implementation.
b. WEB and DNS server implementation .
c. File server implementation.
d. Installation of printer.
e. Setting up the authentication.
However through implementation of the above technologies all the services will e accessible to the
clients in this network. Below are the steps used to do the implementation of the services.
TECHNOLOGY IMPLEMENTATION.
The TridentS network is implemented according to the below design ,however there are various
departments which included the Developers, Marketing, Operations, and Finance departments .
In these departments there were various resources where Developers department had two
computers and the HCP server was installed there, Marketing department had two computers , Finance
department has two computers and Operations department has two computers WEB and DNS
server ,FILE server and a printer where the users in other departments were able to print over the network
and then collect their printouts from that departments.
of the network, this network is meant to offer various services where there will be authentications, printing
services, DHCP server services where all the devices will be able to access the IP addresses through the
DHCP server ,the hosting and accessibility of the website and enable the users to save their files in the file
servers [1].
Below are some of the technologies to be implemented:
a. DHCP server implementation.
b. WEB and DNS server implementation .
c. File server implementation.
d. Installation of printer.
e. Setting up the authentication.
However through implementation of the above technologies all the services will e accessible to the
clients in this network. Below are the steps used to do the implementation of the services.
TECHNOLOGY IMPLEMENTATION.
The TridentS network is implemented according to the below design ,however there are various
departments which included the Developers, Marketing, Operations, and Finance departments .
In these departments there were various resources where Developers department had two
computers and the HCP server was installed there, Marketing department had two computers , Finance
department has two computers and Operations department has two computers WEB and DNS
server ,FILE server and a printer where the users in other departments were able to print over the network
and then collect their printouts from that departments.
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

DHCP server implementation.
The DHCP server technology is implemented and it is used to provide the IP addresses to the other
network devices automatically through DHCP instead of the static option which is more tedious, below
are the procedures used to do implementation of the DHCP server [2].
Procedure 1:settingup a network.
Set up a network as below and add the server as it is name it as DHCP serve as in below figure.
Procedure 2. Configure the router.
Open the router in the above network then click on the ICL option then configure the network
10.100.100.1 and then 10.101.110.1 where the mask network will be 255.255.254.0 this is to enable the
communication between the clients computers and the file servers in order to be able to save their files as
follows.
The DHCP server technology is implemented and it is used to provide the IP addresses to the other
network devices automatically through DHCP instead of the static option which is more tedious, below
are the procedures used to do implementation of the DHCP server [2].
Procedure 1:settingup a network.
Set up a network as below and add the server as it is name it as DHCP serve as in below figure.
Procedure 2. Configure the router.
Open the router in the above network then click on the ICL option then configure the network
10.100.100.1 and then 10.101.110.1 where the mask network will be 255.255.254.0 this is to enable the
communication between the clients computers and the file servers in order to be able to save their files as
follows.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

Enter the following configuration codes to configure the interfaces
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa 0/1
Router(config-if)#ip address 10.100.100.1 255.255.254.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up [3].
Router>enable
Router#config t
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa 0/1
Router(config-if)#ip address 10.100.100.1 255.255.254.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up [3].
Router>enable
Router#config t

Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa 0/0
Router(config-if)#ip address 10.101.110.1 255.255.254.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
After the configuration the router interfaces changes from red to green showing that the
communication is sufficient as in the figure below.
Procedure 3:configure DHCP server
After configuration of the router then the DHCP server is configured as below .First Open the
DHCP server by clicking on the following window opens [4].
Router(config)#int fa 0/0
Router(config-if)#ip address 10.101.110.1 255.255.254.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
After the configuration the router interfaces changes from red to green showing that the
communication is sufficient as in the figure below.
Procedure 3:configure DHCP server
After configuration of the router then the DHCP server is configured as below .First Open the
DHCP server by clicking on the following window opens [4].
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

After opening the above DHCP server window just navigate to the desktop option and then IP
configuration option and fill in the details as follows.
a. The IP address assigns 10.100.100.2
b. The Subnet mask assign 255.255.254.0
c. The default gateway assign 10.100.100.1
d. The DNS server to be 10.100.100.9
This will then give the details as in the figure below.
Then after setting the above values close the IP configuration option and select the config option
and on the gateway make it DHCP instead of static option as in figure below.
configuration option and fill in the details as follows.
a. The IP address assigns 10.100.100.2
b. The Subnet mask assign 255.255.254.0
c. The default gateway assign 10.100.100.1
d. The DNS server to be 10.100.100.9
This will then give the details as in the figure below.
Then after setting the above values close the IP configuration option and select the config option
and on the gateway make it DHCP instead of static option as in figure below.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

After opening the above window select on the services option then ,select the DHCP option as in the
left panel and set the DHCP server to be on and setup the below values in the respective fields to get the
below fields .
a. The pool’s name to be DHCP1.
b. Defaults Gateways to be 10.100.100.1.
c. DNS server to be 10.100.1.9.
d. Start IP addresses to be 10.100.100.0.
e. The subnets masks to be 255.255.254.0.
f. The max numbers to be 250 .
After setting the above fields the results are as in the figure below and then save the settings.
left panel and set the DHCP server to be on and setup the below values in the respective fields to get the
below fields .
a. The pool’s name to be DHCP1.
b. Defaults Gateways to be 10.100.100.1.
c. DNS server to be 10.100.1.9.
d. Start IP addresses to be 10.100.100.0.
e. The subnets masks to be 255.255.254.0.
f. The max numbers to be 250 .
After setting the above fields the results are as in the figure below and then save the settings.

Procedure 4:Testing the DHCP server ip addresses allocations.
After configuration of the DHCP server open the computers ,select on the desktop options ,then IP
configurations ,then select the DHCP option and deselect the static option ,where the computers will
retrieve the ip addresses as shown in figures below in order to test whether the DHCP server is fully
implemented [5].
Pc 0
Pc1
Pc2
After configuration of the DHCP server open the computers ,select on the desktop options ,then IP
configurations ,then select the DHCP option and deselect the static option ,where the computers will
retrieve the ip addresses as shown in figures below in order to test whether the DHCP server is fully
implemented [5].
Pc 0
Pc1
Pc2
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

Pc3
Therefore repeat same procedures till all the computers are set their IP addresses and thus it shows that the
DHCP server technology is well implemented in the networks .
WEB and DNS server implementation .
The web server will be implemented by use of two procedures where the web pages of the website will
created and saved in the web server ,then there will be a domain server that will be used to give the
domain names which will be used to access the website using a certain domain name like group1.com .
Therefore the following are the implementation procedures.
i. WEB server implementation.
The web server is implemented in order to host the website that is created by the group and the hosted
website will be accessed by the clients in the network , below are the procedures used to do its
implementation.
Procedure 1:Add the WEB server.
The web server is added in the networks and then renamed as WEB server as in the figure below.
Therefore repeat same procedures till all the computers are set their IP addresses and thus it shows that the
DHCP server technology is well implemented in the networks .
WEB and DNS server implementation .
The web server will be implemented by use of two procedures where the web pages of the website will
created and saved in the web server ,then there will be a domain server that will be used to give the
domain names which will be used to access the website using a certain domain name like group1.com .
Therefore the following are the implementation procedures.
i. WEB server implementation.
The web server is implemented in order to host the website that is created by the group and the hosted
website will be accessed by the clients in the network , below are the procedures used to do its
implementation.
Procedure 1:Add the WEB server.
The web server is added in the networks and then renamed as WEB server as in the figure below.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

Procedure 2: open the WEB server and retrieve the IP address from DHCP server.
After opening the WEB server select on the cofig option then select the DHCP option to retrieve the IP
address automatically from the DHCP server as in figure below.
Procedure 3: select on the service options then choose from the panel on left the HTTP option.
After retrieval of the ip addresses, select on the services options to be able to create a web page then
choose on the HTTP option and create the webpage with details of the students IDs of the group members
as in the figure below.
After opening the WEB server select on the cofig option then select the DHCP option to retrieve the IP
address automatically from the DHCP server as in figure below.
Procedure 3: select on the service options then choose from the panel on left the HTTP option.
After retrieval of the ip addresses, select on the services options to be able to create a web page then
choose on the HTTP option and create the webpage with details of the students IDs of the group members
as in the figure below.

ii. DNS server implementation.
After implementation of the WEB server the next is to implement the DNS server where the
implementation will be done using the same server used to implement the WEB server , the DNS server
will enable the adding of the domain name that will be used to retrieve the web pages created and stored in
the WEB server.
The other use of the DNS server is to fix the printer in the network which is in the Operations
department and enable the users to print items from their respective departments into that printer through
the network, this will be enabled since the printer will be using the DNS server IP address hence it will be
accessible by any device in the network [6].
The DNS domain name will be group1.com which will then be used by the clients to access that
website in the web server ,however below are the procedures used to implement the DNS server.
Procedure 1:Open the DNS server and retrieve the IP addresses.
The DNS server will be opened by clicking on it one time and then navigate to desktop then IP
configuration options to get the respective addresses as below.
After implementation of the WEB server the next is to implement the DNS server where the
implementation will be done using the same server used to implement the WEB server , the DNS server
will enable the adding of the domain name that will be used to retrieve the web pages created and stored in
the WEB server.
The other use of the DNS server is to fix the printer in the network which is in the Operations
department and enable the users to print items from their respective departments into that printer through
the network, this will be enabled since the printer will be using the DNS server IP address hence it will be
accessible by any device in the network [6].
The DNS domain name will be group1.com which will then be used by the clients to access that
website in the web server ,however below are the procedures used to implement the DNS server.
Procedure 1:Open the DNS server and retrieve the IP addresses.
The DNS server will be opened by clicking on it one time and then navigate to desktop then IP
configuration options to get the respective addresses as below.
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide
1 out of 21
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–2025 A2Z Services. All Rights Reserved. Developed and managed by ZUCOL.