Top Banner
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer
18
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-1

Building a Simple Network

Understanding the TCP/IP Internet Layer

Page 2: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-2

Internet Protocol Characteristics

Operates at network layer of OSI

Connectionless protocol

Packets treated independently

Hierarchical addressing

Best-effort delivery

No data-recovery features

Page 3: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-3

Why IP Addresses?

They uniquely identify each device on an IP network.

Every host (computer, networking device, peripheral) must have a unique address.

Host ID:

– Identifies the individual host

– Is assigned by organizations to individual devices

Network.Host

Page 4: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-4

IP PDU Header

Page 5: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-5

IP Address Format: Dotted Decimal Notation

The binary-to-decimal and decimal-to-binary conversion will be detailed later

in this course.

Page 6: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-6

IP Address Classes: The First Octet

Page 7: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-7

IP Address Ranges

*127 (01111111) is a Class A address reserved for loopback testing and cannot be assigned to a network.

Page 8: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-8

Reserved Address

Page 9: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-9

Public IP Addresses

Page 10: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-10

Private IP Addresses

Class Private Address Range

A 10.0.0.0 to 10.255.255.255

B 172.16.0.0 to 172.31.255.255

C 192.168.0.0 to 192.168.255

Page 11: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-11

DHCP

Page 12: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-12

Application specified in the TCP/IP suite

A way to translate human-readable names into IP addresses

DNS

Page 13: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-13

Network Connection

Page 14: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-14

ipconfig

Page 15: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-16

IP network addresses consist of two parts: the network ID and the host ID.

IPv4 addresses have 32 bits that are divided into octets and are generally shown in dotted decimal form (for example, 192.168.54.18).

When written in a binary format, the first bit of a Class A address is always 0, the first 2 bits of a Class B address are always 10, and the first 3 bits of a Class C address are always 110.

Summary

Page 16: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-17

Certain IP addresses (network and broadcast) are reserved and cannot be assigned to individual network devices.

Internet hosts require a unique, public IP address, but private hosts can have any valid private address that is unique within the private network.

DHCP is used to assign IP addresses automatically, and also to set TCP/IP stack configuration parameters such as the subnet mask, default router, and DNS servers.

DNS is an application that is specified in the TCP/IP suite, providing a means to translate human-readable names into IP addresses.

Summary (Cont.)

Page 17: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-18

Host provides tools that can be used to verify the IP address of the host:

– Network connections

– IPCONFIG

Summary (Cont.)

Page 18: CCNA Icnd110 s01l04

© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-19