CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing
CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing
Please report any mistakes you find in this PowerPoint by using the Academy Connection Help link.
2003, Cisco Systems, Inc. All rights reserved.
Objectives
Introduction to TCP/IP
Some of the layers in the TCP/IP model have the same name as layers in the OSI model.
6
Application Layer
Handles high-level protocols, issues of representation, encoding, and dialog control. The TCP/IP protocol suite combines all application related issues into one layer and ensures this data is properly packaged before passing it on to the next layer.
Transport Layer
10
Internet Layer
The purpose of the Internet layer is to send packets from a network node and have them arrive at the destination node independent of the path taken.
11
12
13
Both have layers. Both have application layers, though they include very different services. Both have comparable transport and network layers.
14
TCP/IP combines the presentation and session layer into its application layer. TCP/IP combines the OSI data link and physical layers into one layer.
15
Internet Architecture
Two computers, anywhere in the world, following certain hardware, software, protocol specifications, can communicate, reliably even when not directly connected. LANs are no longer scalable beyond a certain number of stations or geographic separation.
16
Internet Addresses
17
IP Addressing
An IP address is a 32-bit sequence of 1s and 0s.
To make the IP address easier to use, the address is usually written as four decimal numbers separated by periods. This way of writing the address is called the dotted decimal format.
18
19
IPv4 Addressing
20
21
Reserved IP Addresses
Certain host addresses are reserved and cannot be assigned to devices on a network. An IP address that has binary 0s in all host bit positions is reserved for the network address. An IP address that has binary 1s in all host bit positions is reserved for the network address.
2003, Cisco Systems, Inc. All rights reserved.
22
23
Introduction to Subnetting
To create a subnet address, a network administrator borrows bits from the host field and designates them as the subnet field.
24
25
Obtaining an IP Address
26
Dynamic addressing
Reverse Address Resolution Protocol (RARP) Bootstrap Protocol (BOOTP) Dynamic Host Configuration Protocol (DHCP) DHCP initialization sequence Function of the Address Resolution Protocol ARP operation within a subnet
2003, Cisco Systems, Inc. All rights reserved.
27
28
MAC HEADER
Destination FF-FF-FF-FF-FF-FF Source FE:ED:FD:23:44:EF
2003, Cisco Systems, Inc. All rights reserved.
IP HEADER
Destination 255.255.255.255 Source ????????
What is my IP address?
29
BOOTP IP
The Bootstrap Protocol (BOOTP) operates in a client/server environment and only requires a single packet exchange to obtain IP information. BOOTP packets can include the IP address, as well as the address of a router, the address of a server, and vendor-specific information.
30
Allows a host to obtain an IP address using a defined range of IP addresses on a DHCP server.
As hosts come online, contact the DHCP server, and request an address.
31
32
33