SlideShare une entreprise Scribd logo
1  sur  38
Lesson 04

       Making Connections

 Data Communications and Computer
Networks: A Business User s Approach
             Sixth Edition
After reading this chapter,
                      you should be able to:
•  List the four components of all interface
   standards
•  Discuss the basic operations of the USB and
   EIA-232F interface standards
•  Cite the advantages of FireWire, SCSI, iSCSI,
   InfiniBand, and Fibre Channel interface
   standards
•  Outline the characteristics of asynchronous,
   synchronous, and isochronous data link
   interfaces

Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   2
After reading this chapter,
          you should be able to (continued):
•  Recognize the difference between half-duplex
   and full-duplex connections
•  Identify the operating characteristics of terminal-
   to-mainframe connections and why they are
   unique compared to other types of computer
   connections




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   3
Introduction

•  Connecting peripheral devices to a computer
   has, in the past, been a fairly challenging task
•  Newer interfaces have made this task much
   easier
•  Let s examine the interface between a computer
   and a device
     –  This interface occurs primarily at the physical
        layer



Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   4
Interfacing a Computer to
                        Peripheral Devices
•  The connection to a peripheral is often called the
   interface
•  The process of providing all the proper
   interconnections between a computer and a
   peripheral is called interfacing




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   5
Characteristics of Interface Standards
•  There are essentially two types of standards
    –  Official standards
         •  Created by standards-making organizations such as
            ITU (International Telecommunications Union), IEEE
            (Institute for Electrical and Electronics Engineers), EIA
            (Electronic Industries Association), ISO (International
            Organization for Standardization), and ANSI (American
            National Standards Institute)
    –  De facto standards
         •  Created by other groups that are not official standards
            but because of their widespread use, become “almost”
            standards


Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   6
Characteristics of Interface
                    Standards (continued)
•  There are four possible components to an
   interface standard:
     –  Electrical component: deals with voltages, line
        capacitance, and other electrical characteristics
     –  Mechanical component: deals with items such as the
        connector or plug description
     –  Functional component: describes the function of each
        pin or circuit that is used in a particular interface
     –  Procedural component: describes how the particular
        circuits are used to perform an operation

Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   7
Two Important Interface Standards

•  In order to better understand the four
   components of an interface, let s examine two
   interface standards
     –  EIA-232F – an older standard originally designed
        to connect a modem to a computer
     –  USB (Universal Serial Bus) – a newer standard
        that is much more powerful than EIA-232F




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   8
An Early Standard: EIA-232F

•  Originally named RS-232 but has gone through
   many revisions
•  The electrical component is defined by another
   standard: V.28
•  The mechanical component is often defined by
   ISO 2110, the DB-25 connector. The DB-9
   connector is now more common than the DB-25.



Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   9
EIA-232F (continued)


•  The functional and procedural components are
   defined by the V.24 standard
•  For example, V.24 defines the function of each
   of the pins on the DB-9 connector




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   10
What is meant by duplexity?

•  A half-duplex connection transmits data in both
   directions but in only one direction at a time
•  A full-duplex connection transmits data in both
   directions and at the same time
•  A simplex connection can transmit data in only
   one direction




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   11
Universal Serial Bus (USB)

•  The USB interface is a modern standard for
   interconnecting a wide range of peripheral
   devices to computers
•  Supports plug and play
•  Can daisy-chain multiple devices
•  USB 2.0 can support 480 Mbps (USB 1.0 is only
   12 Mbps)
•  USB 3.0 can support 4.8 Gbps

Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   12
Universal Serial Bus (USB) (continued)

•  The USB interface defines all four components
•  The electrical component defines two wires
   VBUS and Ground to carry a 5-volt signal, while
   the D+ and D- wires carry the data and signaling
   information
•  The mechanical component precisely defines
   the size of four different connectors and uses
   only four wires (the metal shell counts as one
   more connector)

Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   13
Universal Serial Bus (USB) (continued)




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   14
Universal Serial Bus (USB) (continued)
•  The functional and procedural components are
   fairly complex but are based on the polled bus
•  The computer takes turns asking each peripheral
   if it has anything to send
•  More on polling near the end of this chapter




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   15
FireWire
•  Low-cost digital interface
•  Capable of supporting transfer speeds of up to
   800 Mbps
•  Hot pluggable
•  Supports two types of data connections:
     –  Asynchronous connection
     –  Isochronous connection



Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   16
SCSI and iSCSI
•  SCSI (Small Computer System Interface)
     –  A technique for interfacing a computer to high-speed
        devices such as hard disk drives, tape drives, CDs,
        and DVDs
     –  Designed to support devices of a more permanent
        nature
          •  SCSI is a systems interface
     –  Need SCSI adapter
•  iSCSI (Internet SCSI)
     –  A technique for interfacing disk storage to a computer
        via the Internet

Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   17
InfiniBand and Fibre Channel
•  InfiniBand – a serial connection or bus that can carry
   multiple channels of data at the same time
     –  Can support data transfer speeds of 2.5 billion bits (2.5
        gigabits) per second and address thousands of devices,
        using both copper wire and fiber-optic cables
     –  A network of high-speed links and switches
•  Fibre Channel – also a serial, high-speed network that
   connects a computer to multiple input/output devices
     –  Supports data transfer rates up to billions of bits per
        second, but can support the interconnection of up to 126
        devices only



Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   18
Asynchronous Connections

•  A type of connection defined at the data link
   layer
•  To transmit data from sender to receiver, an
   asynchronous connection creates a one-
   character package called a frame
•  Added to the front of the frame is a start bit,
   while a stop bit is added to the end of the frame
•  An optional parity bit can be added which can be
   used to detect errors

Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   19
Asynchronous Connections (continued)




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   20
Asynchronous Connections (continued)




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   21
Asynchronous Connections (continued)

•  The term asynchronous is misleading here
   because you must always maintain
   synchronization between the incoming data
   stream and the receiver
•  Asynchronous connections maintain
   synchronization by using small frames with a
   leading start bit




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   22
Synchronous Connections

•  A second type of connection defined at the data
   link layer
•  A synchronous connection creates a large frame
   that consists of header and trailer flags, control
   information, optional address information, error
   detection code, and data
•  A synchronous connection is more elaborate but
   transfers data in a more efficient manner


Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   23
Synchronous Connections (continued)




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   24
Isochronous Connections

•  A third type of connection defined at the data link
   layer used to support real-time applications
•  Data must be delivered at just the right speed
   (real-time) – not too fast and not too slow
•  Typically an isochronous connection must
   allocate resources on both ends to maintain real-
   time
•  USB and Firewire can both support isochronous


Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   25
Terminal-to-Mainframe
                      Computer Connections
•  Point-to-point connection – a direct, unshared
   connection between a terminal and a mainframe
   computer
•  Multipoint connection – a shared connection
   between multiple terminals and a mainframe
   computer
•  The mainframe is the primary and the terminals
   are the secondaries


Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   26
Terminal-to-Mainframe
        Computer Connections (continued)




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   27
Terminal-to-Mainframe
         Computer Connections (continued)
•  To allow a terminal to transmit data to a
   mainframe, the mainframe must poll the terminal
•  Two basic forms of polling: roll-call polling and
   hub polling
      –  In roll-call polling, the mainframe polls each
         terminal in a round-robin fashion
      –  In hub polling, the mainframe polls the first
         terminal, and this terminal passes the poll onto
         the next terminal

Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   28
Terminal-to-Mainframe
       Computer Connections (continued)




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   29
Making Computer Connections In Action

•  A laptop computer has many different types of
   connectors, or connections
•  While every laptop can be different, if anyone
   has a laptop in class, maybe someone will
   volunteer to use theirs for show-and-tell




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   30
Making Computer Connections
                 In Action (continued)
•  Power cord connection (why does the power
   cord have a big brick on it?)
•  USB connectors (one or more)
•  RJ-11 (telephone jack)
•  RJ-45 (LAN jack)
•  PC Card / SmartCard
•  DisplayPort (to connect your laptop to a video
   device)
•  DB-15 (to connect to an external monitor or
   video projector)
Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   31
Making Computer Connections
                 In Action (continued)
•  A company wants to transfer files that are
   typically 700K chars in size
•  If an asynchronous connection is used, each
   character will have a start bit, a stop bit, and
   maybe a parity bit
•  700,000 chars * 11 bits/char (8 bits data + start +
   stop + parity) = 7,700,000 bits




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   32
Making Computer Connections
                  In Action (continued)
•  If a synchronous connection is used, assume
   maximum payload size – 1500 bytes
•  To transfer a 700K char file requires 467 1500-
   character (byte) frames
•  Each frame will also contain 1-byte header, 1-
   byte address, 1-byte control, and 2-byte
   checksum, thus 5 bytes overhead



Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   33
Making Computer Connections
                 In Action (continued)
•  1500 bytes payload + 5 byte overhead = 1505
   byte frames
•  467 frames * 1505 bytes/frame = 716,380 bytes,
   or 5,731,040 bits
•  Significantly less data using synchronous
   connection




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   34
Summary
•  Connection between a computer and a peripheral is often
   called the interface
•  Process of providing all the proper interconnections between
   a computer and a peripheral is called interfacing
•  The interface between computer and peripheral is composed
   of one to four components: electrical, mechanical, functional,
   and procedural
•  A DTE is a data terminating device
     –  Computer
•  A DCE is a data circuit-terminating device
     –  Modem


Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   35
Summary (continued)
•  Two interface standards worthy of additional study: Universal
   Serial Bus, and EIA-232F
    –  EIA-232F was one of the first highly popular standards
    –  Universal Serial Bus is currently the most popular interface
       standard
•  Half-duplex systems can transmit data in both directions, but
   in only one direction at a time
•  Full-duplex systems can transmit data in both directions at the
   same time
•  Other peripheral interfacing standards that provide power,
   flexibility, and ease-of-installation include FireWire, SCSI,
   iSCSI, InfiniBand, and Fibre Channel



Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   36
Summary (continued)
•  While much of an interface standard resides at the physical
   layer, a data link connection is also required when data is
   transmitted between two points on a network
    –  Three common data link connections include asynchronous
       connections, synchronous connections, and isochronous
       connections
•  Asynchronous connections use single-character frames and
   start and stop bits to establish the beginning and ending
   points of the frame
•  Synchronous connections use multiple-character frames,
   sometimes consisting of thousands of characters
•  Isochronous connections provide real-time connections
   between computers and peripherals and require a fairly
   involved dialog to support the connection

Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   37
Summary (continued)

•  A point-to-point connection is one between a
   computer terminal and a mainframe computer
   that is dedicated to one terminal
•  A multipoint connection is a shared connection
   between more than one computer terminal and a
   mainframe computer




Data Communications and Computer Networks: A Business User's Approach, Sixth Edition   38

Contenu connexe

Tendances

Net essentials6e ch13
Net essentials6e ch13Net essentials6e ch13
Net essentials6e ch13APSU
 
Unit ii ecommerce ppt
Unit ii ecommerce pptUnit ii ecommerce ppt
Unit ii ecommerce pptMurali Mohan
 
Net essentials6e ch5
Net essentials6e ch5Net essentials6e ch5
Net essentials6e ch5APSU
 
Net essentials6e ch12
Net essentials6e ch12Net essentials6e ch12
Net essentials6e ch12APSU
 
Net essentials6e ch3
Net essentials6e ch3Net essentials6e ch3
Net essentials6e ch3APSU
 
Net essentials6e ch9
Net essentials6e ch9Net essentials6e ch9
Net essentials6e ch9APSU
 
Net essentials6e ch7
Net essentials6e ch7Net essentials6e ch7
Net essentials6e ch7APSU
 
Networking standards
Networking standardsNetworking standards
Networking standardsOnline
 
Introduction to computer networks
Introduction to computer networksIntroduction to computer networks
Introduction to computer networksamudha arul
 
Net essentials6e ch11
Net essentials6e ch11Net essentials6e ch11
Net essentials6e ch11APSU
 
Network Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESNetwork Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESManas Rai
 
Prachi gupta 8 a
Prachi gupta 8 aPrachi gupta 8 a
Prachi gupta 8 aEashaGupta
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA Aiman Hud
 
Networks - Lecture D
Networks - Lecture DNetworks - Lecture D
Networks - Lecture DCMDLearning
 
Net essentials6e ch1
Net essentials6e ch1Net essentials6e ch1
Net essentials6e ch1APSU
 
Datacom module 3: Data Communications Circuits, Arrangements, and Networks
Datacom module 3:  Data Communications Circuits, Arrangements, and NetworksDatacom module 3:  Data Communications Circuits, Arrangements, and Networks
Datacom module 3: Data Communications Circuits, Arrangements, and NetworksJeffrey Des Binwag
 

Tendances (20)

Net essentials6e ch13
Net essentials6e ch13Net essentials6e ch13
Net essentials6e ch13
 
Unit ii ecommerce ppt
Unit ii ecommerce pptUnit ii ecommerce ppt
Unit ii ecommerce ppt
 
Net essentials6e ch5
Net essentials6e ch5Net essentials6e ch5
Net essentials6e ch5
 
Net essentials6e ch12
Net essentials6e ch12Net essentials6e ch12
Net essentials6e ch12
 
Net essentials6e ch3
Net essentials6e ch3Net essentials6e ch3
Net essentials6e ch3
 
Net essentials6e ch9
Net essentials6e ch9Net essentials6e ch9
Net essentials6e ch9
 
Net essentials6e ch7
Net essentials6e ch7Net essentials6e ch7
Net essentials6e ch7
 
Networking standards
Networking standardsNetworking standards
Networking standards
 
Chap1
Chap1Chap1
Chap1
 
Introduction to computer networks
Introduction to computer networksIntroduction to computer networks
Introduction to computer networks
 
Net essentials6e ch11
Net essentials6e ch11Net essentials6e ch11
Net essentials6e ch11
 
Network Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESNetwork Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICES
 
Lesson 1 introduction
Lesson 1 introductionLesson 1 introduction
Lesson 1 introduction
 
Prachi gupta 8 a
Prachi gupta 8 aPrachi gupta 8 a
Prachi gupta 8 a
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
Networks - Lecture D
Networks - Lecture DNetworks - Lecture D
Networks - Lecture D
 
Networking
NetworkingNetworking
Networking
 
Net essentials6e ch1
Net essentials6e ch1Net essentials6e ch1
Net essentials6e ch1
 
Datacom module 3: Data Communications Circuits, Arrangements, and Networks
Datacom module 3:  Data Communications Circuits, Arrangements, and NetworksDatacom module 3:  Data Communications Circuits, Arrangements, and Networks
Datacom module 3: Data Communications Circuits, Arrangements, and Networks
 
Cct203 lesson 10
Cct203 lesson 10Cct203 lesson 10
Cct203 lesson 10
 

En vedette

Lesson - 02 Network Design and Management
Lesson - 02 Network Design and ManagementLesson - 02 Network Design and Management
Lesson - 02 Network Design and ManagementAngel G Diaz
 
SQL Developer installation-guide
SQL Developer installation-guideSQL Developer installation-guide
SQL Developer installation-guideAngel G Diaz
 
REP.01 NETW3205 Network Management
REP.01 NETW3205 Network ManagementREP.01 NETW3205 Network Management
REP.01 NETW3205 Network ManagementRicardo Pereira
 
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9eChapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9eadpeer
 
Cp7101 design and management of computer networks-design concepts
Cp7101 design and management of computer networks-design conceptsCp7101 design and management of computer networks-design concepts
Cp7101 design and management of computer networks-design conceptsDr Geetha Mohan
 
Chapter 8 - Multiplexing 9e
Chapter 8 - Multiplexing 9eChapter 8 - Multiplexing 9e
Chapter 8 - Multiplexing 9eadpeer
 

En vedette (16)

Lesson - 02 Network Design and Management
Lesson - 02 Network Design and ManagementLesson - 02 Network Design and Management
Lesson - 02 Network Design and Management
 
SQL Developer installation-guide
SQL Developer installation-guideSQL Developer installation-guide
SQL Developer installation-guide
 
Ch5
Ch5Ch5
Ch5
 
REP.01 NETW3205 Network Management
REP.01 NETW3205 Network ManagementREP.01 NETW3205 Network Management
REP.01 NETW3205 Network Management
 
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9eChapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
 
Cp7101 design and management of computer networks-design concepts
Cp7101 design and management of computer networks-design conceptsCp7101 design and management of computer networks-design concepts
Cp7101 design and management of computer networks-design concepts
 
Fiber
FiberFiber
Fiber
 
Chapter 8 - Multiplexing 9e
Chapter 8 - Multiplexing 9eChapter 8 - Multiplexing 9e
Chapter 8 - Multiplexing 9e
 
Chapter03
Chapter03Chapter03
Chapter03
 
Chapter14
Chapter14Chapter14
Chapter14
 
Chapter02
Chapter02Chapter02
Chapter02
 
Chapter04
Chapter04Chapter04
Chapter04
 
Chapter06
Chapter06Chapter06
Chapter06
 
Chapter01
Chapter01Chapter01
Chapter01
 
Chapter05
Chapter05Chapter05
Chapter05
 
Chapter08
Chapter08Chapter08
Chapter08
 

Similaire à Making Connections

Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and modelsshahin raj
 
Introduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data CommunicationsIntroduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data CommunicationsAngel G Diaz
 
Lecture 01 {Introduction}.pptx
Lecture 01 {Introduction}.pptxLecture 01 {Introduction}.pptx
Lecture 01 {Introduction}.pptxSurendraBasnet6
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Conceptszaisahil
 
Serial and parallel bus standars RS232C and IEEE488.ppt
Serial and parallel bus standars RS232C and IEEE488.pptSerial and parallel bus standars RS232C and IEEE488.ppt
Serial and parallel bus standars RS232C and IEEE488.pptSirisha Vamsi
 
Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)ateeq85905
 
This course introduces students to issues in IT infrastructu.docx
This course introduces students to issues in IT infrastructu.docxThis course introduces students to issues in IT infrastructu.docx
This course introduces students to issues in IT infrastructu.docxchristalgrieg
 
Chapter 4-CIM Industrial Communication2.pptx
Chapter 4-CIM Industrial Communication2.pptxChapter 4-CIM Industrial Communication2.pptx
Chapter 4-CIM Industrial Communication2.pptxMohdSyaifuadJasemi
 
Ccna presentation{complete]
Ccna presentation{complete]Ccna presentation{complete]
Ccna presentation{complete]Avijit Nath
 
Ch06 091120102157-phpapp01
Ch06 091120102157-phpapp01Ch06 091120102157-phpapp01
Ch06 091120102157-phpapp01Cleophas Rwemera
 
computer networks
computer networkscomputer networks
computer networksdee_rosal
 
Introduction of computer network
Introduction of computer networkIntroduction of computer network
Introduction of computer networkVivek Kumar Sinha
 
Lec-01 Introduction Computer Networks...
Lec-01 Introduction Computer Networks...Lec-01 Introduction Computer Networks...
Lec-01 Introduction Computer Networks...bismahmalik22
 
01 elements of modern networking by nader elmansi
01 elements of modern networking by nader elmansi01 elements of modern networking by nader elmansi
01 elements of modern networking by nader elmansiNader Elmansi
 

Similaire à Making Connections (20)

Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and models
 
Networking
NetworkingNetworking
Networking
 
Introduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data CommunicationsIntroduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data Communications
 
Lecture 01 {Introduction}.pptx
Lecture 01 {Introduction}.pptxLecture 01 {Introduction}.pptx
Lecture 01 {Introduction}.pptx
 
Networking lec1 4
Networking lec1 4Networking lec1 4
Networking lec1 4
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Concepts
 
Serial and parallel bus standars RS232C and IEEE488.ppt
Serial and parallel bus standars RS232C and IEEE488.pptSerial and parallel bus standars RS232C and IEEE488.ppt
Serial and parallel bus standars RS232C and IEEE488.ppt
 
Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)
 
ccna presentation
ccna presentationccna presentation
ccna presentation
 
Networks
NetworksNetworks
Networks
 
This course introduces students to issues in IT infrastructu.docx
This course introduces students to issues in IT infrastructu.docxThis course introduces students to issues in IT infrastructu.docx
This course introduces students to issues in IT infrastructu.docx
 
Networking Fundamentals.ppt
Networking Fundamentals.pptNetworking Fundamentals.ppt
Networking Fundamentals.ppt
 
Chapter 4-CIM Industrial Communication2.pptx
Chapter 4-CIM Industrial Communication2.pptxChapter 4-CIM Industrial Communication2.pptx
Chapter 4-CIM Industrial Communication2.pptx
 
Ccna presentation{complete]
Ccna presentation{complete]Ccna presentation{complete]
Ccna presentation{complete]
 
Ch06 091120102157-phpapp01
Ch06 091120102157-phpapp01Ch06 091120102157-phpapp01
Ch06 091120102157-phpapp01
 
computer networks
computer networkscomputer networks
computer networks
 
Introduction of computer network
Introduction of computer networkIntroduction of computer network
Introduction of computer network
 
Lec-01 Introduction Computer Networks...
Lec-01 Introduction Computer Networks...Lec-01 Introduction Computer Networks...
Lec-01 Introduction Computer Networks...
 
Lecture 1.pdf
Lecture 1.pdfLecture 1.pdf
Lecture 1.pdf
 
01 elements of modern networking by nader elmansi
01 elements of modern networking by nader elmansi01 elements of modern networking by nader elmansi
01 elements of modern networking by nader elmansi
 

Plus de Angel G Diaz

Lesson 01 - Introduction to SQL
Lesson 01 - Introduction to SQLLesson 01 - Introduction to SQL
Lesson 01 - Introduction to SQLAngel G Diaz
 
Lesson 01 - Network Assessment
Lesson 01 - Network AssessmentLesson 01 - Network Assessment
Lesson 01 - Network AssessmentAngel G Diaz
 
OracleXE & SQLDeveloper Install
OracleXE & SQLDeveloper InstallOracleXE & SQLDeveloper Install
OracleXE & SQLDeveloper InstallAngel G Diaz
 
GNS3 Simulator Installation
GNS3 Simulator InstallationGNS3 Simulator Installation
GNS3 Simulator InstallationAngel G Diaz
 
WAMP & Joomla! Installation
WAMP & Joomla! InstallationWAMP & Joomla! Installation
WAMP & Joomla! InstallationAngel G Diaz
 
COIS 420 - Practice04
COIS 420 - Practice04COIS 420 - Practice04
COIS 420 - Practice04Angel G Diaz
 
COIS 420 - Practice 03
COIS 420 - Practice 03COIS 420 - Practice 03
COIS 420 - Practice 03Angel G Diaz
 
COIS 420 - Practice02
COIS 420 - Practice02COIS 420 - Practice02
COIS 420 - Practice02Angel G Diaz
 
COIS 420 - Practice01
COIS 420 - Practice01COIS 420 - Practice01
COIS 420 - Practice01Angel G Diaz
 
Lesson02 - Network Design & LAN
Lesson02 - Network Design & LANLesson02 - Network Design & LAN
Lesson02 - Network Design & LANAngel G Diaz
 
Errors, Error Detection, and Error Control
Errors, Error Detection, and Error ControlErrors, Error Detection, and Error Control
Errors, Error Detection, and Error ControlAngel G Diaz
 
Errors, Error Detection, and Error Control
Errors, Error Detection, and Error ControlErrors, Error Detection, and Error Control
Errors, Error Detection, and Error ControlAngel G Diaz
 
Making Connections Efficient: Multiplexing and Compression
Making Connections Efficient: Multiplexing and CompressionMaking Connections Efficient: Multiplexing and Compression
Making Connections Efficient: Multiplexing and CompressionAngel G Diaz
 
Conducted and Wireless Media
Conducted and Wireless MediaConducted and Wireless Media
Conducted and Wireless MediaAngel G Diaz
 
Fundamentals of Data and Signals
Fundamentals of Data and SignalsFundamentals of Data and Signals
Fundamentals of Data and SignalsAngel G Diaz
 

Plus de Angel G Diaz (16)

Lesson 01 - Introduction to SQL
Lesson 01 - Introduction to SQLLesson 01 - Introduction to SQL
Lesson 01 - Introduction to SQL
 
Lesson 01 - Network Assessment
Lesson 01 - Network AssessmentLesson 01 - Network Assessment
Lesson 01 - Network Assessment
 
OracleXE & SQLDeveloper Install
OracleXE & SQLDeveloper InstallOracleXE & SQLDeveloper Install
OracleXE & SQLDeveloper Install
 
GNS3 Simulator Installation
GNS3 Simulator InstallationGNS3 Simulator Installation
GNS3 Simulator Installation
 
WAMP & Joomla! Installation
WAMP & Joomla! InstallationWAMP & Joomla! Installation
WAMP & Joomla! Installation
 
COIS 420 - Practice04
COIS 420 - Practice04COIS 420 - Practice04
COIS 420 - Practice04
 
COIS 420 - Practice 03
COIS 420 - Practice 03COIS 420 - Practice 03
COIS 420 - Practice 03
 
COIS 420 - Practice02
COIS 420 - Practice02COIS 420 - Practice02
COIS 420 - Practice02
 
COIS 420 - Practice01
COIS 420 - Practice01COIS 420 - Practice01
COIS 420 - Practice01
 
Lesson02 - Network Design & LAN
Lesson02 - Network Design & LANLesson02 - Network Design & LAN
Lesson02 - Network Design & LAN
 
Errors, Error Detection, and Error Control
Errors, Error Detection, and Error ControlErrors, Error Detection, and Error Control
Errors, Error Detection, and Error Control
 
Errors, Error Detection, and Error Control
Errors, Error Detection, and Error ControlErrors, Error Detection, and Error Control
Errors, Error Detection, and Error Control
 
Making Connections Efficient: Multiplexing and Compression
Making Connections Efficient: Multiplexing and CompressionMaking Connections Efficient: Multiplexing and Compression
Making Connections Efficient: Multiplexing and Compression
 
Conducted and Wireless Media
Conducted and Wireless MediaConducted and Wireless Media
Conducted and Wireless Media
 
Fundamentals of Data and Signals
Fundamentals of Data and SignalsFundamentals of Data and Signals
Fundamentals of Data and Signals
 
Cois240 lesson01
Cois240 lesson01Cois240 lesson01
Cois240 lesson01
 

Dernier

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Dernier (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

Making Connections

  • 1. Lesson 04 Making Connections Data Communications and Computer Networks: A Business User s Approach Sixth Edition
  • 2. After reading this chapter, you should be able to: •  List the four components of all interface standards •  Discuss the basic operations of the USB and EIA-232F interface standards •  Cite the advantages of FireWire, SCSI, iSCSI, InfiniBand, and Fibre Channel interface standards •  Outline the characteristics of asynchronous, synchronous, and isochronous data link interfaces Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 2
  • 3. After reading this chapter, you should be able to (continued): •  Recognize the difference between half-duplex and full-duplex connections •  Identify the operating characteristics of terminal- to-mainframe connections and why they are unique compared to other types of computer connections Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 3
  • 4. Introduction •  Connecting peripheral devices to a computer has, in the past, been a fairly challenging task •  Newer interfaces have made this task much easier •  Let s examine the interface between a computer and a device –  This interface occurs primarily at the physical layer Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 4
  • 5. Interfacing a Computer to Peripheral Devices •  The connection to a peripheral is often called the interface •  The process of providing all the proper interconnections between a computer and a peripheral is called interfacing Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 5
  • 6. Characteristics of Interface Standards •  There are essentially two types of standards –  Official standards •  Created by standards-making organizations such as ITU (International Telecommunications Union), IEEE (Institute for Electrical and Electronics Engineers), EIA (Electronic Industries Association), ISO (International Organization for Standardization), and ANSI (American National Standards Institute) –  De facto standards •  Created by other groups that are not official standards but because of their widespread use, become “almost” standards Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 6
  • 7. Characteristics of Interface Standards (continued) •  There are four possible components to an interface standard: –  Electrical component: deals with voltages, line capacitance, and other electrical characteristics –  Mechanical component: deals with items such as the connector or plug description –  Functional component: describes the function of each pin or circuit that is used in a particular interface –  Procedural component: describes how the particular circuits are used to perform an operation Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 7
  • 8. Two Important Interface Standards •  In order to better understand the four components of an interface, let s examine two interface standards –  EIA-232F – an older standard originally designed to connect a modem to a computer –  USB (Universal Serial Bus) – a newer standard that is much more powerful than EIA-232F Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 8
  • 9. An Early Standard: EIA-232F •  Originally named RS-232 but has gone through many revisions •  The electrical component is defined by another standard: V.28 •  The mechanical component is often defined by ISO 2110, the DB-25 connector. The DB-9 connector is now more common than the DB-25. Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 9
  • 10. EIA-232F (continued) •  The functional and procedural components are defined by the V.24 standard •  For example, V.24 defines the function of each of the pins on the DB-9 connector Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 10
  • 11. What is meant by duplexity? •  A half-duplex connection transmits data in both directions but in only one direction at a time •  A full-duplex connection transmits data in both directions and at the same time •  A simplex connection can transmit data in only one direction Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 11
  • 12. Universal Serial Bus (USB) •  The USB interface is a modern standard for interconnecting a wide range of peripheral devices to computers •  Supports plug and play •  Can daisy-chain multiple devices •  USB 2.0 can support 480 Mbps (USB 1.0 is only 12 Mbps) •  USB 3.0 can support 4.8 Gbps Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 12
  • 13. Universal Serial Bus (USB) (continued) •  The USB interface defines all four components •  The electrical component defines two wires VBUS and Ground to carry a 5-volt signal, while the D+ and D- wires carry the data and signaling information •  The mechanical component precisely defines the size of four different connectors and uses only four wires (the metal shell counts as one more connector) Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 13
  • 14. Universal Serial Bus (USB) (continued) Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 14
  • 15. Universal Serial Bus (USB) (continued) •  The functional and procedural components are fairly complex but are based on the polled bus •  The computer takes turns asking each peripheral if it has anything to send •  More on polling near the end of this chapter Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 15
  • 16. FireWire •  Low-cost digital interface •  Capable of supporting transfer speeds of up to 800 Mbps •  Hot pluggable •  Supports two types of data connections: –  Asynchronous connection –  Isochronous connection Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 16
  • 17. SCSI and iSCSI •  SCSI (Small Computer System Interface) –  A technique for interfacing a computer to high-speed devices such as hard disk drives, tape drives, CDs, and DVDs –  Designed to support devices of a more permanent nature •  SCSI is a systems interface –  Need SCSI adapter •  iSCSI (Internet SCSI) –  A technique for interfacing disk storage to a computer via the Internet Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 17
  • 18. InfiniBand and Fibre Channel •  InfiniBand – a serial connection or bus that can carry multiple channels of data at the same time –  Can support data transfer speeds of 2.5 billion bits (2.5 gigabits) per second and address thousands of devices, using both copper wire and fiber-optic cables –  A network of high-speed links and switches •  Fibre Channel – also a serial, high-speed network that connects a computer to multiple input/output devices –  Supports data transfer rates up to billions of bits per second, but can support the interconnection of up to 126 devices only Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 18
  • 19. Asynchronous Connections •  A type of connection defined at the data link layer •  To transmit data from sender to receiver, an asynchronous connection creates a one- character package called a frame •  Added to the front of the frame is a start bit, while a stop bit is added to the end of the frame •  An optional parity bit can be added which can be used to detect errors Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 19
  • 20. Asynchronous Connections (continued) Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 20
  • 21. Asynchronous Connections (continued) Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 21
  • 22. Asynchronous Connections (continued) •  The term asynchronous is misleading here because you must always maintain synchronization between the incoming data stream and the receiver •  Asynchronous connections maintain synchronization by using small frames with a leading start bit Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 22
  • 23. Synchronous Connections •  A second type of connection defined at the data link layer •  A synchronous connection creates a large frame that consists of header and trailer flags, control information, optional address information, error detection code, and data •  A synchronous connection is more elaborate but transfers data in a more efficient manner Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 23
  • 24. Synchronous Connections (continued) Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 24
  • 25. Isochronous Connections •  A third type of connection defined at the data link layer used to support real-time applications •  Data must be delivered at just the right speed (real-time) – not too fast and not too slow •  Typically an isochronous connection must allocate resources on both ends to maintain real- time •  USB and Firewire can both support isochronous Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 25
  • 26. Terminal-to-Mainframe Computer Connections •  Point-to-point connection – a direct, unshared connection between a terminal and a mainframe computer •  Multipoint connection – a shared connection between multiple terminals and a mainframe computer •  The mainframe is the primary and the terminals are the secondaries Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 26
  • 27. Terminal-to-Mainframe Computer Connections (continued) Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 27
  • 28. Terminal-to-Mainframe Computer Connections (continued) •  To allow a terminal to transmit data to a mainframe, the mainframe must poll the terminal •  Two basic forms of polling: roll-call polling and hub polling –  In roll-call polling, the mainframe polls each terminal in a round-robin fashion –  In hub polling, the mainframe polls the first terminal, and this terminal passes the poll onto the next terminal Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 28
  • 29. Terminal-to-Mainframe Computer Connections (continued) Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 29
  • 30. Making Computer Connections In Action •  A laptop computer has many different types of connectors, or connections •  While every laptop can be different, if anyone has a laptop in class, maybe someone will volunteer to use theirs for show-and-tell Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 30
  • 31. Making Computer Connections In Action (continued) •  Power cord connection (why does the power cord have a big brick on it?) •  USB connectors (one or more) •  RJ-11 (telephone jack) •  RJ-45 (LAN jack) •  PC Card / SmartCard •  DisplayPort (to connect your laptop to a video device) •  DB-15 (to connect to an external monitor or video projector) Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 31
  • 32. Making Computer Connections In Action (continued) •  A company wants to transfer files that are typically 700K chars in size •  If an asynchronous connection is used, each character will have a start bit, a stop bit, and maybe a parity bit •  700,000 chars * 11 bits/char (8 bits data + start + stop + parity) = 7,700,000 bits Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 32
  • 33. Making Computer Connections In Action (continued) •  If a synchronous connection is used, assume maximum payload size – 1500 bytes •  To transfer a 700K char file requires 467 1500- character (byte) frames •  Each frame will also contain 1-byte header, 1- byte address, 1-byte control, and 2-byte checksum, thus 5 bytes overhead Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 33
  • 34. Making Computer Connections In Action (continued) •  1500 bytes payload + 5 byte overhead = 1505 byte frames •  467 frames * 1505 bytes/frame = 716,380 bytes, or 5,731,040 bits •  Significantly less data using synchronous connection Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 34
  • 35. Summary •  Connection between a computer and a peripheral is often called the interface •  Process of providing all the proper interconnections between a computer and a peripheral is called interfacing •  The interface between computer and peripheral is composed of one to four components: electrical, mechanical, functional, and procedural •  A DTE is a data terminating device –  Computer •  A DCE is a data circuit-terminating device –  Modem Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 35
  • 36. Summary (continued) •  Two interface standards worthy of additional study: Universal Serial Bus, and EIA-232F –  EIA-232F was one of the first highly popular standards –  Universal Serial Bus is currently the most popular interface standard •  Half-duplex systems can transmit data in both directions, but in only one direction at a time •  Full-duplex systems can transmit data in both directions at the same time •  Other peripheral interfacing standards that provide power, flexibility, and ease-of-installation include FireWire, SCSI, iSCSI, InfiniBand, and Fibre Channel Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 36
  • 37. Summary (continued) •  While much of an interface standard resides at the physical layer, a data link connection is also required when data is transmitted between two points on a network –  Three common data link connections include asynchronous connections, synchronous connections, and isochronous connections •  Asynchronous connections use single-character frames and start and stop bits to establish the beginning and ending points of the frame •  Synchronous connections use multiple-character frames, sometimes consisting of thousands of characters •  Isochronous connections provide real-time connections between computers and peripherals and require a fairly involved dialog to support the connection Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 37
  • 38. Summary (continued) •  A point-to-point connection is one between a computer terminal and a mainframe computer that is dedicated to one terminal •  A multipoint connection is a shared connection between more than one computer terminal and a mainframe computer Data Communications and Computer Networks: A Business User's Approach, Sixth Edition 38