0% found this document useful (0 votes)
24 views

M1C1 - Protocol Models

The document discusses network communication protocols. It describes how protocols establish common rules for communication including identifying sender and receiver, agreed methods of communication, language, timing, and error handling. It explains how messages are encoded, formatted, segmented to meet size requirements, and delivered. Network protocols define how devices exchange information and interact across different layers from application to physical. Standards organizations develop and maintain protocols used in networking.

Uploaded by

muna
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

M1C1 - Protocol Models

The document discusses network communication protocols. It describes how protocols establish common rules for communication including identifying sender and receiver, agreed methods of communication, language, timing, and error handling. It explains how messages are encoded, formatted, segmented to meet size requirements, and delivered. Network protocols define how devices exchange information and interact across different layers from application to physical. Standards organizations develop and maintain protocols used in networking.

Uploaded by

muna
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 30

Network Protocol Models and Communications

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 1
The Rules
What is Communication?

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
The Rules
Establishing the Rules
Establishing the Rules

 An identified sender and receiver


 Agreed upon method of communicating (face-to-face,
telephone, letter, photograph)
 Common language and grammar
 Speed and timing of delivery
 Confirmation or acknowledgement requirements

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
The Rules
Message Encoding

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 4
The Rules
Message Formatting and Encapsulation
Example: Personal letter contains the following elements:
 An identifier of the recipient
 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 5
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 6
The Rules
Message Timing
 Access Method
When to send? ….. When the medium is free
 Flow Control
How much info to be sent
 Response Timeout
Missing information may be resent or communication proceeded

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
The Rules
Message Delivery Options

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
Protocols
Rules that Govern Communications

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
Protocols
Network Protocols
a set of rules to exchange information between n/w
devices that defines
 How the message is formatted or structured
 The process by which networking devices share information
about pathways with other networks
 How and when error and system messages are passed
between devices
 The setup and termination of data transfer sessions

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
Protocols
Interaction of Protocols
 Application Protocol – Hypertext Transfer Protocol (HTTP)
Defines the content and format of request and response msg
 Transport Protocol – Transmission Control Protocol (TCP)
Splits the http msg into segments
add sender/receiver details
Establish connection and transmit the msg
Close the connection
 Internet Protocol – Internet Protocol (IP)
Splits the http msg into IP packets & adds sender and receiver details
 Network Access Protocols – Data Link & Physical layers protocols
defines electrical signals and mechanical standards of communication ex
Ethernet, PPP, Framerelay etc

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11
Protocol Suites
Protocol Suites and Industry Standards

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
Protocol Suites
TCP/IP Protocol Suite and Communication

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
Network Protocols and Standards
Standards Organizations

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
Standards Organizations
Open Standards
 The Internet Society (ISOC)
 facilitates the open development of standards and protocols for the
technical infrastructure of the Internet
 The Internet Architecture Board (IAB)
Responsible for overall management and development of Internet
standards
 The Internet Engineering Task Force (IETF)
provides oversight of the architecture for protocols and procedures
used by the Internet
 Institute of Electrical and Electronics Engineers (IEEE)
 to develop, update, and maintain Internet and TCP/IP technologies.
 The International Organization for Standards (ISO)

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
Standards Organizations
ISOC, IAB, and IETF

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 16
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 17
Standards Organizations
ISO

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
 The Electronic Industries Alliance (EIA)
 to electrical wiring, connectors, and the 19-inch racks used to mount
networking equipment.
 The Telecommunications Industry Association (TIA)
 radio equipment, cellular towers, Voice over IP (VoIP) devices, satellite
communications, 
 The International Telecommunications Union – ITU-T
standards for video compression, Internet Protocol Television (IPTV), and
broadband communications, 
 The Internet Corporation for Assigned Names and Numbers
(ICANN)
coordinates IP address allocation, the management of domain names
used by DNS, and the protocol identifiers or port numbers used by TCP
and UDP protocols.
 The Internet Assigned Numbers Authority (IANA)
is a department of ICANN responsible for overseeing and managing IP
address allocation
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
Reference Models
The OSI Reference Model

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
Reference Models
The TCP/IP Reference Model

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
Reference Models
Comparing the OSI and TCP/IP Models

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
Data Encapsulation
Communicating the Messages
 Segmenting message benefits
Different conversations can be interleaved
Increased reliability of network communications

 Segmenting message disadvantage


Increased level of complexity

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
Data Encapsulation
Protocol Data Units (PDUs)
 Data
 Segment
 Packet
 Frame
 Bits

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
Data Encapsulation
Encapsulation

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
Data Encapsulation
De-encapsulation

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26
Accessing Local Resources
Network Addresses & Data Link addresses
 Network Address
Source IP address
Destination IP address

 Data Link Address


Source data link address
Destination data link address

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 27
Accessing Local Resources
Communicating with Device / Same Network

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 28
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 29
Accessing Remote Resources
Communicating Device / Remote Network

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 30

You might also like