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)

Subnet mask

For every IP address, there's an accompanying subnet (work) mask. This address is used to define the following:

  • The subnet mask is used to indicate the network and host portion of an IP address
  • The subnet mask is used to determine the number of available IP addresses on a network
  • If two or more devices, such as computers, are communicating over multiple networks, the subnet mask of each device determines whether a computer should send the packet to the default gateway/router

There are three default classes of the subnet mask:

  • Class A: 255.0.0.0
  • Class B: 255.255.0.0
  • Class C: 255.255.255.0

Each IPv4 address class has their own default subnet mask. An IP address such as 10.10.10.1, which is a private Class A address, will use the subnet mask of 255.0.0.0. Another example we can use is the address 191.5.4.6, which is a public Class B address. This address will...