0% found this document useful (0 votes)
43 views57 pages

CCNA Sesion OnLine IPV4

This document provides a summary of a CCNA 200-120 networking course session on IP data networks and IP addressing. The session covers TCP/IP protocols, the internet and network layers, IP headers and addressing, IP terminology including bits, bytes, octets, network and broadcast addresses. It also discusses network addressing classes, reserved and private IP addressing, subnetting, and how to determine the number of hosts and subnets for a given IP network and subnet mask. Examples are provided for subnetting class C addresses with a /25 and /18 mask. The document concludes with questions for students to work through on determining subnets, hosts and valid IP addresses.

Uploaded by

FrankFrank
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views57 pages

CCNA Sesion OnLine IPV4

This document provides a summary of a CCNA 200-120 networking course session on IP data networks and IP addressing. The session covers TCP/IP protocols, the internet and network layers, IP headers and addressing, IP terminology including bits, bytes, octets, network and broadcast addresses. It also discusses network addressing classes, reserved and private IP addressing, subnetting, and how to determine the number of hosts and subnets for a given IP network and subnet mask. Examples are provided for subnetting class C addresses with a /25 and /18 mask. The document concludes with questions for students to work through on determining subnets, hosts and valid IP addresses.

Uploaded by

FrankFrank
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 57

fNet.

com

CCNA 200-120
Sem 3
Sesion 2: Operation of IP Data Networks
Instructor Francisco Mendoza
2
The TCP/IP Protocol Suite

3
Internet Layer
IP Header

4
IP Addressing

An IP address is a numeric identifier assigned to each machine


on an IP network.

It designates the specific location of a device on the network.

IP addressing was designed to allow hosts on one network to


communicate with a host on a different network regardless of
the type of LANs the hosts are participating in.

5
IP Terminology
BIT: A bit is one digit, either a 1 or a 0.

BYTE: A byte is 7 or 8 bits, depending on whether parity is used. For


the rest of this chapter, always assume a byte is 8 bits.

OCTET: An octet, made up of 8 bits, is just an ordinary 8-bit binary


number. In this chapter, the terms byte and octet are completely
interchangeable.

Network address: This is the designation used in routing to send


packets to a remote network—for example, 10.0.0.0, 172.16.0.0, and
192.168.10.0.

Broadcast address: The address used by applications and hosts to


send information to all nodes on a network is called the broadcast
address.
6
Network Addressing
Subdividing an IP address into a network and node address is
determined by the class designation of one’s network. This figure
summarizes the three classes of networks

7
Reserved Addressing
Address Function
Network address of all 0s Interpreted to mean “this network o segment”.
Network address of all 1s Interpreted to mean “all network s”.
Network 127.0.0.1 Reserved for loopback tests.
Node address of all 0s Interpreted to mean “network address” or any
host on specified network.
Node address of all 1s Interpreted to mean “all nodes” on the specified
network
Entire IP address set to all 0s Used by Cisco routers to designate the default
route. Could also mean “any network”
Entire IP address set to all 0s (same as Broadcast to all nodes on the current
network; 255.255.255.255)
Sometimes called an “all 1s broadcast” or
limited broadcast

8
Private Addressing

Address Class Reserved Address Space


Class A 10.0.0.0 through 10.255.255.255
Class B 172.16.0.0 through 172.31.255.255
Class C 192.168.0.0 through 192.168.255.255

9
10
11
12
13
14
Continued..

15
16
17
18
19
20
21
22
23
24
25
26
27
1.-How many subnet?

2.-How many host per subnet?

Note: In host all 0s is a Network ID, In host all 1s is a broadcast


Ref. slice 20 28
3.-What are the valid Subnet?

Note: Remember, well start at zero and count in our block size, so
our subnet are 0, 120.

29
1ª Subnet 2ª Subnet
Subnet 0 128
First host 1 129
Last host 126 254
Broadcast 127 255 30
192.168.10.0/25

1ª Subnet 2ª Subnet

192.168.10.0 192.168.10.128
192.168.10.1 192.168.10.129
192.168.10.2 192.168.10.130
192.168.10.3 192.168.10.131
192.168.10.4 192.168.10.132
192.168.10.5 192.168.10.133
192.168.10.6 192.168.10.134
: :
: :
: :
192.168.10.126 192.168.10.254
192.168.10.127 192.168.10.255

31
32
192.168.0.0/17

1ª Subnet 2ª Subnet

172.168.0.0 172.168.128.0
172.16.0.1 172.168.128.1
172.16.0.2 172.168.128.2
172.16.0.: 172.168.128.:
172.16.0.254 172.168.128.254
172.16.0.255 172.168.128.255
172.16.1.0 172.168.129.0
172.16.1.1 172.168.129.1
: :
: :
: :
172.16.127.254 172.168.255.254
172.16.127.255 172.168.255.255

33
34
35
192.168.0.0/18

1ª Subnet 2ª Subnet 3ª Subnet 3ª Subnet


192.168.0.0 172.168.64.0 192.168.128.0 192.168.192.0
192.168.0.1 172.168.64.1 192.168.128.1 192.168.192.1
192.168.0.2 172.168.64.2 192.168.128.2 192.168.192.2
192.168.0.: 172.168.64.: 192.168.128.: 192.168.192.:
192.168.0.254 172.168.64.254 192.168.128.254 192.168.192.254
192.168.0.255 172.168.64.255 192.168.128.255 192.168.192.255
192.168.1.0 172.168.65.0 192.168.129.0 192.168.193.0
192.168.1.1 172.168.65.1 192.168.129.1 192.168.193.1
: : : :
: : : :
: : : :
192.168.63.254 172.168.127.254 192.168.191.254 192.168.255.254
192.168.63.255 172.168.127.255 192.168.191.255 192.168.255.255
36
37
38
39
40
41
42
43
Como determino el No de Host/Mask?

44
Block Size

45
46
47
48
49
Dirección a Publicar..
133.100.0.0/17
!!Facil!!

50
51
52
53
54
55
Written Labs and Review Questions

–Open your books and go through all the written labs


and the review questions.
–Review the answers in class.

56

You might also like