Assignment2 CSCI322
Assignment2 CSCI322
Assignment 2
Published on 26 August 2024
Due: Saturday 14 September 2024, 11:30 pm
Total Marks: 10 marks
Objective:
1. Understand the concept of network management.
2. Demonstrate the ability to manage and maintain the network and network configuration.
It is recommended to solve the problems before attending the laboratory classes to efficiently use supervised
laboratory time.
A submission marked by Moodle as Late is treated as a late submission no matter how many seconds it is
late.
A submission of compressed files (zipped, gzipped, rared, tared, 7-zipped, lhzed, … etc) is not allowed. The
compressed files will not be evaluated.
It is expected that all tasks included in Assignment 1 will be solved individually without any cooperation
from the other students. If you have any doubts, questions, etc. please consult your lecturer or tutor during
lab classes or office hours. Plagiarism will result in a FAIL grade being recorded for the assessment task.
Task 1: DNS configuration (4 marks)
Create the DNS zone file for the new zone “myzone<your-student-id>.edu.au’ and its reverse
zone file. The new domain will occupy the IP ranges 10.3.4.0/24.
2. In their SOA records, serial numbers must be prefixed with the current date and have a two-digit update
number suffix: yyyymmddss, e.g. 2024090901 (1 mark)
3. Add a single MX record for each zone with priority 10 which will direct to smtp.myzone<your-
student-id>.edu.au. (0.5 marks)
4. Add appropriate A records and PTR records for the following physical hosts:
a. server1.myzone<your-student-id>.edu.au 10.3.4.10
b. server2.myzone<your-student-id>.edu.au 10.3.4.20
c. ubuntu1.myzone<your-student-id>.edu.au 10.3.4.11
d. ubuntu2.myzone<your-student-id>.edu.au 10.3.4.21
(1 mark)
5. Add “www” CNAMEs to “server2”; “dns” to “server1”; and “smtp” to “server1”. (0.5
marks)
(You can assume that the glue records will be handled by somebody else.)
Take a screenshot of all processes, give the explanation and observation in each step and put them to
the report Task1_<your-name>_<your-student-id>.pdf.
Deliverables
1. Propose appropriate subnet ranges for both locations from the 20-bit prefix block of IPv4 private
addresses. Answer the question with your calculation. (2 marks)
2. Draw a diagram to depict the networks with IP addresses notated with CIDR notation assigned to the all
interfaces of bother routers for two campuses. Label the interfaces of routers on the diagram using e0 or
e1. (2 marks)
3. Show the routing table of the RouterA and RouterB that meets the requirements of both networks. Show
the columns of Destination, Gateway, Genmask, Flags and Iface in the routing table as shown by the Linux
command route. (1 mark)
4. Testing the connection between two networks by open the Dokuwiki (assumed that the server VM located
at the headquarters network) from the remote branch’s computer. (1 mark)
Note that you may create or clone one more server VM to use it as the RouterB if your computer resource
is allowed. You may also create them on the cloud server.
Take a screenshot of all processes, give the explanation and observation in each step and put them on
the report.
Deliverables
Save your report (includes screenshots of the Bash shell script and the processing results, explanations, and
observations for each question) to a file Task2_<your-name>_<your-student-id>.pdf. Submit
the report to Moodle before the deadline.
Submission
Note that you have only one submission. So, make absolutely sure that you submit the correct files with the
correct contents and correct types. No other submission is possible!
End of specification