Avail The Best and High-Quality Networking and Security - Network Planning Assignment Help Service at Expertsminds!!

Home   Course  
Previous << || >> Next

ITECH1102 Networking and Security - Network Planning Assignment, Federation University, Australia

Overview - The main objectives of this assignment are:

  • To help students gain a good understanding of the IP (Internet Protocol), which is the major underlying technology of the Internet.
  • To help students to understand the importance of subnet and routing of IP address.
  • To encourage students to conduct an independent investigation into IP related topics from books, the Internet and through practical investigation.

Tasks - The major task is to allocate the unreserved public IPv4 addresses to different states in Australia based on the Internet users in those states. The minor task is to create a routing table for edge routers only for the state NT, WA and SA.

EXPERTSMINDS.COM ACCEPTS INSTANT AND SHORT DEADLINES ORDER FOR NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT - ORDER TODAY FOR EXCELLENCE!

Answer - NETWORK PLANNING ASSIGNMENT

1. Introduction

The Australian government has appointed a Network System Administrator to assign IP addresses to millions of hosts scattered across the country. The number of hosts per state is known in advance. The allocation must not be very wasteful - the total number of addresses assigned to a state should not exceed 1.2 times the requirement. Also, the addresses must be unique. The Network Administrator is free to use addresses from the global pool of IPv4 addresses. He must also populate the routing table entries for the edge routers R1, R2 and R3 shown in the figure.

Networking and Security - Network Planning Assignment.png

The number of hosts in each state is known to the Network Administrator and is given below:

New South Wales (NSW) : 6 Million

Victoria (VIC) : 4 Million

Queensland (QLD) : 3 Million

Western Australia (WA) : 2 Million

South Australia (SA) : 1 Million

Tasmania (TAS) : 300 Thousand

Northern Territory (NT) : 150 Thousand

NEVER LOSE YOUR CHANCE TO EXCEL IN NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT - HIRE BEST QUALITY TUTOR FOR ASSIGNMENT HELP!

2. Solution

We can use either classless addressing, or classful addressing. Classful addressing, however, will prove to be either too insufficient to meet the address requirement of a state, or too wasteful. For instance, class A addressing will be too wasteful, and class C addressing can meet the requirements of only small organizations that have around 250 hosts. We therefore use classless addressing, and subnet the larger network into smaller subnets.

In order to ensure that the allocation of IP addresses is not too wasteful, we often subnet a state further into smaller subnets. The remaining part of this section explains how this is done.

State NSW: (Needs 6 million addresses, max. allocation allowed = 1.2 X 6 million = 7200000)

Solution technique:

If, while subnetting, m most significant bits are allocated of the routing prefix part, and 32-m least significant bits are allocated for the host identifier part, then we will have 2^(32-m)-2 different hosts in the subnet. Since the number of hosts is known, we can easily compute m. For instance, since NSW needs 6 million addresses, we will need to allocate log_2(6 million) = 22.51 bits to the host identifier part. This means that an allocation of 22 bits will prove to be insufficient, and 23 will prove to be too wasteful. A clever strategy is then to first create a subnet with 22 bits in the host identifier part, and then create a new subnet with just as many bits reserved for the host identifier part to meet the remaining requirement.

We start with address 165.0.0.0 (randomly chosen).

Network

Subnet mask

Number of hosts

165.0.0.0/10

255.192.0.0

4194302

165.64.0.0/11

255.224.0.0

2097150



Total hosts = 6291452

We now follow the same procedure for the remaining states (subnets)

State VIC: (Needs 4 million, maximum allocation allowed =4800000)

Network

Subnet mask

Number of hosts

165.128.0.0/10

255.192.0.0

4194302



Total hosts = 4194302

State QLD: (Needs 3 million, maximum allocation allowed = 3600000)

We follow the same strategy, and create two more subnets here.

Network

Subnet mask

Number of hosts

165.192.0.0/11

255.224.0.0

2097150

165.224.0.0/12

255.240.0.0

1048574



Total hosts = 3145724

ORDER NEW NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT & GET 100% ORIGINAL SOLUTION AND QUALITY WRITTEN CONTENTS IN WELL FORMATS AND PROPER REFERENCING.

State WA: (Needs 2 million, maximum allocation allowed =2400000)

Now, we have exhausted all IP addresses starting with 165. We have to start with 166.0.0.0 and repeat the above procedure.

Network

Subnet mask

Number of hosts

166.0.0.0/11

255.224.0.0

2097150



Total hosts = 2097150

State SA: (Needs 1 million, maximum allocation allowed =1200000)

Network

Subnet mask

Number of hosts

166.32.0.0/12

255.240.0.0

1048574



Total hosts = 1048574

State TAS: (Needs 300 thousand, maximum allocation allowed = 360,000)

Network

Subnet mask

Number of hosts

166.48.0.0/12

255.252.0.0

262142

166.52.0.0/16

255.255.0.0

65534



Total hosts = 327676

State NT: (Needs 150 thousand, maximum allocation allowed = 180,000)

Network

Subnet mask

Number of hosts

166.54.0.0/15

255.254.0.0

131070

166.56.0.0/17

255.255.128.0

32766



Total hosts = 163836

GET GUARANTEED SATISFACTION OR MONEY BACK UNDER NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT HELP SERVICES OF EXPERTSMINDS.COM - ORDER TODAY NEW COPY OF THIS ASSIGNMENT!

3. Routing table entries

We have populated the routing tables for routers R1, R2 and R3 connecting the subnets WA, SA and NT to the network. The twelve interface cards numbered NIC#1 to NIC#12 have been assigned IP addresses. These are shown in Appendix A.

4. Conclusion

IP addresses were assigned to millions of hosts scattered across the country such that no two hosts were allocated the same addresses. Care was taken to ensure that the address allocation was not very wasteful - The total number of addresses assigned to a state never exceeded 1.2 times the requirement for the state. We used classless addressing and IPv4. The routing table entries were generated for three of the seven edge routers.

DO WANT TO HIRE TUTOR FOR ORIGINAL NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT SOLUTION? AVAIL QUALITY NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT WRITING SERVICE AT BEST RATES!

5. Appendix A

The following table lists the IP addresses for the network interface cards to connect NT, WA and SA:

Router

NIC#

IP address

R1

5

100.0.0.1

R1

8

100.0.0.2

R1

6

166.0.0.1

R1

7

166.0.0.2

R2

4

100.0.0.3

R2

2

166.54.0.1

R2

3

166.54.0.2

R2

1

100.0.0.4

R3

9

100.0.0.5

R3

10

166.32.0.1

R3

11

166.32.0.2

R3

12

100.0.0.6

Networking and Security - Network Planning Assignment1.png

The following tables describe the routing tables entries for routers R1, R2 and R3.

Routing table for R1

Destination address

Interface

Next hop

165.0.0.0/10 (NSW)

5

100.0.0.3

165.64.0.0/11 (NSW)

5

100.0.0.3

165.128.0.0/10 (VIC)

5

100.0.0.3

165.192.0.0/11 (QLD)

5

100.0.0.3

165.224.0.0/12 (QLD)

5

100.0.0.3

166.0.0.0/11 (WA)

6

166.0.0.2

166.32.0.0/12 (SA)

8

100.0.0.5

166.48.0.0/12 (TAS)

8

100.0.0.5

166.52.0.0/16 (TAS)

8

100.0.0.5

166.54.0.0/15 (NT)

5

100.0.0.3

166.56.0.0/17 (NT)

5

100.0.0.3

GETTING STUCK WITH SIMILAR NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT? ENROL WITH EXPERTSMINDS'S NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT HELP SERVICES AND GET DISTRESSED WITH YOUR ASSIGNMENT WORRIES!

Routing table for R2

Destination address

Interface

Next hop

165.0.0.0/10 (NSW)

1

100.0.0.7

165.64.0.0/11 (NSW)

1

100.0.0.7

165.128.0.0/10 (VIC)

1

100.0.0.7

165.192.0.0/11 (QLD)

1

100.0.0.7

165.224.0.0/12 (QLD)

1

100.0.0.7

166.0.0.0/11 (WA)

4

100.0.0.2

166.32.0.0/12 (SA)

4

100.0.0.2

166.48.0.0/12 (TAS)

1

100.0.0.7

166.52.0.0/16 (TAS)

1

100.0.0.7

166.54.0.0/15 (NT)

2

166.54.0.2

166.56.0.0/17 (NT)

2

166.54.0.2

Routing table for R3

Destination address

Interface

Next hop

165.0.0.0/10 (NSW)

12

100.0.0.8

165.64.0.0/11 (NSW)

12

100.0.0.8

165.128.0.0/10 (VIC)

12

100.0.0.8

165.192.0.0/11 (QLD)

12

100.0.0.8

165.224.0.0/12 (QLD)

12

100.0.0.8

166.0.0.0/11 (WA)

9

100.0.0.2

166.32.0.0/12 (SA)

10

166.32.0.2

166.48.0.0/12 (TAS)

12

100.0.0.8

166.52.0.0/16 (TAS)

12

100.0.0.8

166.54.0.0/15 (NT)

9

100.0.0.2

166.56.0.0/17 (NT)

9

100.0.0.2

ORDER NEW COPY OF NETWORKING AND SECURITY - NETWORK PLANNING ASSIGNMENT AND SECURE HIGHER MARKS!

Avail best and trusted Federation University, Australia Assignment Help service at Expertsminds for major related courses and academic units such as -

  • ITECH2100 - PROGRAMMING ASSIGNMENT HELP
  • ITECH2102 - DIGITAL IMAGE MANIPULATION ASSIGNMENT HELP
  • ITECH2103 - OPEN SOURCE & LINUX ASSIGNMENT HELP
  • ITECH2104 - INDUSTRY AWARENESS ASSIGNMENT HELP
  • ITECH2105 - INTRODUCTION TO HEALTH INFORMATICS ASSIGNMENT HELP
  • ITECH2107 - WORLD WIDE WEB TECHNOLOGY ASSIGNMENT HELP
  • ITECH2108 - ADVANCED NETWORK SERVICES ASSIGNMENT HELP
  • ITECH2109 - INTERACTIVE 2D ANIMATION ASSIGNMENT HELP
  • ITECH2111 - ARTIFICIAL INTELLIGENCE ASSIGNMENT HELP
  • ITECH2113 - NETWORK OPERATING SYSTEMS INTERNALS ASSIGNMENT HELP
  • \ITECH2114 - INTRODUCTION TO MAINFRAMES ASSIGNMENT HELP
  • ITECH2115 - MAINFRAME TRANSACTION MANAGEMENT ASSIGNMENT HELP
  • ITECH2116 - MAINFRAME INTERFACE ASSIGNMENT HELP
  • ITECH2117 - CREATIVE DIGITAL DESIGN TOPICS ASSIGNMENT HELP
  • ITECH2118 - INDUSTRY AWARENESS (COMPUTER GAMES AND DIGITAL MEDIA) ASSIGNMENT HELP
  • ITECH2200 - ENTERPRISE ARCHITECTURE ASSIGNMENT HELP
  • ITECH2201 - CLOUD COMPUTING ASSIGNMENT HELP
  • ITECH2250 - IT PROJECT MANAGEMENT TECHNIQUES ASSIGNMENT HELP
  • ITECH2300 - MOBILE NETWORKS AND WIRELESS COMMUNICATIONS ASSIGNMENT HELP
  • ITECH2301 - NETWORK ARCHITECTURE AND DESIGN ASSIGNMENT HELP
Tag This :- EM201921ASH526CN Networking and Security - Network Planning Assignment Help

get assignment Quote

Assignment Samples

    Feasibility Study Assignment Help

    feasibility study assignment help - Complete and submit the following sections of the Feasibility Study: Program Consistency and Economic and Fiscal Issues

    Gender Identity Assignment Help

    gender identity assignment help - Today, with increased challenges of gender bias, there is a need to inspect on the theories associated with it.

    Deviant Behavior Assignment Help

    deviant behavior assignment help - the report is about deviance and the causes of deviance. the discussion is presented on wide spectrum considering variety.

    Jurisdiction Comparison Assignment Help

    jurisdiction comparison assignment help - Analyze legislation and demonstrate your understanding by identifying the implications for an employer based on the.

Get Academic Excellence with Best Skilled Tutor! Order Assignment Now! Submit Assignment