CompTIA Network+ Lesson

8

Click here to load reader

Transcript of CompTIA Network+ Lesson

Page 1: CompTIA Network+ Lesson

Welcome to Network+Instructor: Rose Asutaku

Page 2: CompTIA Network+ Lesson

HousekeepingRoom OrientationRestrooms/CodesBreak RoomEmergency ExitsClass Time: 8:30am – 4:30pmBreaks/Lunch

Page 3: CompTIA Network+ Lesson

Introduction/Course Overview

Name: Current Field: IT Experience: Expectations from

this course: 1 Fun Thing About

Me: Your Turn!

Exam: 84 questions5-7 simulations and

the rest are multiple choice

90 minutes Book has 12 chapters. We’ll cover about 3

chapters a day

Page 4: CompTIA Network+ Lesson

Today’s Objectives

How are decimal numbers represented in binary format?

How is binary converted back to decimal format?

What is the format of an IPv4 address?WIIFM?

Page 5: CompTIA Network+ Lesson

Binary and Decimal Format Decimal uses Base-10

numbering. Ten digits, in the range

of 0-9.

Binary uses Base-2 numbering.

Only two digits, 0 and 1.

128 64 32 16 8 4 2 1

Page 6: CompTIA Network+ Lesson

Converting Decimal to Binary When converting from decimal to binary, place a

1 under each value that you need to add together to make the decimal number.

Use the chart from left to right.Example: What is 177 in binary?

Try this example on your own:1. 127

Page 7: CompTIA Network+ Lesson

Converting Binary to DecimalTypically used in translating 8 bits ( 1 or 0) at a

time in IPv4 addresses, which we will discuss later.

All you do is plug those 8 bits into your chart, from left to right.

Add every value which has a 1 under it to get your decimal number.

Example: What is 10011100 in decimal?1 0 0 1 1 1 0 0

Try this example on your own:1. 10101010

Page 8: CompTIA Network+ Lesson

IPv432-bit address written in dotted-decimal

notation4 octets with 8 bits in each octet to make

up the 32 bitsExample: 192.168.31.211000000.10101000.00011111.00000010