network basics review v2 - etouches basics pre-class work ... ethernet. 2/10/2017 10 ... microsoft...

23
2/10/2017 1 Networking Basics Pre-class work…read/watch all the material at least once before class…I will clarify in class. Binary Training(Google search for “binary tutorial”): http://www.math.grin.edu/~rebelsky/Courses/152/97F/Readings/student-binary http://www.codeconquest.com/tutorials/binary/ https://www.youtube.com/watch?v=0qjEkh3P9RE https://www.youtube.com/watch?v=VBDoT8o4q00 Subnet Addressing and Masks(Google search for “subnet mask tutorial”: http://www.techopedia.com/6/28587/internet/8-steps-to-understanding-ip-subnetting http://www.subnetting.net/Tutorial.aspx https://www.youtube.com/watch?v=aA-8owNNy_c

Upload: vokhanh

Post on 21-Apr-2018

225 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 1

Networking Basics

Pre-class work…read/watch all the material at least once before class…I will clarify in class.Binary Training(Google search for “binary tutorial”):

http://www.math.grin.edu/~rebelsky/Courses/152/97F/Readings/student-binaryhttp://www.codeconquest.com/tutorials/binary/https://www.youtube.com/watch?v=0qjEkh3P9REhttps://www.youtube.com/watch?v=VBDoT8o4q00

Subnet Addressing and Masks(Google search for “subnet mask tutorial”:

http://www.techopedia.com/6/28587/internet/8-steps-to-understanding-ip-subnettinghttp://www.subnetting.net/Tutorial.aspxhttps://www.youtube.com/watch?v=aA-8owNNy_c

Page 2: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 2

Table of Contents

(3)What is the OSI Model?(6)What is a Hub, Switch, & Router/Access Server?(10)Mac Addresses and IP Addresses(15)The “3 GOLDEN PARAMETERS”(16)Day in the Life of a Packet(17)Duplex Issues(18)PC Configuration Guidance(21)Basic Discovery & Connectivity Tools(23)IPv4 Layers and Port Numbers

Page 3: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 3

What is the OSI Model?

OSI – open systems interconnectionMain functions Network dependent

functions Application-oriented

functionsSeven layer model Each layer performs a well-

defined set of functions

Page 4: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 4

Data Encapsulation

Physical 11001010…100Convert to bits

Bits

Datalink Add datalink header

Frames

Network Add networkheader

Packets (datagram)

Transport Add transporttype header

Segments

Application

Presentation

Session

User data converted for transmission

Data (PDU)

Page 5: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 5

ISO’s OSI Reference Model

PhysicalDatalinkNetworkTransport

ApplicationPresentation

Session

PhysicalDatalinkNetwork

PhysicalDatalinkNetworkTransport

ApplicationPresentation

Session

PhysicalDatalinkNetwork

link linklink

IntermediateNodes

End SystemEnd System

Hub

Switch

Router

Page 6: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 6

What is a Hub?

Server

Printer

PC

PC

Hub

IEEE 802.3“Just like wire”CSMA/CDShared bandwidthSingle collision domainSingle broadcast domain

B=FFFF.FFFF.FFFFM=0100.5Exx-xxxx

No Redundancy

PC

10Base210Base5

This is a single local area network (LAN)

Page 7: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 7

What is a Switch?

Server

Printer

PC1

PC2

Switch

IEEE 802.3Maps Mac’s to Port’sIndependent bandwidth2 port collision domainSingle broadcast domain

B=FFFF.FFFF.FFFFM=0100.5Exx-xxxx

Redundancy via STP

X

This is a single local area network (LAN)

1 2

345

Page 8: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 8

What is a Router?

Server

PrinterPC1PC2

This is a singlelocal area network (LAN)

WAN

PrinterPC3

This is a singlelocal area network (LAN)

IEEE 802.3Independent bandwidthIsolates broadcast domainsRedundancy via routing

Page 9: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 9

What is an Terminal Server?

Terminal Server – provides RS-232 connectivityTerminal

Server

Relay C

Relay A

PC 2Relay B

PC 1

RS-232 Async Ports

Ethernet

Page 10: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 10

MAC Address at Datalink Layer

Vendor Code Serial Number24 Bits 24 Bits

0000.0c12.3456

ROM

RAM

•The MAC address is burned into ROM on a network interface card•DOS prompt> ipconfig /all•IEEE assigned Vendor Code portion

Could also be displayed as follows:

00-00-0c-12-34-56

00.00.0c.12.34.56

Page 11: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 11

IP Address at Network Layer

Network Host

------------------------------ 32 Bits ---------------------------------

•ARIN: American Registry for Internet Numbers

Ethernet

8, 16, or 24 bits from ARINVaries with subnet mask.

Page 12: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 12

IPv4 Addressing

Binary counting is necessary!

0nnnnnnn.hhhhhhhh.hhhhhhhh.hhhhhhhh Class A

10nnnnnn.nnnnnnnn.hhhhhhhh.hhhhhhhh Class B

110nnnnn.nnnnnnnn.nnnnnnnn.hhhhhhhh Class C

1110hhhh.hhhhhhhh.hhhhhhhh.hhhhhhhh Class D Multicast Addresses

128 64 32 16 8 4 2 1

27 26 25 24 23 22 21 20

Network part of address in BLUE cannot be modified by owner.

Host part of address in RED andcan be used for more networks. Classful Mask

255.0.0.0

255.255.0.0

255.255.255.0

Page 13: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017

BasicsPowers of 220 = 121 = 222 = 2 x 2=423 = 2 x 2 x 2=824 = 2 x 2 x 2 x 2=1625 = 3226 = 6427 = 12828 = 256

Hosts Mask Mask Binary1 /32 255.255.255.255 11111111.11111111.11111111.11111111 Known as a host mask2 /31 255.255.255.254 11111111.11111111.11111111.111111104 /30 255.255.255.252 11111111.11111111.11111111.111111008 /29 255.255.255.248 11111111.11111111.11111111.1111100016 /28 255.255.255.240 11111111.11111111.11111111.1111000032 /27 255.255.255.224 11111111.11111111.11111111.1110000064 /26 255.255.255.192 11111111.11111111.11111111.11000000128 /25 255.255.255.128 11111111.11111111.11111111.10000000256 /24 255.255.255.0 11111111.11111111.11111111.00000000512 /23 255.255.254.0 11111111.11111111.11111110.000000001024 /22 255.255.252.0 11111111.11111111.11111100.00000000 etc…

The Subnet Mask represents how large an IP subnetwork is.The first IP address within the subnet is called Network ID IP address.The last IP address within the subnet is called Broadcast IP address.We don’t use the first and last IP address within the subnet by convention.

10.12.16.0/3010.12.16.13

10.12.16.4/3010.12.16.57

10.12.16.8/3010.12.16.911

10.12.16.12/3010.12.16.1315

10.12.16.16/2810.12.16.1731

10.12.16.32/3010.12.16.3335

etc…

4 Hosts and used for point to point links between routers

4 Hosts

4 Hosts

4 Hosts

16 Hosts and used for PMU subnets(/28 must start on a 16 host boundary)

4 Hosts(/30 must start on a 4 host boundary)

Page 14: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 14

IP Masks

128 64 32 16 8 4 2 1

128 192 224 240 248 252 254 255

How to determine the Network part of an address versus the Host part.

Mask Networks Hosts255.255.0.0

255.255.240.0

255.255.255.0

255.255.255.252

How many networks and hosts for any given mask and the IP 10.20.31.0?

Do the IP Addressing and Subnetting Lab!

Page 15: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 15

IP Rules, ALL devices adhere to!

1. A device is told to communicate to an IP Address via user input.

2. The device compares the local IP Address with the destination IP Address using the IP Mask.

3. The device then chooses from the following options:

a. If the two network portions of the IP Address are the same, deliver the packet without assistance from the Default Gateway.

b. If the two network portions of the IP Address are different, send the packet to the Default Gateway, and let the router worry about delivery.

The 3 Golden Parameters:

IP AddressIP Mask

Default Gateway (Router)

[Done by DHCP for laptops…Dynamic Host Config Protocol]

Page 16: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 16

Day in the Life of a Packet!

66-02-99

B

C

DE

10.1.1.5

10.1.1.6

10.1.1.7

10.1.1.1

CAMPort | MAC

10.1.2.1

10.1.2.2

10.2.2.1 10.2.2.2

10.3.1.210.3.3.10

10.3.3.110.3.1.1

10.10.10.1 10.10.10.2

66-02-44

66-02-51

66-02-64

66-02-72

66-02-87

33-02-67

33-02-58

33-02-5533-02-56

E0 E1

E1

E2

E0

E2

E0 E1

D MAC | S MAC | D IP | S IP | DATA

All Masks are255.255.255.0

1

23 4

A

R1

R2

R335-DD-55

34-EE-55

36-CC-55

F

34-FF-55

ARP = Address Resolution Protocol

The default gateway is always a router’s interface on the same subnet as the device.

Page 17: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 17

Half/Full Duplex & Cable Issues!

PC1 PC2

Half DuplexFull Duplex

12

36

12

36

Balanced Line Receiver

Use a straight through cable Use a cross-over cable

Switch bladeSwitch blade

Page 18: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 18

Checking the PC’s Speed & Duplex SettingsIs Your PC Firewall ON?

Page 19: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 19

How is my PC set up? DOS> ipconfig /allC:\Users\xxxxxxx>ipconfig/all

Windows IP Configuration

Host Name . . . . . . . . . . . . : xxxxxxxxxxxxxPrimary Dns Suffix . . . . . . . : xxx.bpa.govNode Type . . . . . . . . . . . . : HybridIP Routing Enabled. . . . . . . . : NoWINS Proxy Enabled. . . . . . . . : NoDNS Suffix Search List. . . . . . : xxx.bpa.gov

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : xxx.bpa.govDescription . . . . . . . . . . . : Intel(R) 82579LM Gigabit Network ConnectionPhysical Address. . . . . . . . . : F0-1F-AF-4D-54-69DHCP Enabled. . . . . . . . . . . : YesAutoconfiguration Enabled . . . . : YesIPv4 Address. . . . . . . . . . . : 10.10.10.10(Preferred)Subnet Mask . . . . . . . . . . . : 255.255.255.0Lease Obtained. . . . . . . . . . : Tuesday, January 17, 2017 9:56:23 AMLease Expires . . . . . . . . . . : Tuesday, January 24, 2017 9:58:28 AMDefault Gateway . . . . . . . . . : 10.10.10.1DHCP Server . . . . . . . . . . . : 10.10.10.100DNS Servers . . . . . . . . . . . : 10.10.10.200

10.10.10.201NetBIOS over Tcpip. . . . . . . . : Disabled

C:\Users\xxxxxx>

Page 20: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 20

Automatic Private IP Addressing (APIPA)A Windows-based computer that is configured to use DHCP can automatically assign itself an Internet Protocol (IP) address if a DHCP server is not available. For example, this could occur on a network without a DHCP server, or on a network if a DHCP server is temporarily down for maintenance.

The Internet Assigned Numbers Authority (IANA) has reserved 169.254.0.0-169.254.255.255 for Automatic Private IP Addressing. As a result, APIPA provides an address that is guaranteed not to conflict with routable addresses.

Disable APIPA on the Entire Computer:

1. Use Registry Editor to create the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

2. Add the following value to this key: Value name: IPAutoconfigurationEnabledValue type: REG_DWORDValue in hexadecimal: 0 (A value of 0 disables APIPA support on this computer)

NOTE: If the IPAutoconfigurationEnabled entry is not present, a default value of 1 is assumed, which indicates that APIPA is enabled.

3. After you make this change, restart your computer.

Page 21: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 21

Testing Connectivity with PingC:\Users\xxxxxxx>ping www.google.com

Pinging www.google.com [172.217.2.196] with 32 bytes of data:Reply from 172.217.2.196: bytes=32 time=68ms TTL=49Reply from 172.217.2.196: bytes=32 time=68ms TTL=49Reply from 172.217.2.196: bytes=32 time=68ms TTL=49Reply from 172.217.2.196: bytes=32 time=68ms TTL=49

Ping statistics for 172.217.2.196:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:Minimum = 68ms, Maximum = 68ms, Average = 68ms

C:\Users\JNA2267>C:\Users\JNA2267>C:\Users\JNA2267>C:\Users\JNA2267>ping 172.217.2.196

Pinging 172.217.2.196 with 32 bytes of data:Reply from 172.217.2.196: bytes=32 time=68ms TTL=49Reply from 172.217.2.196: bytes=32 time=68ms TTL=49Reply from 172.217.2.196: bytes=32 time=68ms TTL=49Reply from 172.217.2.196: bytes=32 time=68ms TTL=49

Ping statistics for 172.217.2.196:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:Minimum = 68ms, Maximum = 68ms, Average = 68ms

Page 22: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 22

Testing Connectivity with TracertC:\Users\xxxxxxx>tracert www.google.com

Tracing route to www.google.com [172.217.7.164]over a maximum of 30 hops:

1 4 ms 1 ms 1 ms 10.10.10.12 21 ms 40 ms 25 ms 10.20.20.13 <1 ms <1 ms <1 ms 170.160.65.14 <1 ms <1 ms <1 ms 170.160.64.25 2 ms 2 ms 2 ms 174.127.154.2376 * 2 ms 2 ms br1-spk-te-0-0-12.bb.spectrumnet.us [174.127.139.31]7 13 ms 13 ms 13 ms 174.127.136.1228 13 ms 13 ms 14 ms cr2-sea-a-te-0-0-0-16.bb.spectrumnet.us [174.127.140.185]9 13 ms 13 ms 13 ms 216.243.15.243

10 13 ms 14 ms 13 ms 108.170.245.9911 13 ms 14 ms 13 ms 74.125.37.21112 53 ms 53 ms 53 ms 72.14.233.11013 68 ms 68 ms 68 ms 209.85.143.17114 68 ms 73 ms 68 ms 216.239.48.10015 68 ms 68 ms 68 ms 108.170.240.9716 68 ms 68 ms 68 ms 216.239.54.1517 68 ms 68 ms 68 ms 172.217.7.164

Trace complete.

Page 23: network basics review v2 - etouches Basics Pre-class work ... Ethernet. 2/10/2017 10 ... Microsoft PowerPoint - network basics review v2

2/10/2017 23

Layer De-capsulation A TCP/IP Example

BitsFrames

IP Packets

TCP

TFTP~

SMTP~

FTP~

Telnet~

UDP23 21 25 69

6 17

Upper Layers

Transport

Network

Data Link

Physical

Port Numbers

•Protocol Number•Type, SAP, orOther Control

•MAC or WAN Addressing

ICMP == Internet ControlMessage Protocol

Cisco~2001

Cisco~6001

Perle~10001