you know the masking thing?
like tcp/ip, borrowing bits for sub net
how do u do it? i am clueless
Originally posted by youyayu:you know the masking thing?
like tcp/ip, borrowing bits for sub net
how do u do it? i am clueless
U can go google for it mah...a lot on the net....
basically is 8 bits = total 255 values(in decimal) = 1111 1111(in binary)
minus off 0 and 1 as they are reserved...left 254 values...meaning can assign 254 computers to the octet...if more than 254 computers...then U have to borrow from the octet on the left....then depending on how much U borrow...U have to use subnet masking to make sure ur subnet has more than 254 values.
play with the placement of the bits...depending on what kind of class U want to implement and the number of computers U want to assign.U have to know ur binary numbers very well...at least from 0 to 256(decimal).
still don't understand..
google it. a lot of resources on the net.