kujayhawk93 wrote: You NEED TO LEARN BINARY if you expect to work in the IT field, end of story.
ricktea wrote: ...... I was hoping this would not be on the test, but I'm glad I found out now. thanks again, ric
DirtySouth wrote: In order to calculate the binary equivalent of any number you have to understand that each digit in binary (right to left) doubles.
TheShadow wrote: Strange response. If you did not know binary how would you get through subnetting on that CCNA that you are pursuing.
kujayhawk93 wrote: While this statement is not incorrect, it's not the most accurate explanation of how the binary system works either. Each digit, right to left, represents a power of 2. The far right digit represents 2^0 (1), then 2^1 (2), 2^2 (4), and so on and so on. Knowing this, you could look at the binary number 10000 and know just by counting the digits that the decimal equivalent is 2^4=32, instead of having to go 2, 4, 8, 16, 32.
DirtySouth wrote: There are tons of websites that will explain this far better than I can, so do some searching when you get a chance.