module 1: reviewing the suite of tcp/ip protocols

21
Module 1: Reviewing the Suite of TCP/IP Protocols

Upload: brook-simmons

Post on 25-Dec-2015

222 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Module 1: Reviewing the Suite of TCP/IP Protocols

Module 1: Reviewing the Suite of

TCP/IP Protocols

Page 2: Module 1: Reviewing the Suite of TCP/IP Protocols

Overview

Overview of the OSI Model

Overview of the TCP/IP Protocol Suite

Viewing Frames Using Network Monitor

Page 3: Module 1: Reviewing the Suite of TCP/IP Protocols

Lesson: Overview of the OSI Model

What Is the OSI Model?

The Layers of the OSI Model

Page 4: Module 1: Reviewing the Suite of TCP/IP Protocols

What Is the OSI Model?

In the OSI model:

Each layer has a defined networking function

Each layer communicates with the layer above and below it

Layer seven provides services for programs to gain access to the network

Layers one and two define the network’s physical media and related tasks

ApplicationApplication

PresentationPresentation

SessionSession

TransportTransport

NetworkNetwork

Data-LinkData-Link

PhysicalPhysical

77

33

44

55

66

22

11

Page 5: Module 1: Reviewing the Suite of TCP/IP Protocols

Multimedia: The Layers of the OSI Model

ApplicationApplication

PresentationPresentation

SessionSession

TransportTransport

NetworkNetwork

Data-LinkData-Link

PhysicalPhysical

All

People

Seem

To

Need

Data

Processing

Page 6: Module 1: Reviewing the Suite of TCP/IP Protocols

Practice: Putting the Layers of the OSI Model in Order

In this practice, you will put the layers of the OSI model in their correct order

Page 7: Module 1: Reviewing the Suite of TCP/IP Protocols

Lesson: Overview of the TCP/IP Protocol Suite

Why Do I Need to Know About TCP/IP?

What Is the Architecture of the TCP/IP Protocol Suite?

How Does the TCP/IP Model Relate to the OSI Model?

How an IP Packet Moves Through the Suite of TCP/IP Protocols

Page 8: Module 1: Reviewing the Suite of TCP/IP Protocols

Multimedia: Why Do I Need to Know About TCP/IP?

You need to understand the addressing scheme of your network to correctly configure client computers to access it using TCP/IP

You need to know the locations of the windows where you enter the TCP/IP information

You must be able to find the TCP/IP information that you use to configure client computers

Page 9: Module 1: Reviewing the Suite of TCP/IP Protocols

What Is the Architecture of the TCP/IP Protocol Suite?

TransportTransport

InternetInternet

LinkLink

ApplicationApplication

EthernetFrame Relay

Token Ring ATM

HTTPHTTP FTPFTP SMTPSMTP DNSDNS RIPRIP SNMPSNMP

TCP/IP Protocol Suite

TCPTCP UDPUDP

IPIPARPARPIGMPIGMP ICMPICMP

Page 10: Module 1: Reviewing the Suite of TCP/IP Protocols

TCP/IP Protocol SuiteTCP/IPOSI

How Does the TCP/IP Model Relate to the OSI Model?

TCPTCP UDPUDP

ARPARP IGMPIGMP ICMPICMPIP

EthernetEthernet Frame Relay

Frame Relay

Token Ring

Token Ring ATMATM

ApplicationApplication

TransportTransport

LinkLink

HTTPHTTP FTPFTP SMTPSMTP

DNSDNS RIPRIP SNMPSNMP

ApplicationApplication

TransportTransport

NetworkNetwork

Data-LinkData-Link

PresentationPresentation

SessionSession

PhysicalPhysical

InternetInternet

Page 11: Module 1: Reviewing the Suite of TCP/IP Protocols

Multimedia: How an IP Packet Moves Through the Suite of TCP/IP Protocols

The Four Layers of the TCP/IP Protocol Suite:

Application

Transport

Internet

Link

Page 12: Module 1: Reviewing the Suite of TCP/IP Protocols

Practice: Associating the Protocols and Layers of the TCP/IP Model

In this practice, you will associate the protocols and layers of the TCP/IP model

Page 13: Module 1: Reviewing the Suite of TCP/IP Protocols

Lesson: Viewing Frames Using Network Monitor

What Is Ping?

What Is Network Monitor?

How to Capture Frames

How to Filter for Select Frames

Examining Captured Network Traffic

Page 14: Module 1: Reviewing the Suite of TCP/IP Protocols

ServerServerClient ComputerClient Computer

You can run Ping from a client computer to test the connection to any host, such as a printer or a server:

The server sends an Echo Reply back to the client computer

The client computer sends an Echo Request to the server

You check the details of the Echo Reply to determine the quality of the connection

Pinging LONDON (192.168.2.10) with 32 bytes of data: Reply from 192.168.2.10: bytes=32 time<10ms TTL=128Reply from 192.168.2.10: bytes=32 time<10ms TTL=128Reply from 192.168.2.10: bytes=32 time<10ms TTL=128Reply from 192.168.2.10: bytes=32 time<10ms TTL=128 Ping statistics for 192.168.2.10:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = Oms, Maximum = Oms, Average = Oms

What Is Ping?

Page 15: Module 1: Reviewing the Suite of TCP/IP Protocols

What Is Network Monitor?

Network Monitor:

Captures a sample of network traffic

Uses filters to select specific packets

Decodes the packets in the language of the individual protocols

Compiles network statistics

11

22

44

33

Page 16: Module 1: Reviewing the Suite of TCP/IP Protocols

Practice: Installing Network Monitor

In this practice, you will install Network Monitor

Page 17: Module 1: Reviewing the Suite of TCP/IP Protocols

Your instructor will demonstrate how to use Network Monitor to capture framesYour instructor will demonstrate how to use Network Monitor to capture frames

How to Capture Frames

Page 18: Module 1: Reviewing the Suite of TCP/IP Protocols

Practice: Capturing Frames

In this practice, you will use Network Monitor to capture frames

Page 19: Module 1: Reviewing the Suite of TCP/IP Protocols

Your instructor will demonstrate how to filter for select framesYour instructor will demonstrate how to filter for select frames

How to Filter for Select Frames

Page 20: Module 1: Reviewing the Suite of TCP/IP Protocols

Examining Captured Network Traffic

Page 21: Module 1: Reviewing the Suite of TCP/IP Protocols

Practice: Examining Packets

In this practice, you will:

Examine ICMP Packets

Examine ARP Packets