Book Image

CompTIA Network+ Certification Guide

By : Glen D. Singh, Rishi Latchmepersad
Book Image

CompTIA Network+ Certification Guide

By: Glen D. Singh, Rishi Latchmepersad

Overview of this book

CompTIA certified professionals have always had the upper hand in the information technology industry. This book will be your ideal guide to efficiently passing and achieving this certification. Learn from industry experts and implement their practices to resolve complex IT issues. This book revolves around networking concepts where readers will learn topics like network architecture, security, network monitoring, and troubleshooting. This book will not only prepare the readers conceptually but will also help them pass the N10-007 exam. This guide will also provide practice exercise after every chapter where readers can ensure their concepts are clear. By the end of this book, readers will leverage this guide and the included practice questions to boost their confidence in appearing for the actual certificate.
Table of Contents (17 chapters)

MAC addresses

In this section, we will discuss the format of the MAC address of an Ethernet frame. Let's take a look at a capture of an Address Resolution Protocol (ARP) message using the Wireshark tool:

As we can see in the preceding screenshot, both the source and destination Ethernet (MAC) addresses are included. The MAC address is a 48-bit (six-byte) address which is hard coded into the NIC of a device. A MAC address consist of hexadecimal values ranging from 0 to 9, and from A to F.

IEEE assigns the first three bytes (24 bits) of the MAC address to a vendor. This part of the address is known as the Organizationally Unique Identifier (OUI). The OUI helps network and security professionals determine the manufacturer of a MAC address.

Remembering the OUI value for each vendor can be a very challenging task; however, there are various OUI databases available online for...