28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

To convert a large hexadecimal number into decimal we just write down our hexadecimal<br />

codes from the bottom up and then multiply them with successively larger powers of 16.<br />

For example let’s convert the hex number 8C3B into decimal:<br />

B 11 multiplied <strong>by</strong> 16 0 = 11 x 1 = 11<br />

3 3 multiplied <strong>by</strong> 16 1 = 3 x 16 = 48<br />

C 12 multiplied <strong>by</strong> 16 2 = 12 x 256 = 3072<br />

8 8 multiplied <strong>by</strong> 16 3 = 8 x 4096 = +32768<br />

8C3B 16 (hex) is equivalent to 35899 10 (dec)<br />

Supplemental Lab or Challenge Activity:<br />

1. Here are some more to try converting. Be sure to include binary, decimal and<br />

hexadecimal conversions for each number.<br />

a. 2047 10<br />

b. 1011011101 2<br />

c. 9BBB 16<br />

d. 248 16<br />

e. 35898 10<br />

2. Try adding hexadecimal conversions to that table you made in the binary<br />

numbering lab (from zero to 255).<br />

So What Have I Learned Here?<br />

In this lab you have learned about hexadecimal conversions. Hexadecimal is used for<br />

MAC addresses and for sending information over the Internet. Later, when you learn to<br />

use protocol inspectors, you will be able to see the actual codes sent in packet form over<br />

the network. Then you can double-check the hexadecimal codes with binary and decimal<br />

conversions. After all, we are not making you do math to be mean old fuddy-duddies.<br />

62

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!