Jump to content

~~~~~~ 3rd Lecture - Networking IP Subnetting ~~~~~~~~


k2s

Entha mandiki kavali  

43 members have voted

You do not have permission to vote in this poll, or see the poll results. Please sign in or register to vote in this poll.

Recommended Posts

  • Replies 141
  • Created
  • Last Reply

Top Posters In This Topic

  • k2s

    78

  • krldr871

    18

  • ToughGuy

    14

  • robo

    9

Top Posters In This Topic

[quote author=John Galt link=topic=234570.msg2923993#msg2923993 date=1315518297]
ippudu ipv6 ki antha upgrade ayyaka, NAT, CIDR vaadthaara leda inkaa..emaina decision teeskunnara deeni paina  sCo_^Y sCo_^Y sCo_^Y
[/quote]no.........

Link to comment
Share on other sites

[quote author=John Galt link=topic=234570.msg2923993#msg2923993 date=1315518297]
ippudu ipv6 ki antha upgrade ayyaka, NAT, CIDR vaadthaara leda inkaa..emaina decision teeskunnara deeni paina  sCo_^Y sCo_^Y sCo_^Y
[/quote]
IPV4 addresses almost vanished kadaa ..so NO

Link to comment
Share on other sites

If IP subnetting is done..then we are diluting the original IP address mask.......
as we know

class A means /8
class B means /16
class C means /24
Class D is multicast

above are CLASSFUL MASKS



using CLASSFULL masks results in IP addresses wastage. ........ suppose our company need 250 hosts to connect...... we can choose one /24 IP address which contains 255 hosts.........

what if we need 180 hosts........ we still can choose /24 IP address mask but resulting in wastage of IP address space......to avoid this we go for subnetting & mask other than above mentioned classfull mask -------- resulting in CLASSLESS MASKs

Link to comment
Share on other sites

Determining the Subnet for DeviceA:

172.16.17.30  -  10101100.00010000.00010001.00011110
255.255.240.0 -  11111111.11111111.11110000.00000000
                            --------------------------| sub|------------
subnet    =          10101100.00010000.[color=red]0001[/color]0000.00000000 = 172.16.16.0
Looking at the address bits that have a corresponding mask bit set to one, and setting all the other address bits to zero (this is equivalent to performing a logical "AND" between the mask and address), shows you to which subnet this address belongs. In this case, DeviceA belongs to subnet 172.16.16.0.

red color is subnet bits ....

Link to comment
Share on other sites

[quote author=k2s link=topic=234570.msg2924040#msg2924040 date=1315518974]
Subnetting examples :

DeviceA: 172.16.17.30/20
DeviceB: 172.16.28.15/20

how many hosts, networks etc are there
[/quote]
16 subnets 2^12 - 2 hosts ankunta

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...