Question on subnetting

vjsousavjsousa Member Posts: 24 ■□□□□□□□□□
What would be the valid network and broadcast for the following IP address?

70.167.131.226/27
255.255.255.224
Vinny

Comments

  • aquillaaquilla Member Posts: 148 ■■■□□□□□□□
    At a guess:

    Network - 70.167.131.224
    Broadcast - 70.167.131.255

    Edit - here's how I came to that conclusion.

    Subnet mask is 255.255.255.224 or /27. Three bits are therefore turned on in the last octet (2^3 = 8 ). Therefore there are eight subnets. Five host bits are turned off (2^5 = 32) meaning 30 valid hosts per subnet.

    The subnet boundries are: 0, 32, 64, 96, 128, 160, 192, 224

    Can someone double check this please.
    Regards,

    CCNA R&S; CCNP R&S
  • redgoblinredgoblin Member Posts: 57 ■■□□□□□□□□
    Yup that looks good

    70.167.131.226/27

    /27 is 255.255.255.224 which gives subnets in blocks of 32.

    last subnet is 70.167.131.224 which has the broadcast of 70.167.131.255
  • vjsousavjsousa Member Posts: 24 ■□□□□□□□□□
    Nevermind. I figured it out.
    Vinny
  • tottstotts Member Posts: 117
    vjsousa wrote:
    Nevermind. I figured it out.
    Double checked ok. I use the method in the Cisco Press books using the 'interesting octet', seems to work ok for me.
    totts from essex
Sign In or Register to comment.