COMPUTER NETWORKS and DATA COMMUNICATION - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

COMPUTER NETWORKS and DATA COMMUNICATION

Description:

COMPUTER NETWORKS and DATA COMMUNICATION. NETWORK MODEL. DEFINITION of TERMS. MEDIUM ... DATA LINK LAYER. Access to Media. Provides reliable transfer of data ... – PowerPoint PPT presentation

Number of Views:34
Avg rating:3.0/5.0
Slides: 12
Provided by: xavi61
Category:

less

Transcript and Presenter's Notes

Title: COMPUTER NETWORKS and DATA COMMUNICATION


1
COMPUTER NETWORKS and DATA COMMUNICATION
  • NETWORK MODEL

2
DEFINITION of TERMS
  • MEDIUM
  • A material through which data packet travels
  • It could be any of the following materials
  • Telephone wires
  • Category 5 UTP (used for 10Base-T Ethernet)
  • Coaxial cables (used for cable TV)
  • Optical Fibers (thin glass fibers that carry
    light)
  • PROTOCOL
  • A set of rules, or an agreement, that determines
    the format and transmission of data
  • LAYERING separation of networking functions

3
Why a Layered Network Model?
  • Reduces complexity
  • Standardizes interfaces
  • Facilitates modular engineering
  • Ensures interoperable technology
  • Accelerates evolution
  • Simplifies teaching and learning

APPLICATION PRESENTATION SESSION TRANSPORT
NETWORK DATA LINK PHYSICAL
4
The 7 Layers of the OSI Model
  • APPLICATION LAYER
  • Network Processes to Applications
  • Provides network services to application
    processes (such as electronic mail, file
    transfer, and terminal emulation)
  • PRESENTATION LAYER
  • Data Representation
  • Insure data is readable by receiving system
  • Format of data
  • Data structures
  • Negotiates data transfer syntax for application
    layer

5
The 7 Layers of the OSI Model
  • SESSION LAYER
  • Interhost Communication
  • Establishes, manages and terminates sessions
    between applications
  • TRANSPORT LAYER
  • End-to-End Connection
  • Concerned with transportation issues between
    hosts
  • Data transport reliability
  • Establish, maintain, terminate virtual circuits
  • Fault detection and recovery
  • Information flow control

6
The 7 Layers of the OSI Model
  • NETWORK LAYER
  • Address and Best Path
  • Provides connectivity and path selection between
    two end systems
  • Domain of routing
  • DATA LINK LAYER
  • Access to Media
  • Provides reliable transfer of data across media
  • Physical addressing, network topology, error
    notification, flow control
  • PHYSICAL LAYER
  • Wires, connectors, voltages and data rates

7
ENCAPSULATION
  • Build the Data
  • As a user sends an e-mail message, its
    alphanumeric characters are converted to data
    that can travel across the internetwork.
  • Package the Data for End-to-End transport
  • The data is packaged for internetwork transport.
    By using segments, the transport function ensures
    that the message hosts at both ends of the e-mail
    system can reliably communicate.

8
ENCAPSULATION
  • Append (add) the network address to the header.
  • The data is put into a packet or datagram that
    contains a network header with source and
    destination logical addresses. These addresses
    help network devices send the packets across the
    network along a chosen path.
  • Append (add) the local address to the data link
    header.
  • Each network device must put the packet into a
    frame. The frame allows connection to next
    directly-connected network device on the link.
    Each device in the chosen network path requires
    framing in order for it to connect to the next
    device.
  • Convert to bits for Transmission.

9
The TCP/IP Model
  • APPLICATION
  • TRANSPORT
  • INTERNET
  • NETWORK ACCESS

10
Comparing TCP/IP with OSI
  • DIFFERENCES
  • TCP/IP combines the presentation and session
    layer issues into its application layer
  • TCP/IP combines the OSI data link and physical
    layers into one layer
  • TCP/IP appears simpler because it has fewer
    layers
  • TCP/IP protocols are the standards around which
    the Internet developed, so the TCP/IP model gains
    credibility just because of its protocol. In
    contrast, typically networks arent built on the
    OSI protocol, even though the OSI model is used
    as a guide. Otherwise it is wrong and poor
    grammar.
  • SIMILARITIES
  • Both have layers
  • Both have application layers, though they include
    very different services
  • Both have comparable transport and network layers
  • Packet-switched (not circuit-switched) technology
    is assumed
  • Networking professionals need to know both

11
TCP/IP PROTOCOL GRAPH
Write a Comment
User Comments (0)
About PowerShow.com