36 Chapter 2 ■ System Fundamentals
tablE 2.1 Hex, binary, and decimalHex Binary Decimal0 0000 01 0001 12 0010 23 0 011 34 0100 45 0101 56 0110 67 0111 78 1000 89 1001 9A 1010 10B 1011 11C 110 0 12D 1101 13E 1110 14F 1111 15This should be a refresher for you, but for the exam it is important that you have a com-
fortable understanding of the conversion process. To rehash some of the basics, remember
that bits are 1s and 0s, a nibble is 4 bits, and a byte is 2 nibbles. Your knowledge and
ability to apply this across the conversion process will prove important for questions that
expect you to identify network items and traffic based on hexadecimal values.TCP flags and their binary or hex values play an integral part in identifying
the type and effectively creating custom scans. You’ll see this in action in
Chapter 5, “Scanning Networks.”