SlideShare a Scribd company logo
Bus Architecture & Interface
Imranul Hasan
Greenwich University, UK
Bus
 A collection of wires and electronic
components through which data is
transmitted from one part of a computer to
another, even from one computer to another
computer. When used in reference to
personal computers, the term bus usually
refers to internal bus.
 All buses consist of three parts -- an address
bus, control bus and a data bus.
North/South Bridgearchitectures
Internal Bus/ Internal Data Bus
 Internal Bus/ Internal Data Bus: A bus that operates only
within the internal circuitry of the CPU, communicating among
the internal caches of memory that are part of the CPU chip’s
design.
 Microprocessors communicate with its internal and external
components through the bus, are mainly divided into two
categories:
1. Front-side Bus: Another name for the system bus. The bus
that connects the CPU to main memory on the motherboard.
The system bus is also called the memory bus, local bus, or
host bus.
2. Backside bus: A microprocessor bus that connects the CPU to
a Level 2 cache. Typically, a backside bus runs at a faster clock
speed than the frontside bus that connects the CPU to main
memory.
Expansion Bus
 A collection of wires and protocols that allows the expansion of a
computer by inserting printed circuit boards (expansion boards).
 AT Bus: The AT bus, which runs at 8 megahertz and has a 16-
bit data path. The AT bus is sometimes referred to as the ISA
bus.
 ISA Bus: Short for Industry Standard Architecture bus. 16 bit
bus. ISA began to be replaced by the PCI local bus architecture.
 MCA: IBM introduced the Micro Channel Architecture (MCA) in
1987. 32-bit bus.
 EISA Bus: A more successful alternative to the MCA bus is the
Extended Industry Standard Architecture (EISA ), a high-speed
32-bit bus architecture developed by a group of IBM's
competitors.
Expansion Bus
 VL-bus: Short for VESA Local-Bus, a local bus architecture
created by the Video Electronics Standards Association
(VESA ). Although it was quite popular in PCs made in 1993
and 1994, it has been overshadowed by a competing local
bus architecture called PCI.
 PCI Bus: Short for Peripheral Component Interconnect, a
local bus standard developed by Intel Corporation. PCI is a
64-bit bus, though it is usually implemented as a 32-bit bus. It
can run at clock speeds of 33 or 66 MHz. At 32 bits and 33
MHz, it yields a throughput rate of 133 MBps.
 PCI-X Bus: Short for PCI extended, an enhanced PCI bus.
PCI-X is backward-compatible with existing PCI cards. It
improves upon the speed of PCI from 133 MBps to as much
as 1 GBps.
Expansion Bus
 PCI Express: An I/O interconnect bus standard that
doubles the data transfer rates of original PCI. PCI
Express was designed to replace the general-purpose
PCI expansion bus, the high-end PCI-X bus and the AGP
graphics card interface.
 Data transfer rates of approximately 200MB/s.
 PCI Express, also known as 3GIO (for third-generation
Input/Output) is compatible with existing PCI systems.
 NuBus: The expansion bus for versions of the Macintosh
computers starting with the Macintosh II and ending with
the Performa. Current Macs use the PCI bus.
 SMBus: The System Management Bus (SMBus) is a
two-wire interface through which simple power-related
chips can communicate with rest of the system. With the
SMBus, a device can provide manufacturer information,
tell the system what its model or part number is, save its
state for a suspend event, report different types of errors,
accept control parameters and return its status.
PCI Express
 An I/O interconnect bus standard (which includes a protocol and a layered
architecture) that expands on and doubles the data transfer rates of original
PCI.
 Each lane of a PCI Express connection contains two pairs of wires -- one to
send and one to receive. Packets of data move across the lane at a rate of one
bit per cycle. A x1 connection, the smallest PCIe connection, has one lane
made up of four wires. It carries one bit per cycle in each direction. A x2 link
contains eight wires and transmits two bits at once, a x4 link transmits four
bits, and so on. Other configurations are x12, x16 and x32.
 The "x" in an "x16" connection stands for "by." PCIe connections are
scalable by one, by two, by four, and so on.
 PCI Express is available for desktop and laptop PCs. Its use may lead to
lower cost of motherboard production, since its connections contain fewer
pins than PCI connections do. It also has the potential to support many
devices, including Ethernet cards, USB 2 and video cards.
 PCI Express is a two-way, serial connection that carries data in packets
along two pairs of point-to-point data lanes, compared to the single parallel
data bus of traditional PCI that routes data at a set rate.
 Initial bit rates for PCI Express reach 2.5Gb/s per lane direction, which equate
to data transfer rates of approximately 200MB/s.
 PCI Express, also known as 3GIO (for third-generation Input/Output) is
compatible with existing PCI systems.
Expansion Bus
 PCI Express:
Each lane of a PCI Express
connection contains two pairs of
wires -- one to send and one to
receive. Packets of data move
across the lane at a rate of one bit
per cycle. A x1 connection, the
smallest PCIe connection, has one
lane made up of four wires. It
carries one bit per cycle in each
direction. A x2 link contains eight
wires and transmits two bits at
once, a x4 link transmits four bits,
and so on. Other configurations
are x12, x16 and x32.
Expansion Bus
 PCI Express:
Expansion Bus
 Make Sure you have a PCI-E PCI Express
Slot on your MotherBoard
External Bus
 Another name for external data bus. A bus that connects a
computer to peripheral devices. Two examples are the
Universal Serial Bus (USB) and IEEE 1394.
 USB 1.1: Short for Universal Serial Bus, an external bus
standard that supports data transfer rates of 1.5 MBps. A single
USB port can be used to connect up to 127 peripheral devices.
 USB 2.0: Also referred to as Hi-Speed USB, USB 2.0 is an
external bus that supports data rates up to 60MBps.
 USB OTG: Short for USB On-The-Go, an extension of the USB
2.0 specification for connecting peripheral devices to each other.
USB OTG products can communicate with each other without the
need to be connected to a PC.
 IEEE 1394: A very fast external bus standard that supports data
transfer rates of up to 50MBps (in 1394a) and 100MBps (in
1394b). Products supporting the 1394 standard go under
different names, depending on the company. Apple, which
originally developed the technology, uses the trademarked name
FireWire. Other companies use other names, such as i.link and
Lynx, to describe their 1394 products.
 A single 1394 port can be used to connect up 63 external
devices.
Physical parts of Buses
 Data Bus: The data bus carries digital information. A data bus is
usually a group of parallel wires connecting different parts of a
circuit. The data bus is connected to the inputs of several gates
and to the outputs of several gates. In general, information may
flow on the bus wires in both directions. This type of bus is
referred to as a bidirectional data bus.
 Control Bus: The physical connections that carry control
information between the CPU and other devices within the
computer. Whereas the data bus carries actual data that is being
processed, the control bus carries signals that report the status
of various devices.
 Address Bus: An address bus is a collection of wires
connecting the CPU with main memory that is used to identify
particular locations (addresses) in main memory. Address bus is
a part of a computer bus.
Bus Interconnection Scheme
memory I/O
Introduction to Interface
 A boundary across which two independent systems
meet and act on or communicate with each other. In
computer technology, there are several types of
interfaces.
 User interface - the keyboard, mouse, menus of a
computer system. The user interface allows the user to
communicate with the operating system.
 Software interface - the languages and codes that the
applications use to communicate with each other and with
the hardware.
 Hardware interface - the wires, plugs and sockets that
hardware devices use to communicate with each other.
Hardware Interface
 Hardware Interface
1. Special-purpose: The keyboard, sound card, mouse,
etc. connectors represent the special-purpose
interfaces. They cannot be used for any other device.
2. Multi-purpose: The parallel port (printer port), serial port,
universal serial bus (USB), and IEEE 1394 FireWire
represent multi-purpose interfaces since they can be
used for various peripheral devices, including data storage
devices.
3. General-purpose interfaces: The slots on the
motherboard, such as PCI and ISA slots, can be used to
connect various devices (via the plug-in cards) and
represent truly general-purpose interfaces
Some of the interface commonly
found with recent PCs
 Parallel: The parallel port was originally
created for communicating with the
printer and thus is called a "printer port".
A PC may have at most 3 parallel
ports, which are named LPT1, LPT2, and
LPT3. A parallel port (printer port) female
connector has 25 pins. This 'standard'
parallel port interface can sustain data
rates up to 0.15 MB/s. There are four
more newly created modes, which
enhances parallel port performance.
1. Nibble-mode reverse operation
2. Byte-reverse operation
3. EPP (Enhanced Parallel Port) : 2MB/s
4. ECP (Extended Capability Port)
Some of the interface commonly
found with recent PCs
Serial Interface
 If you send bits one at a time, you are
using serial communication. If you send
one extra bit for each 8 bits to make sure
your data got there intact, it is called a
parity bit.
 Two common connector type are used for
serial communication: the 9-pin
connector DB9 and (less often) 25-pin
DB25 connector
 Modern PCs can exchange data over the
serial port at rates up to 115 KB/s, but
this will translate into a maximum
data rate of about only 11.5 KB/s without
parity and 10.5 KB/s with parity
Some of the interface commonly
found with recent PCs
USB:
 Set up is very easy. Good
performer. Hot swappable.
Requires Windows 98 and higher.
 Windows 98 supports USB and
there was a limited support for USB
in Windows 95.
 USB is still a serial-type interface
and sends bits one after another...
 In theory, a USB interface can
support up to 127 individual USB
peripherals at one time.
 For practical connection of multiple
devices to the host (root), special
hubs are required. Hubs can have
up to seven connectors to nodes or
other hubs.
Some of the interface commonly
found with recent PCs
 IDE/ATA: Set up is moderately difficult. Requires
opening your PC and connecting some cables
inside. Performance is much better than parallel or
USB-devices. The cable has 40 wire connectors in it.
 IEEE 1394 FireWire: Set up is easy. Excellent
performer. Costly. Requires Windows 98 and higher.
The IEEE 1394 standard for the High Performance
Serial Bus, also called Firewire, is a serial data
transfer protocol and interconnection system.
Firewire interface
The advantages of the Firewire
interface are:
 High data transfer rate - up to
100 MB/s (800 Mbps), which is
about 60 times faster than USB.
 Supports up to 63 devices (16 -
daisy chained) with cable length
up to about 4.5 m (14 feet).
 Hot-pluggable (like USB).
 Firewire is a plug-and-play bus.
 Firewire cables are very easy to
connect (Like USB).
USB vs. IEEE 1394 "FireWire"
Description IEEE 1394 Firewire USB
Maximum number of connected
devices
63 127
Hot-swap? Yes Yes
Plug-and-Play? Yes Yes
Cable length between devices 4.5 m 5 m
Data transfer rate (MB/s) 50/100 1.5/60
PC / Mac Yes / Yes Yes / iMac only
Embedded power line Yes Yes
Peripheral devices
D-Camcorders, D-Cameras,
Set-Top Boxes, HDTV, DVD-
ROM, RAM, Hard Disk drives,
Printers, Scanners
Keyboards, Mice, PC Monitors, Joysticks,
DVD-ROM, RAM, Low-resolution D-
Cameras, Low-speed CD-ROM, RW,
Modems, Printers, Scanners
Relative cost Higher Lower
Data Transfer Rates in Serial,
Parallel, ATA, SCSI, Fireware
Few Questions
What are the main performance parameters to look for?
 Data transfer rate (DTR) may be the most important
parameter. The data transfer rate is, in general, a function
of the drive's RPM (i.e., 3600, 4200, 5400, 7200, 10000, or
15000) for a given type of drive interface.
 Another important parameter is the total drive's capacity.
How many drives I can install on my computer?
 IDE controllers are limited to 4 devices on a chain (2 on
older ones).
 SCSI controllers are designed for multitasking and can
support from 7 to 15 devices.

More Related Content

What's hot

Direct Memory Access(DMA)
Direct Memory Access(DMA)Direct Memory Access(DMA)
Direct Memory Access(DMA)
Page Maker
 
Serial buses
Serial busesSerial buses
Serial buses
Umar Shuaib
 
PCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingPCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingDVClub
 
Hard disk
Hard diskHard disk
Hard disk
Sudeep Pandey
 
MIPI DevCon 2016: A Developer's Guide to MIPI I3C Implementation
MIPI DevCon 2016: A Developer's Guide to MIPI I3C ImplementationMIPI DevCon 2016: A Developer's Guide to MIPI I3C Implementation
MIPI DevCon 2016: A Developer's Guide to MIPI I3C Implementation
MIPI Alliance
 
axi protocol
axi protocolaxi protocol
axi protocol
Azad Mishra
 
I2C Protocol
I2C ProtocolI2C Protocol
I2C Protocol
Sudhanshu Janwadkar
 
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTSTHE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
Aqsa Mushtaq
 
Bios
Bios Bios
Design and verification environment for amba axi protocol for soc integration
Design and verification environment for amba axi protocol for soc integrationDesign and verification environment for amba axi protocol for soc integration
Design and verification environment for amba axi protocol for soc integration
eSAT Publishing House
 
Axi protocol
Axi protocolAxi protocol
Axi protocol
Azad Mishra
 
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010Altera Corporation
 
Motherboard presentation it
Motherboard presentation itMotherboard presentation it
Motherboard presentation it
crowellcale
 
Session 8,9 PCI Express
Session 8,9 PCI ExpressSession 8,9 PCI Express
Session 8,9 PCI ExpressSubhash Iyer
 
Motherboard
MotherboardMotherboard
Motherboard
Nano Omega
 
Axi protocol
Axi protocolAxi protocol
Axi protocol
Rohit Kumar Pathak
 
Ports
PortsPorts
IP PCIe
IP PCIeIP PCIe
IP PCIe
SILKAN
 

What's hot (20)

Direct Memory Access(DMA)
Direct Memory Access(DMA)Direct Memory Access(DMA)
Direct Memory Access(DMA)
 
Serial buses
Serial busesSerial buses
Serial buses
 
PCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingPCI Express Verification using Reference Modeling
PCI Express Verification using Reference Modeling
 
Hard disk
Hard diskHard disk
Hard disk
 
MIPI DevCon 2016: A Developer's Guide to MIPI I3C Implementation
MIPI DevCon 2016: A Developer's Guide to MIPI I3C ImplementationMIPI DevCon 2016: A Developer's Guide to MIPI I3C Implementation
MIPI DevCon 2016: A Developer's Guide to MIPI I3C Implementation
 
axi protocol
axi protocolaxi protocol
axi protocol
 
I2C Protocol
I2C ProtocolI2C Protocol
I2C Protocol
 
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTSTHE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
 
Axi
AxiAxi
Axi
 
Bios
Bios Bios
Bios
 
Design and verification environment for amba axi protocol for soc integration
Design and verification environment for amba axi protocol for soc integrationDesign and verification environment for amba axi protocol for soc integration
Design and verification environment for amba axi protocol for soc integration
 
Axi protocol
Axi protocolAxi protocol
Axi protocol
 
PCIe
PCIePCIe
PCIe
 
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
 
Motherboard presentation it
Motherboard presentation itMotherboard presentation it
Motherboard presentation it
 
Session 8,9 PCI Express
Session 8,9 PCI ExpressSession 8,9 PCI Express
Session 8,9 PCI Express
 
Motherboard
MotherboardMotherboard
Motherboard
 
Axi protocol
Axi protocolAxi protocol
Axi protocol
 
Ports
PortsPorts
Ports
 
IP PCIe
IP PCIeIP PCIe
IP PCIe
 

Similar to Bus & Interface

Pc interface
Pc interfacePc interface
Pc interface
Ashraf Aboshosha
 
Chapter 6: Expansion Buses
Chapter 6: Expansion BusesChapter 6: Expansion Buses
Chapter 6: Expansion Busesaskme
 
Difference between PCI PCI-X PCIe
Difference between PCI PCI-X PCIeDifference between PCI PCI-X PCIe
Difference between PCI PCI-X PCIe
SUNODH GARLAPATI
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
Abdullah-Al- Mahmud
 
Cpi unit 01
Cpi unit 01Cpi unit 01
Cpi unit 01
Gurpreet Singh
 
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
gnkeshava
 
Pci,usb,scsi bus
Pci,usb,scsi busPci,usb,scsi bus
Pci,usb,scsi bus
Sherwin Rodrigues
 
Bus Standards and Networking
Bus Standards and NetworkingBus Standards and Networking
Bus Standards and Networking
Prabu U
 
Peripherals
PeripheralsPeripherals
Peripherals
Tory Klementsen
 
Itc lec 3 Ip cycle , system unit, interface
Itc lec 3 Ip cycle , system unit, interfaceItc lec 3 Ip cycle , system unit, interface
Itc lec 3 Ip cycle , system unit, interface
AnzaDar3
 
Motherboard + ports & connector
Motherboard + ports & connectorMotherboard + ports & connector
Motherboard + ports & connectornorhaslinamj
 
PCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-ReviewPCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-Review
IOSRJVSP
 
Computer maintenance & IT support service
Computer maintenance & IT support serviceComputer maintenance & IT support service
Computer maintenance & IT support service
aschalew
 
powerpoint presentation
powerpoint presentationpowerpoint presentation
powerpoint presentation
HumuRajpoot
 
Commnunication ports and memory card chapter 1
Commnunication ports and memory card chapter 1Commnunication ports and memory card chapter 1
Commnunication ports and memory card chapter 1Mukesh Thakur
 
Lecture_Chapter_7.ppt
Lecture_Chapter_7.pptLecture_Chapter_7.ppt
Lecture_Chapter_7.ppt
Hailsh
 
Chapter05 -- networking hardware
Chapter05  -- networking hardwareChapter05  -- networking hardware
Chapter05 -- networking hardware
Raja Waseem Akhtar
 

Similar to Bus & Interface (20)

Bus
BusBus
Bus
 
Pc interface
Pc interfacePc interface
Pc interface
 
Chapter 6: Expansion Buses
Chapter 6: Expansion BusesChapter 6: Expansion Buses
Chapter 6: Expansion Buses
 
Difference between PCI PCI-X PCIe
Difference between PCI PCI-X PCIeDifference between PCI PCI-X PCIe
Difference between PCI PCI-X PCIe
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
 
Cpi unit 01
Cpi unit 01Cpi unit 01
Cpi unit 01
 
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
 
Pci,usb,scsi bus
Pci,usb,scsi busPci,usb,scsi bus
Pci,usb,scsi bus
 
Bus Standards and Networking
Bus Standards and NetworkingBus Standards and Networking
Bus Standards and Networking
 
Slots Presentation
Slots PresentationSlots Presentation
Slots Presentation
 
Peripherals
PeripheralsPeripherals
Peripherals
 
Itc lec 3 Ip cycle , system unit, interface
Itc lec 3 Ip cycle , system unit, interfaceItc lec 3 Ip cycle , system unit, interface
Itc lec 3 Ip cycle , system unit, interface
 
Motherboard + ports & connector
Motherboard + ports & connectorMotherboard + ports & connector
Motherboard + ports & connector
 
PCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-ReviewPCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-Review
 
Computer maintenance & IT support service
Computer maintenance & IT support serviceComputer maintenance & IT support service
Computer maintenance & IT support service
 
powerpoint presentation
powerpoint presentationpowerpoint presentation
powerpoint presentation
 
Commnunication ports and memory card chapter 1
Commnunication ports and memory card chapter 1Commnunication ports and memory card chapter 1
Commnunication ports and memory card chapter 1
 
Lecture_Chapter_7.ppt
Lecture_Chapter_7.pptLecture_Chapter_7.ppt
Lecture_Chapter_7.ppt
 
Chapter05 -- networking hardware
Chapter05  -- networking hardwareChapter05  -- networking hardware
Chapter05 -- networking hardware
 
Chap1 expan slots
Chap1 expan slotsChap1 expan slots
Chap1 expan slots
 

More from ImranulHasan6

Bios, processorand motherboard
Bios, processorand  motherboardBios, processorand  motherboard
Bios, processorand motherboard
ImranulHasan6
 
WHAT is Wireless LAN
WHAT is Wireless LANWHAT is Wireless LAN
WHAT is Wireless LAN
ImranulHasan6
 
System Troubleshooting
System TroubleshootingSystem Troubleshooting
System Troubleshooting
ImranulHasan6
 
Subnetting Mechanics
Subnetting MechanicsSubnetting Mechanics
Subnetting Mechanics
ImranulHasan6
 
Storage System and Backup Media
Storage System and Backup MediaStorage System and Backup Media
Storage System and Backup Media
ImranulHasan6
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
ImranulHasan6
 
Networking HMT-2
Networking HMT-2Networking HMT-2
Networking HMT-2
ImranulHasan6
 
Networking HMT-1
Networking HMT-1Networking HMT-1
Networking HMT-1
ImranulHasan6
 
Network Cabling
Network CablingNetwork Cabling
Network Cabling
ImranulHasan6
 
Memory System
Memory SystemMemory System
Memory System
ImranulHasan6
 
L9 Protocol Suits
L9 Protocol SuitsL9 Protocol Suits
L9 Protocol Suits
ImranulHasan6
 
IPv4 Addressing
IPv4 AddressingIPv4 Addressing
IPv4 Addressing
ImranulHasan6
 
Installation of Hard Disk
Installation of Hard DiskInstallation of Hard Disk
Installation of Hard Disk
ImranulHasan6
 
Windows XP Installation
Windows XP InstallationWindows XP Installation
Windows XP Installation
ImranulHasan6
 
Fundamental of Office
Fundamental of OfficeFundamental of Office
Fundamental of Office
ImranulHasan6
 

More from ImranulHasan6 (15)

Bios, processorand motherboard
Bios, processorand  motherboardBios, processorand  motherboard
Bios, processorand motherboard
 
WHAT is Wireless LAN
WHAT is Wireless LANWHAT is Wireless LAN
WHAT is Wireless LAN
 
System Troubleshooting
System TroubleshootingSystem Troubleshooting
System Troubleshooting
 
Subnetting Mechanics
Subnetting MechanicsSubnetting Mechanics
Subnetting Mechanics
 
Storage System and Backup Media
Storage System and Backup MediaStorage System and Backup Media
Storage System and Backup Media
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
 
Networking HMT-2
Networking HMT-2Networking HMT-2
Networking HMT-2
 
Networking HMT-1
Networking HMT-1Networking HMT-1
Networking HMT-1
 
Network Cabling
Network CablingNetwork Cabling
Network Cabling
 
Memory System
Memory SystemMemory System
Memory System
 
L9 Protocol Suits
L9 Protocol SuitsL9 Protocol Suits
L9 Protocol Suits
 
IPv4 Addressing
IPv4 AddressingIPv4 Addressing
IPv4 Addressing
 
Installation of Hard Disk
Installation of Hard DiskInstallation of Hard Disk
Installation of Hard Disk
 
Windows XP Installation
Windows XP InstallationWindows XP Installation
Windows XP Installation
 
Fundamental of Office
Fundamental of OfficeFundamental of Office
Fundamental of Office
 

Recently uploaded

Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 

Recently uploaded (20)

Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 

Bus & Interface

  • 1. Bus Architecture & Interface Imranul Hasan Greenwich University, UK
  • 2. Bus  A collection of wires and electronic components through which data is transmitted from one part of a computer to another, even from one computer to another computer. When used in reference to personal computers, the term bus usually refers to internal bus.  All buses consist of three parts -- an address bus, control bus and a data bus.
  • 3.
  • 5.
  • 6.
  • 7. Internal Bus/ Internal Data Bus  Internal Bus/ Internal Data Bus: A bus that operates only within the internal circuitry of the CPU, communicating among the internal caches of memory that are part of the CPU chip’s design.  Microprocessors communicate with its internal and external components through the bus, are mainly divided into two categories: 1. Front-side Bus: Another name for the system bus. The bus that connects the CPU to main memory on the motherboard. The system bus is also called the memory bus, local bus, or host bus. 2. Backside bus: A microprocessor bus that connects the CPU to a Level 2 cache. Typically, a backside bus runs at a faster clock speed than the frontside bus that connects the CPU to main memory.
  • 8. Expansion Bus  A collection of wires and protocols that allows the expansion of a computer by inserting printed circuit boards (expansion boards).  AT Bus: The AT bus, which runs at 8 megahertz and has a 16- bit data path. The AT bus is sometimes referred to as the ISA bus.  ISA Bus: Short for Industry Standard Architecture bus. 16 bit bus. ISA began to be replaced by the PCI local bus architecture.  MCA: IBM introduced the Micro Channel Architecture (MCA) in 1987. 32-bit bus.  EISA Bus: A more successful alternative to the MCA bus is the Extended Industry Standard Architecture (EISA ), a high-speed 32-bit bus architecture developed by a group of IBM's competitors.
  • 9. Expansion Bus  VL-bus: Short for VESA Local-Bus, a local bus architecture created by the Video Electronics Standards Association (VESA ). Although it was quite popular in PCs made in 1993 and 1994, it has been overshadowed by a competing local bus architecture called PCI.  PCI Bus: Short for Peripheral Component Interconnect, a local bus standard developed by Intel Corporation. PCI is a 64-bit bus, though it is usually implemented as a 32-bit bus. It can run at clock speeds of 33 or 66 MHz. At 32 bits and 33 MHz, it yields a throughput rate of 133 MBps.  PCI-X Bus: Short for PCI extended, an enhanced PCI bus. PCI-X is backward-compatible with existing PCI cards. It improves upon the speed of PCI from 133 MBps to as much as 1 GBps.
  • 10. Expansion Bus  PCI Express: An I/O interconnect bus standard that doubles the data transfer rates of original PCI. PCI Express was designed to replace the general-purpose PCI expansion bus, the high-end PCI-X bus and the AGP graphics card interface.  Data transfer rates of approximately 200MB/s.  PCI Express, also known as 3GIO (for third-generation Input/Output) is compatible with existing PCI systems.  NuBus: The expansion bus for versions of the Macintosh computers starting with the Macintosh II and ending with the Performa. Current Macs use the PCI bus.  SMBus: The System Management Bus (SMBus) is a two-wire interface through which simple power-related chips can communicate with rest of the system. With the SMBus, a device can provide manufacturer information, tell the system what its model or part number is, save its state for a suspend event, report different types of errors, accept control parameters and return its status.
  • 11. PCI Express  An I/O interconnect bus standard (which includes a protocol and a layered architecture) that expands on and doubles the data transfer rates of original PCI.  Each lane of a PCI Express connection contains two pairs of wires -- one to send and one to receive. Packets of data move across the lane at a rate of one bit per cycle. A x1 connection, the smallest PCIe connection, has one lane made up of four wires. It carries one bit per cycle in each direction. A x2 link contains eight wires and transmits two bits at once, a x4 link transmits four bits, and so on. Other configurations are x12, x16 and x32.  The "x" in an "x16" connection stands for "by." PCIe connections are scalable by one, by two, by four, and so on.  PCI Express is available for desktop and laptop PCs. Its use may lead to lower cost of motherboard production, since its connections contain fewer pins than PCI connections do. It also has the potential to support many devices, including Ethernet cards, USB 2 and video cards.  PCI Express is a two-way, serial connection that carries data in packets along two pairs of point-to-point data lanes, compared to the single parallel data bus of traditional PCI that routes data at a set rate.  Initial bit rates for PCI Express reach 2.5Gb/s per lane direction, which equate to data transfer rates of approximately 200MB/s.  PCI Express, also known as 3GIO (for third-generation Input/Output) is compatible with existing PCI systems.
  • 12. Expansion Bus  PCI Express: Each lane of a PCI Express connection contains two pairs of wires -- one to send and one to receive. Packets of data move across the lane at a rate of one bit per cycle. A x1 connection, the smallest PCIe connection, has one lane made up of four wires. It carries one bit per cycle in each direction. A x2 link contains eight wires and transmits two bits at once, a x4 link transmits four bits, and so on. Other configurations are x12, x16 and x32.
  • 14. Expansion Bus  Make Sure you have a PCI-E PCI Express Slot on your MotherBoard
  • 15. External Bus  Another name for external data bus. A bus that connects a computer to peripheral devices. Two examples are the Universal Serial Bus (USB) and IEEE 1394.  USB 1.1: Short for Universal Serial Bus, an external bus standard that supports data transfer rates of 1.5 MBps. A single USB port can be used to connect up to 127 peripheral devices.  USB 2.0: Also referred to as Hi-Speed USB, USB 2.0 is an external bus that supports data rates up to 60MBps.  USB OTG: Short for USB On-The-Go, an extension of the USB 2.0 specification for connecting peripheral devices to each other. USB OTG products can communicate with each other without the need to be connected to a PC.  IEEE 1394: A very fast external bus standard that supports data transfer rates of up to 50MBps (in 1394a) and 100MBps (in 1394b). Products supporting the 1394 standard go under different names, depending on the company. Apple, which originally developed the technology, uses the trademarked name FireWire. Other companies use other names, such as i.link and Lynx, to describe their 1394 products.  A single 1394 port can be used to connect up 63 external devices.
  • 16. Physical parts of Buses  Data Bus: The data bus carries digital information. A data bus is usually a group of parallel wires connecting different parts of a circuit. The data bus is connected to the inputs of several gates and to the outputs of several gates. In general, information may flow on the bus wires in both directions. This type of bus is referred to as a bidirectional data bus.  Control Bus: The physical connections that carry control information between the CPU and other devices within the computer. Whereas the data bus carries actual data that is being processed, the control bus carries signals that report the status of various devices.  Address Bus: An address bus is a collection of wires connecting the CPU with main memory that is used to identify particular locations (addresses) in main memory. Address bus is a part of a computer bus.
  • 18. Introduction to Interface  A boundary across which two independent systems meet and act on or communicate with each other. In computer technology, there are several types of interfaces.  User interface - the keyboard, mouse, menus of a computer system. The user interface allows the user to communicate with the operating system.  Software interface - the languages and codes that the applications use to communicate with each other and with the hardware.  Hardware interface - the wires, plugs and sockets that hardware devices use to communicate with each other.
  • 19. Hardware Interface  Hardware Interface 1. Special-purpose: The keyboard, sound card, mouse, etc. connectors represent the special-purpose interfaces. They cannot be used for any other device. 2. Multi-purpose: The parallel port (printer port), serial port, universal serial bus (USB), and IEEE 1394 FireWire represent multi-purpose interfaces since they can be used for various peripheral devices, including data storage devices. 3. General-purpose interfaces: The slots on the motherboard, such as PCI and ISA slots, can be used to connect various devices (via the plug-in cards) and represent truly general-purpose interfaces
  • 20. Some of the interface commonly found with recent PCs  Parallel: The parallel port was originally created for communicating with the printer and thus is called a "printer port". A PC may have at most 3 parallel ports, which are named LPT1, LPT2, and LPT3. A parallel port (printer port) female connector has 25 pins. This 'standard' parallel port interface can sustain data rates up to 0.15 MB/s. There are four more newly created modes, which enhances parallel port performance. 1. Nibble-mode reverse operation 2. Byte-reverse operation 3. EPP (Enhanced Parallel Port) : 2MB/s 4. ECP (Extended Capability Port)
  • 21. Some of the interface commonly found with recent PCs Serial Interface  If you send bits one at a time, you are using serial communication. If you send one extra bit for each 8 bits to make sure your data got there intact, it is called a parity bit.  Two common connector type are used for serial communication: the 9-pin connector DB9 and (less often) 25-pin DB25 connector  Modern PCs can exchange data over the serial port at rates up to 115 KB/s, but this will translate into a maximum data rate of about only 11.5 KB/s without parity and 10.5 KB/s with parity
  • 22. Some of the interface commonly found with recent PCs USB:  Set up is very easy. Good performer. Hot swappable. Requires Windows 98 and higher.  Windows 98 supports USB and there was a limited support for USB in Windows 95.  USB is still a serial-type interface and sends bits one after another...  In theory, a USB interface can support up to 127 individual USB peripherals at one time.  For practical connection of multiple devices to the host (root), special hubs are required. Hubs can have up to seven connectors to nodes or other hubs.
  • 23. Some of the interface commonly found with recent PCs  IDE/ATA: Set up is moderately difficult. Requires opening your PC and connecting some cables inside. Performance is much better than parallel or USB-devices. The cable has 40 wire connectors in it.  IEEE 1394 FireWire: Set up is easy. Excellent performer. Costly. Requires Windows 98 and higher. The IEEE 1394 standard for the High Performance Serial Bus, also called Firewire, is a serial data transfer protocol and interconnection system.
  • 24. Firewire interface The advantages of the Firewire interface are:  High data transfer rate - up to 100 MB/s (800 Mbps), which is about 60 times faster than USB.  Supports up to 63 devices (16 - daisy chained) with cable length up to about 4.5 m (14 feet).  Hot-pluggable (like USB).  Firewire is a plug-and-play bus.  Firewire cables are very easy to connect (Like USB).
  • 25. USB vs. IEEE 1394 "FireWire" Description IEEE 1394 Firewire USB Maximum number of connected devices 63 127 Hot-swap? Yes Yes Plug-and-Play? Yes Yes Cable length between devices 4.5 m 5 m Data transfer rate (MB/s) 50/100 1.5/60 PC / Mac Yes / Yes Yes / iMac only Embedded power line Yes Yes Peripheral devices D-Camcorders, D-Cameras, Set-Top Boxes, HDTV, DVD- ROM, RAM, Hard Disk drives, Printers, Scanners Keyboards, Mice, PC Monitors, Joysticks, DVD-ROM, RAM, Low-resolution D- Cameras, Low-speed CD-ROM, RW, Modems, Printers, Scanners Relative cost Higher Lower
  • 26. Data Transfer Rates in Serial, Parallel, ATA, SCSI, Fireware
  • 27. Few Questions What are the main performance parameters to look for?  Data transfer rate (DTR) may be the most important parameter. The data transfer rate is, in general, a function of the drive's RPM (i.e., 3600, 4200, 5400, 7200, 10000, or 15000) for a given type of drive interface.  Another important parameter is the total drive's capacity. How many drives I can install on my computer?  IDE controllers are limited to 4 devices on a chain (2 on older ones).  SCSI controllers are designed for multitasking and can support from 7 to 15 devices.