ITN instructorPPT Chapter3
ITN instructorPPT Chapter3
Introduction to Networks
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 1
Chapter 3: Objectives
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
Chapter 3
3.1 Rules of Communication
3.2 Network Protocols and Standards
3.3 Moving Data in the Network
3.4 Summary
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
The Rules
What is Communication?
Prior to communicating,
they must agree on how
to communicate:
• Language
• Format
• speed
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 4
The Rules
Establishing the Rules
Once there is an agreed upon method of communicating
(face-to-face, telephone, letter, photography), the protocols
put in place must account for the following requirements:
The protocols that are used in network communications share many of the
fundamental traits as those protocols used to govern successful human conversations
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
The Rules
Message Encoding
common computer protocols include: encoding, formatting and encapsulating,
size, timing, delivery options
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
The Rules
Message Formatting and Encapsulation
Example: Personal letter contains the following elements:
An identifier of the recipient In many cultures, a personal letter
contains the following elements:
A salutation or greeting
The message content
A closing phrase
An identifier of the sender
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
The Rules
Message Size
The size restrictions of frames require the source host to break
a long message into individual pieces that meet both the
minimum and maximum size requirements.
This is known as segmenting.
Each segment is encapsulated in a separate frame with the
address information, and is sent over the network.
At the receiving host, the messages are de-encapsulated and
put back together to be processed and interpreted.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
The Rules
Message Timing
Access Method – when to send
Flow Control – how much info and at what speed
Response Timeout – how long to wait for a response
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
The Rules
Message Delivery Options
A message may need to be best delivered in different ways, as shown
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
Protocols
Rules that Govern Communications
Just like in human communication, the various network and computer protocols must
be able to interact and work together for network communication to be successful.
• A group of inter-related
protocols necessary to
perform a communication
function is called a protocol
suite.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
Protocols
Interaction of Protocols
An example of using the protocol suite in network
communications is the interaction between a web server and
a web client.
• This interaction uses a number of protocols and standards in
the process of exchanging information between them; for
example:
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
Protocol Suites
Protocol Suites and Industry Standards
• A protocol suite may be specified by a standards organization
or developed by a vendor.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
Protocol Suites
Creation of Internet, Development of TCP/IP
• The IP suite is a suite of protocols required for
transmitting and receiving information using the Internet.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
Protocol Suites
TCP/IP Protocol Suite and Communication
Today, the suite includes dozens of protocols:
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 16
Network Protocols and Standards
Standards Organizations
Standards organizations are usually vendor-neutral, non-profit
organizations established to develop and promote the concept
of open standards.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
Standards Organizations
Open Standards
Standards organizations include:
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
Standards Organizations
ISOC, IAB, and IETF
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
Standards Organizations
IEEE
38 societies
130 journals
1,300 conferences each year
1,300 standards and projects
400,000 members
160 countries
IEEE 802.3
IEEE 802.11
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
Standards Organizations
ISO
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
Reference Models
The OSI Reference Model
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
Reference Models
The TCP/IP Reference Model
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
Reference Models
Comparing the OSI and TCP/IP Models
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
Data Encapsulation
Communicating the Messages
Segmenting message benefits
Different conversations can be interleaved
Increased reliability of network communications
The form that a piece of data takes at any layer is called a protocol data
unit (PDU).
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26
Data Encapsulation
Protocol Data Units (PDUs)
Data
Segment
Packet
Frame
Bits
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 27
Data Encapsulation
Encapsulation
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 28
Data Encapsulation
De-encapsulation
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 29
Moving Data in the Network
Accessing Local Resources
The network layer and data link layer are responsible for delivering the
data from the source device or sender, to the destination device or
receiver.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 30
Accessing Local Resources
Network Addresses & Data Link addresses
Network Address
Source IP address
Destination IP address
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 31
Accessing Local Resources
Communicating with Device / Same Network
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 32
Accessing Local Resources
MAC and IP Addresses
R1
192.168.1.1
11-11-11-11-11-11
ARP
Request
PC1 S1 R1
192.168.1.110
AA-AA-AA-AA-AA-AA
PC2
192.168.1.111
BB-BB-BB-BB-BB-BB
FTP Server
192.168.1.9
CC-CC-CC-CC-CC-CC
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 33
Accessing Remote Resources
Default Gateway
PC 1 R2
R1 172.16.1.99
192.168.1.110 192.168.1.1
AA-AA-AA-AA-AA-AA 22-22-22-22-22-22
11-11-11-11-11-11
Web Server
172.16.1.99
AB-CD-EF-12-34-56
PC 2 FTP Server
192.168.1.111 192.168.1.9
BB-BB-BB-BB-BB-BB CC-CC-CC-CC-CC-CC
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 34
Accessing Remote Resources
Communicating Device / Remote Network
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 35
Accessing Remote Resources
Using Wireshark to View Network Traffic
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 36
Network Protocols and Communications
Summary
In this chapter, you learned:
Data networks are systems of end devices, intermediary
devices, and the media connecting the devices. For
communication to occur, these devices must know how to
communicate.
These devices must comply with communication rules and
protocols. TCP/IP is an example of a protocol suite.
Most protocols are created by a standards organization such
as the IETF or IEEE.
The most widely-used networking models are the OSI and
TCP/IP models.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 37
Network Protocols and Communications
Summary
In this chapter, you learned:
Data that passes down the stack of the OSI model is
segmented into pieces and encapsulated with addresses and
other labels. The process is reversed as the pieces are de-
encapsulated and passed up the destination protocol stack.
The OSI model describes the processes of encoding,
formatting, segmenting, and encapsulating data for
transmission over the network.
The TCP/IP protocol suite is an open standard protocol that
has been endorsed by the networking industry and ratified, or
approved, by a standards organization.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 38
Network Protocols and Communications
Summary
In this chapter, you learned:
The Internet Protocol Suite is a suite of protocols required for
transmitting and receiving information using the Internet.
Protocol Data Units (PDUs) are named according to the
protocols of the TCP/IP suite: data, segment, packet, frame,
and bits.
Applying models allows individuals, companies, and trade
associations to analyze current networks and plan the
networks of the future.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 39
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 40