6: You don't need a traditional subnet mask In IPv4, every IP address comes with a corresponding subnet mask. IPv6 also uses subnets, but the subnet ID is built into the address. In an IPv6 address, the first 48 bits are the network prefix. The next 16 bits are the subnet ID and are used for defining subnets. The last 64 bits are the interface identifier (which is also known as the Interface ID or the Device ID). If necessary, the bits that are normally reserved for the Device ID can be used for additional subnet masking. However, this is normally not necessary, as using a 16-bit subnet and a 64-bit device ID provides for 65,535 subnets with quintillions of possible device IDs per subnet. Still, some organizations are already going beyond 16-bit subnet IDs.
Snow.bros wrote: » I am trying to understand your question here (been trying to figure out this the whole day),FD00:0AB1:AB11:0800:: 1111110100000000: 0000101010110001: 1010101100010001: 0000100000000000: 0000000000000000: 0000000000000000: 0000000000000000: 0000000000000000 orFD00:0AB1:AB11:0800::/54 1= network 0= host1111111111111111: 1111111111111111: 1111111111111111: 1111110000000000: 0000000000000000: 0000000000000000:0000000000000000 Which doesn't make any sense because the subnet musk are already built into the IP and this is an old ipv4 cider prefix. So I guess in your case:FD00:0AB1:AB11:0800:0000:0000:0000:0000 - the first three octet are the network prefixes. and then, FD00:0AB1:AB11:0800:0000:0000:0000:0000 - is the subnets ID which defines the network. The leading zero's are the interface identifier (device ID) FD00:0AB1:AB11:0800:0000:0000:0000:0000. Hope I helped us get an idea. Anyone else please intervene if this does not make sense to you.
pjd007 wrote: » So if FD00:0AB1:AB11:0800:: is the first subnet ID and /54 notation, how do you calculate the last possible network ID ie. what can be used in the fourth octet ?
Snow.bros wrote: » I don't know if it is just the complexity of ipv6 or I simply cannot understand the question. I was it a multiple choice question, if so, what were your options? Maybe that might help answer the question.
Hatch1921 wrote: » Very good series... might be helpful?IPv6-01 Making sense out of an IPv6 Address Keith Barkerhttps://www.youtube.com/watch?v=rljkNMySmuM
subnettingpractice wrote: » Hmm, not sure I understand the question completely. The usable range for that network is: fd00:ab1:ab11:800:0:0:0:0 through fd00:ab1:ab11:bff:ffff:ffff:ffff:ffff
Jon_Cisco wrote: » This is probably not a good explanation but I'll try quickly to explain the starting point. Without seeing the real question I think I might just confuse the question more if I guessed. So IPv6 is 128 bit address. First 64 bits are the network and the last 64 bits are the hosts. IPv6 does not use broadcasts they have been replaced by a multicast that anyone can listen to I believe. FF00:0AB1:AB11:0 This is the first 52 bits FF00:0AB1:AB11:08 The 8 is the hex number that we need to examine. We need it's first two bits. 1000 = 8 the 10 is fixed and the 00 changes 10 00 = 8 10 01 = 9 10 10 = 10(A) 10 11 = 11(b) FF00:0AB1:AB11:0800:0000:0000:0000:0000 - FF00:0AB1:AB11:08ff:ffff:ffff:ffff:ffff FF00:0AB1:AB11:0900:0000:0000:0000:0000 - FF00:0AB1:AB11:09ff:ffff:ffff:ffff:ffff FF00:0AB1:AB11:0A00:0000:0000:0000:0000 - FF00:0AB1:AB11:0Aff:ffff:ffff:ffff:ffff FF00:0AB1:AB11:0B00:0000:0000:0000:0000 - FF00:0AB1:AB11:0Bff:ffff:ffff:ffff:ffff So your overall range is: FF00:0AB1:AB11:0800:0000:0000:0000:0000 - FF00:0AB1:AB11:0Bff:ffff:ffff:ffff:ffff Network range is the first 64 bits: FF00:0AB1:AB11:0800:: - FF00:0AB1:AB11:0Bff:: Sorry if this is confusing I was trying to think of a way to make if visual. Good Luck