Chapter 2: Networking Standards and the OSI Model - PowerPoint PPT Presentation

1 / 52
About This Presentation
Title:

Chapter 2: Networking Standards and the OSI Model

Description:

... other fields, such as chemical and nuclear engineering, health and safety, and construction ... IETF (Internet Engineering Task Force), the organization ... – PowerPoint PPT presentation

Number of Views:144
Avg rating:3.0/5.0
Slides: 53
Provided by: Ter6
Category:

less

Transcript and Presenter's Notes

Title: Chapter 2: Networking Standards and the OSI Model


1
Chapter 2 Networking Standards and the OSI
Model
Network Guide to Networks
2
Networking Standards Organizations
  • Standards are documented agreements containing
    technical specifications
  • ANSI (American National Standards Institute) is
    an organization composed of more than a thousand
    representatives from industry and government who
    together determine standards for the electronics
    industry and other fields, such as chemical and
    nuclear engineering, health and safety, and
    construction

3
Networking Standards Organizations (continued)
  • ANSI also represents the United States in setting
    international standards
  • EIA (Electronic Industries Alliance) is a trade
    organization composed of representatives from
    electronics manufacturing firms across the United
    States

4
Networking Standards Organizations (continued)
  • TIA (Telecommunications Industry Association)
    Focuses on standards for information technology,
    wireless, satellite, fiber optics, and telephone
    equipment
  • TIA/EIA alliance are its guidelines for how
    network cable should be installed in commercial
    buildings, known as the TIA/EIA 568-B Series.

5
Networking Standards Organizations (continued)
  • IEEE (Institute of Electrical and Electronics
    Engineers), or I-triple-E, is an international
    society composed of engineering professionals
  • IEEE goals are to promote development and
    education in the electrical engineering and
    computer science fields

6
Networking Standards Organizations (continued)
  • ISO (International Organization for
    Standardization), headquartered in Geneva,
    Switzerland, is a collection of standards and
    organizations representing 148 countries
  • ISOs goal is to establish international
    technological standards to facilitate global
    exchange of information and barrier-free trade

7
Networking Standards Organizations (continued)
  • The ITU (International Telecommunication Union)
    is a specialized United Nations agency that
    regulates international telecommunications,
    including radio and TV frequencies, satellite and
    telephony specifications, networking
    infrastructure, and tariffs applied to global
    communications

8
Networking Standards Organizations (continued)
  • ISOC (Internet Society), founded in 1992, is a
    professional membership society that helps to
    establish technical standards for the Internet
  • ISOC oversees groups with specific missions, such
    as the IAB and IETF

9
Networking Standards Organizations (continued)
  • IAB (Internet Architecture Board) is a technical
    advisory group of researchers and technical
    professionals interested in overseeing the
    Internets design and management
  • IETF (Internet Engineering Task Force), the
    organization that sets standards for how systems
    communicate over the Internetin particular, how
    protocols operate and interact

10
Networking Standards Organizations (continued)
  • IANA and ICANN
  • Every computer / host on a network must have a
    unique address
  • Internet Assigned Numbers Authority (IANA) kept
    records of available and reserved IP addresses
    and determined how addresses were issued out
  • Internet Corporation for Assigned Names and
    Numbers (ICANN), a private, nonprofit corporation
    and is now ultimately responsible for IP
    addressing and domain name management

11
The OSI Model
  • In the early 1980s, ISO began work on a universal
    set of specifications that would enable computer
    platforms across the world to communicate openly
  • This model, called the Open Systems
    Interconnection (OSI) Model, divides network
    communications into seven layers

12
The OSI Model (continued)
13
The OSI Model (continued)
  • Application Layer
  • Separates data into protocol data units (PDUs)
  • Application layer PDUs progress down through OSI
    Model layers 6, 5, 4, 3, 2, and 1
  • Data traverses the network until it reaches the
    second computers Physical layer
  • Transfer of information happens in milliseconds

14
The OSI Model (continued)
15
The OSI Model (continued)
  • Application Layer
  • Does not include software applications, such as
    Microsoft Word or Netscape
  • Services communicate between software programs
    and lower-layer network services
  • File, print, message, database, and application
    services

16
The OSI Model (continued)
  • Application Layer
  • World Wide Web (WWW)
  • Email - SMTP (Simple Mail Transport Protocol or
    the X.400)

17
The OSI Model (continued)
18
The OSI Model (continued)
19
The OSI Model (continued)
  • Presentation Layer
  • Protocols at the Presentation layer accept
    Application layer data and format it
  • Serves as a translator and are the standards
    which are involved in multimedia
  • Presentation layer protocols perform the coding,
    compression and also manage data encryption and
    decryption

20
The OSI Model (continued)
  • Session Layer
  • Protocols in the Session layer coordinate and
    maintain communications between two nodes
  • Session refers to a connection for ongoing data
    exchange between two parties

21
The OSI Model (continued)
  • Session Layer (continued)
  • Session layers functions are establishing and
    keeping alive the communications link for the
    duration of the session
  • Keep the communication secure
  • Synchronizing the dialog between the two nodes
  • Determining whether communications have been cut
    off, and, if so, figuring out where to restart
    transmission and terminating communications

22
The OSI Model (continued)
  • Transport Layer
  • Protocols in the Transport layer accept data from
    the Session layer and manage end to-end delivery
  • Ensures that the data is transferred from point A
    to point B reliably, in the correct sequence, and
    without errors

23
The OSI Model (continued)
  • Transport Layer (continued)
  • Without Transport layer services, data could not
    be verified or interpreted by its recipient
  • Handles flow control
  • Some Transport layer protocols take steps to
    ensure that data arrives exactly as it was sent.

24
The OSI Model (continued)
  • Transport Layer (continued)
  • Such protocols are known as connection-oriented,
  • TCP is one example of a connection-oriented
    protocol
  • Three Step Process
  • Request (Client sends)
  • Acknowledgment (ACK)
  • Client Acknowledgement (ACK)

25
The OSI Model (continued)
  • Transport Layer (continued)
  • Checksum method of error checking
  • Connectionless protocols
  • Process is known as segmentation
  • Necessary for data units to match a networks
    maximum transmission unit (MTU)

26
The OSI Model (continued)
  • Transport Layer (continued)
  • Reassembly
  • Sequencing
  • Identifying segments that belong to the same
    group

27
The OSI Model (continued)
28
The OSI Model (continued)
29
The OSI Model (continued)
  • Network Layer
  • Primary function of protocols at the Network
    layer
  • Translate network addresses
  • Decide how to route data
  • Network layer addresses
  • Also called logical addresses or virtual
    addresses

30
The OSI Model (continued)
  • Network Layer (continued)
  • Routers belong in the Network layer
  • Perform Fragmentation

31
The OSI Model (continued)
32
The OSI Model (continued)
  • Data Link Layer
  • Primary function of protocols is to divide data
    into distinct frames that can then be transmitted
    by the Physical layer
  • IEEE has divided the Data Link layer into two
    sublayers
  • Logical Link Control (LLC)
  • Media Access Control (MAC)

33
The OSI Model (continued)
34
The OSI Model (continued)
  • Physical Layer
  • Lowest, or first, layer of the OSI Model
  • Protocols at the Physical layer
  • Accept frames from the Data Link layer
  • Generate voltage so as to transmit signals
  • Receiving data detect voltage and accept signals
  • Pass on to the Data Link layer

35
Applying The OSI Model
36
Applying The OSI Model (continued)
  • Communication Between Two Systems
  • At each layer of the OSI Model, some information
    is added to the original data

37
Applying The OSI Model (continued)
38
Applying The OSI Model (continued)
  • Frame Specifications
  • Two major categories of frame types
  • Ethernet
  • developed at Xerox in the early 1970s
  • Token Ring
  • developed by IBM in the 1980s

39
IEEE Networking Specifications
  • Project 802
  • Effort to standardize physical and logical
    elements of a network
  • Frame types and addressing
  • Connectivity,
  • Networking media,
  • Error checking algorithms,
  • Encryption,

40
IEEE Networking Specifications (continued)
  • Project 802 (continued)
  • Emerging technologies,
  • And more
  • Can be applied to the layers of the OSI Model

41
IEEE Networking Specifications (continued)
42
Chapter Summary
  • Standards are documented agreements containing
    precise criteria
  • Significant standards organizations
  • ANSI, EIA/TIA, IEEE, ISO, ITU, ISOC, IANA, and
    ICANN

43
Chapter Summary (continued)
  • Excellent model for understanding communications
  • Protocols in the Application layer, the seventh
    layer of the OSI Model, enable software programs
    to negotiate

44
Chapter Summary (continued)
  • Protocols in the Presentation layer, the sixth
    OSI Model layer, serve as translators between the
    application and the network

45
Chapter Summary (continued)
  • Protocols in the Session layer, the fifth OSI
    Model layer,
  • coordinate and maintain links between two devices
  • synchronize dialog
  • Primary function of protocols in the Transport
    layer, the fourth OSI Model layer, is to oversee
    end-to-end data delivery

46
Chapter Summary (continued)
  • Protocols in the Network layer, the third OSI
    Model layer, manage logical addressing and
    determine routes

47
Chapter Summary (continued)
  • Network layer addresses, also called logical or
    virtual addresses, are assigned to devices
    through operating system software
  • Primary function of protocols at the Data Link
    layer, the second layer of the OSI Model, is to
    organize data they receive from the Network layer
    into frames

48
Chapter Summary (continued)
  • Data Link layer is subdivided into the Logical
    Link Control and MAC sublayers
  • LLC sublayer ensures a common interface
  • MAC sublayer is responsible for adding physical
    address data to frames
  • Protocols at the Physical layer generate and
    detect voltage

49
Chapter Summary (continued)
  • Protocols at the Physical layer generate and
    detect voltage

50
Chapter Summary (continued)
  • Data request from a software program is received
    by the Application layer protocols and is
    transferred down through the layers of the OSI
    Model until it reaches the Physical layer
  • Data frames are small blocks of data with
    control, addressing, and handling information
    attached to them

51
Chapter Summary (continued)
  • Data request from a software program is received
    by the Application layer protocols and is
    transferred down through the layers of the OSI
    Model until it reaches the Physical layer
  • Data frames are small blocks of data with
    control, addressing, and handling information
    attached to them

52
Chapter Summary (continued)
  • In addition to frame types and addressing
    schemes, the IEEE Networking Specifications apply
    to connectivity, networking media, error checking
    algorithms, encryption, emerging technologies,
    and more
  • Significant 802 standards are 802.3, which
    describes Ethernet 802.5, which describes Token
    Ring and 802.11, which describes wireless
    networking
Write a Comment
User Comments (0)
About PowerShow.com