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)

Fields in an Ethernet frame

Networking professionals need to have an idea of the fields within an Ethernet frame, as shown in the following screenshot:

The fields are as follows:

  • Preamble: The Preamble is made up of seven bytes and the Start Frame Delimiter (SFD), which is one byte. This is generally used for synchronization between the sender and the receiver devices on a network.
  • Source MAC Address: The source MAC address field is made up of six bytes in length which is used to store the sender's MAC address.
  • Destination MAC Address: Similarly to the source MAC address field, the destination MAC address field is also six bytes and contains the destination MAC address of the next device along the path to the final destination.
  • EtherType: The EtherType field is two bytes, and is used to help identify various protocols which are used by the layers above the Data Link Layer...