NIT1104 Trimester 3 Major Assignment: IP and Routing

Verified

Added on  2022/08/14

|7
|1110
|27
Homework Assignment
AI Summary
This assignment solution addresses key concepts in computer networking, specifically focusing on IP addressing and subnetting, encompassing both IPv4 and IPv6. The solution includes identifying network addresses, subnetting networks into smaller subnets, and assigning IPv6 addresses to their respective groups (Global Unicast, Local Unicast, Link Local, and Multicast). Furthermore, the assignment involves planning and configuring network devices based on an IP network diagram. This includes filling out network information such as network addresses, broadcast addresses, and valid host ranges for different networks. The solution also provides detailed configuration commands for router interfaces and the implementation of routing protocols like RIP, demonstrating a practical understanding of network setup and management. The assignment also includes a bibliography of related research papers.
Document Page
COLLEGE OF ENGINEERING AND SCIENCE
NIT1104 – Major assignment
Trimester 3 2019
Student Name:
Student ID:
This assessment has been designed to assess the students’ theoretical and practical
knowledge introduced between week 6 and week 11 of the unit.
This assessment is marked out of 100, and scaled to 15% of the final grade.
1 IP Addressing and Subnetting – Total 40 marks
1.1 IPv4 addressing
In the following IP addresses, which ones are network addresses? (10 Marks)
IP network Network Address (mark with X)
192.168.10.128/28
192.168.10.128/24 X
192.168.10.254/26
10.10.10.0/16 X
192.168.10.0/24 X
1.2 Subnet the following sub-network into 4 equal size subnets. (10 Marks)
IP Network Subnet mask
12.12.0.0/18 255.255.192.0
Subnet-1: 255.255.240.0
Subnet-2: 255.255.240.0
Subnet-3: 255.255.240.0
Subnet-4: 255.255.240.0
1.4 Assign the following IPv6 addresses to their groups. i .e. Global Unicast, Local
Unicast, Link Local and Multicast. (5
Marks)
NIT1104 – COMPUTER NETWORKS – A2 Trimester 2 2019
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
COLLEGE OF ENGINEERING AND SCIENCE
IPv6 address Group
2001:0AA1:1203:2786:C0A0:0000:0000:000A Global Unicast
FD01:8132:6221::EF78:0:A711 Global Unicast
FC01::101:0:1110 Local Unicast
FE80:1010:11A1::0001 Link Local
FF00:CD1F:: Multicast
Given the following IPv6 network 2001:1234:ABCD:1000::/48. Subnet the network
into 4 sub-networks. (10
Marks)
IP Network Subnet mask
2001:1234:ABCD:1000::/48 /48
Subnet-1: 2001:1234:ABCD:: /50
Subnet-2: 2001:1234:ABCD:4000:: /50
Subnet-3: 2001:1234:ABCD:8000:: /50
Subnet-4: 2001:1234:ABCD:C:: /50
2 Planning and device configuration - Total 60 marks
NIT1104 – COMPUTER NETWORKS – A2 Trimester 2 2019
Document Page
COLLEGE OF ENGINEERING AND SCIENCE
In this task you will fill the required information using the IP network diagram: (20 Marks)
a. NET-A:
Network/Subnet ___192.168.1.0/24____________________________
Network address____192.168.1.0_______________________________
Broadcast address___192.168.1.255_____________________________
Valid host range_____192.168.1.1_-_192.168.1.254________________
__________________________________________________________
b. NET-B:
Network/Subnet ____10.10.10.0/24_____________________________
Network address____10.10.10.0________________________________
Broadcast address___10.10.10.255______________________________
NIT1104 – COMPUTER NETWORKS – A2 Trimester 2 2019
Document Page
COLLEGE OF ENGINEERING AND SCIENCE
Valid host range_____10.10.10.1_-_10.10.10.254___________________
__________________________________________________________
c. NET-C:
Network/Subnet ____172.16.10.0/24____________________________
Network address____172.16.10.0_______________________________
Broadcast address___172.16.10.255_____________________________
Valid host range_____172.16.10.1_-_172.16.10.254________________
__________________________________________________________
d. RA - RB subnet __192.168.0.252/30_________________________
e. RB - RC subnet __192.168.0.248/30_________________________
Fill the following table with the corresponding IP addresses. (15 Marks)
Device Interface IP Address/
Subnet Mask D/Gateway
RA Fa0/0 255.255.255.0 192.168.1.1
S0/0/0 255.255.255.252 192.168.0.254
RB
Fa0/0 255.255.255.0 10.10.10.1
S0/0/0 255.255.255.252 192.168.0.253
S0/0/1 255.255.255.252 192.168.0.249
RC Fa0/0 255.255.255.0 172.16.10.1
S0/0/1 255.255.255.252 192.168.0.250
Configure router RA interfaces: (10 Marks)
RA(config)#:int F0/0_____________________________________________________
RA(config-if)#:ip address 192.168.1.1 255.255.255.0__________________________
RA(config-if)#:__________________________________________________________
RA(config)#:int S0/0/0___________________________________________________
RA(config-if)#:ip address 192.168.0.254 255.255.255.252__________________________
NIT1104 – COMPUTER NETWORKS – A2 Trimester 2 2019
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
COLLEGE OF ENGINEERING AND SCIENCE
RA(config-if)#:__________________________________________________________
RA(config)#:int S0/0/1___________________________________________________
RA(config-if)#:__________________________________________________________
RA(config-if)#:__________________________________________________________
Configure Routing Protocol.
Provide commands to enable routing protocol in RA (students can choose any routing protocol
practiced in the lab)? (5 Marks)
RA(config)#:router rip ________________________________________________________
RA(config-router)#:network 192.168.0.0________________________________________
RA(config-router)#:network 192.168.1.0________________________________________
RA(config-router)#:network 200.200.200.0_______________________________________
Provide commands to enable routing protocol in RB (students can choose any routing protocol
practiced in the lab)? (5 Marks)
RB(config)#:router rip_______________________________________________________
RB(config-router)#:network 10.10.10.0_________________________________________
RB(config-router)#:network 192.168.0.0________________________________________
RB(config-router)#: network 200.200.200.0______________________________________
Provide commands to enable routing protocol in RC (students can choose any routing protocol
practiced in the lab)? (5 Marks)
RC(config)#:router rip_______________________________________________________
RC(config-router)#:network 172.16.10.0________________________________________
RC(config-router)#:network 192.168.0.0________________________________________
RC(config-router)#:network 200.200.200.0______________________________________
NIT1104 – COMPUTER NETWORKS – A2 Trimester 2 2019
Document Page
COLLEGE OF ENGINEERING AND SCIENCE
NIT1104 – COMPUTER NETWORKS – A2 Trimester 2 2019
Document Page
COLLEGE OF ENGINEERING AND SCIENCE
3 Bibliography
Hashimi, S. M., & Güneş, A. (2017). Performance Evaluation of a Network Using Simulation Tools or Packet
Tracer. IOSR J. Comput. Eng, 19(1), 01-05.
Huang, M., & Si, Y. (2017, April). Design of IPv4/IPv6 Transition Strategy Based on NDN. In 2017 5th
International Conference on Machinery, Materials and Computing Technology (ICMMCT 2017).
Atlantis Press.
Isaac, S. (2016). Comparative Analysis of IPV4 and IPV6. International Journal of Computer Science and
Information Technologies, 7(2), 675-678.
Muniasamy, V., Ejlani, I. M., & Anadhavalli, M. (2019). Student’s Performance Assessment and Learning Skill
towards Wireless Network Simulation Tool–Cisco Packet Tracer. International Journal of Emerging
Technologies in Learning (iJET), 14(07), 196-208.
Noor, N. M. M., Yayao, N., & Sulaiman, S. (2018). Effectiveness of Using Cisco Packet Tracer as a Learning
Tool: A Case Study of Routing Protocol. Computer software, 514, 689-9.
Rosewell, J., Kear, K., Jones, A., Smith, A., Donelan, H., Mikroyannidis, A., ... & Moss, N. (2018). Open
Networking Lab: online practical learning of computer networking.
Sihombing, O., Zendrato, N., Laia, Y., Nababan, M., Sitanggang, D., Purba, W., ... & Siregar, S. (2018, April).
Smart home design for electronic devices monitoring based wireless gateway network using cisco
packet tracer. In Journal of Physics: Conference Series (Vol. 1007, No. 1, p. 012021). IOP Publishing.
Wai, K. K. (2019). Analysis of RIP, EIGRP, and OSPF Routing Protocols in a Network.
ZHANG, Q., Shuang, Z. H. O. U., & WANG, X. H. (2018). Research on Wireless Sensor Network Technology
of Nuclear Power Plant. DEStech Transactions on Computer Science and Engineering, (ccme).
Zormati, H., Chebil, J., & Taher, J. B. H. (2017). Addressing Scheme for IOT Network Using
IPV6. International Journal of Electronics and Communication Engineering, 11(4), 481-484.
Assignment submission
Fill your name and student ID in this document and submit to VU Collaborate by the due date.
Please submit the packet tracer file along with this report.
NIT1104 – COMPUTER NETWORKS – A2 Trimester 2 2019
chevron_up_icon
1 out of 7
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]