Preview

Subnetting Assignment CMIT 265

Satisfactory Essays
Open Document
Open Document
180 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Subnetting Assignment CMIT 265
Subnetting Assignment
Vernon Sampson
November 10, 2014
CMIT 265

172.29.0.0/16 subnetted to 113 subnets and provide information for subnets #1, #10, #26, and #113.

172.29.0.0/16

10101100 00011101 00000000 00000000 Network Address
11111111 11111111 00000000 00000000 Subnet Mask

I need to have 113 subnets. I have to borrow host bits and convert them to subnet bits.

I will use the formula 2X to find how many bits I need to borrow.

21=2
22=4
23=8
24=16
25=32
26=64
27=128

I need to borrow 7 bits to create 113 subnets.

10101100 00011101 00000000 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask

New Subnet Mask: 255.255.254.0

Subnet #1

Converting 1 into binary bits: 0000001
I converted 1 into binary using 7 bits

10101100 00011101 00000010 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask

The network address is 172.29.2.0

10101100 00011101 00000011 11111111 Network Address

The broadcast address is 172.29.3.255

Available IP Addresses are 172.29.2.1 to 172.29.3.254.

Subnet #10

Converting 10 into binary bits: 0001010
I converted 10 into binary using 7 bits

10101100 00011101 00010100 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask

The network address is 172.29.20.0

10101100 00011101 00010101 11111111

The broadcast address is 172.29.21.255

Available IP Addresses are 172.29.20.1 to 172.29.21.254

Subnet #26

Converting 26 into binary bits: 0011010
I converted 10 into binary using 7 bits

10101100 00011101 00110100 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask

The network address is 172.29.52.0

10101100 00011101 00110101 11111111

The broadcast address is 172.29.53.255

Available IP Addresses are 172.29.52.1 to 172.29.53.254

Subnet #113

Converting 113 into binary bits: 1110001
I converted 10 into binary using 7 bits

10101100 00011101 11100010 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask

The network address is

You May Also Find These Documents Helpful

  • Satisfactory Essays

    cis202 exam review

    • 613 Words
    • 3 Pages

    3- If a router has an Ethernet interface of E0, with an IP address of 172.31.4.1, and the interface uses a mask of 255.255.255.0, what is the subnet number?…

    • 613 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1430 U2G1

    • 433 Words
    • 2 Pages

    2. Defines the size of the host part of the addresses in the subnet. is an identifiably separate part of an organization's network.…

    • 433 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    The number isn’t equal to 2 raised to the power of the number of bits because you always have to take away 2 from the network for the network and broadcast address…

    • 367 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    nt 2640 studyguide

    • 720 Words
    • 3 Pages

    Given the 5 bits of a subnet mask for the host portion of an IP addresses are available?…

    • 720 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Week 4 B IP Subnetting Lab

    • 2462 Words
    • 19 Pages

    creates 14, etc. Therefore at least three bits must be used. That means subnet masks 224, 240, 248, 252…

    • 2462 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    Unit 8 Lab 8

    • 1017 Words
    • 8 Pages

    If you used the number of bytes instead you would get a whole different amount of possible networks which isn’t right.…

    • 1017 Words
    • 8 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1330 Unit 3 Assignment 1

    • 2019 Words
    • 9 Pages

    0.0.0.89 Why Do We Care!? • You can manipulate your subnet mask in order to create more network addresses. Why? • If you have a Class C network, how many individual Host addresses can you have? – 1 to 254 – Remember, you can’t have all “0”s and all “1”s in the host portion of the address.…

    • 2019 Words
    • 9 Pages
    Powerful Essays
  • Satisfactory Essays

    Nt1310 Unit 7

    • 458 Words
    • 2 Pages

    Theres 4 bits for hosts and 4 for network numbers. Each set = 16 then just subtract one address for the network number and broadcast number for the hosts per.…

    • 458 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    have made many changes. You will need to drop your db and create again (commands are listed below), due to changes in models.py. Also, before you do svn update, please open your existing settings.py and save LOCALE_PATHS = and 'filename' under LOGGING =. Because file in svn contain my directory info (This defiantly a issue, Tony do you have any suggestion or fix this so we don't overwrite each others settings). Should be a Story.…

    • 134 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    1. Research the following organizations and explain their involvement with the Internet public IP addresses…

    • 334 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    nt1330 unit 1

    • 565 Words
    • 3 Pages

    While you can cut back each network to a /25 giving 126 hosts per network, you may find yourself changing this sooner than…

    • 565 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    6. Ipv4 is still being used because the address pool supports the continual demands and extends its usefulness. Also because Ipv4 and Ipv6 are not compatible.…

    • 278 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    #include #include float avg_wt,avg_tt; int i = 0,ttl_wt=0,ttl_tt=0,qt; struct process { int prn; char type; int bt; int wt; int tt; struct process *nxt; }*stfor,*stbck,*np,*endfor,*endbck,*temp; void ins_node(struct process *np) { if(np->type == 'f') { if(stfor == NULL) stfor = endfor = np; else { endfor->nxt = np;…

    • 401 Words
    • 2 Pages
    Better Essays
  • Satisfactory Essays

    Netw204Week4

    • 1310 Words
    • 6 Pages

    | Paste the requested screenshotProvide the requested answerPaste the requested screenshotProvide the requested answerPaste the requested screenshotProvide the requested answerPaste the requested screenshotProvide the requested answerIn your own words, summarize what you have learned about Subnetting IP Address, Configuring Static Routes and Static Host Table.…

    • 1310 Words
    • 6 Pages
    Satisfactory Essays
  • Satisfactory Essays

    lab 6

    • 252 Words
    • 2 Pages

    4. Through command window determine the cause of the network connection loss using the IP configuration. Next renew the connection lost.…

    • 252 Words
    • 2 Pages
    Satisfactory Essays