SlideShare une entreprise Scribd logo
1  sur  30
Computer System Architecture
Unit-I
From : Hitesh Kumar Sharma
CIT, UPES
Evolution of computers
» Pre- first generation (mechanical /non-electronic
computers)
» Electronic computers
Evolution of computers
Generation

Technology

Software apps/
Representing systems

First Generation
(1945-54)

Vacuum
tubes, relays, ALU

Machine/assembly languages
ENIAC, IBM701

Second Generation
(1955-64)

Transistors,
memories, IO
processors

HLL, Batch processing
IBM7090

Third Generation
(1965-74)

IC s SSI , MSI,
Micro programming

Multiprogramming/Time
sharing OS, Intel 8008

Fourth Generation
(1975-84)

LSI & VLSI

Multiprocessor OS
IBM PC

Fifth Generation
(1984-90)

VLSI, ULSI
multiprocessors

Parallel computing
IBM PC AT, Intel 486

Sixth Generation
(1990 onwards)

ULSI, VHSIC, high
density packing,
scalable architecture

Massively parallel processing/
Pentium, Sun Ultra Workstation
Moore’s Law
Moore's law is the
observation that “number of
transistors per square inch
on integrated circuits had
doubled every 18months
since the integrated circuit
was invented”.
The period often quoted as
"18 months" is due to Intel
executive David House, who
predicted that period for a
doubling in chip performance
(being a combination of the
effect of more transistors and
their being faster).
The ENIAC computer required more than
17,000 vacuum tubes to perform ballistic
calculations in decimal (base-10) notation.
Although vacuum tubes were better than
electromechanical relays, the tubes overheated and needed frequent replacements.
Computers categories
 Computers for Individual Users (PC)






Desktop Computers
Notebook computers
Tablet computers
Handheld computers
Smart phones

 Computers for Organizations





Servers
Network servers
Mainframe computers
Super computers
IBM Servers
Network Computer
Mainframe IBM
Super Computer

The Blue Gene/P supercomputer at Argonne National Lab runs over 250,000
processors using normal data center air conditioning, grouped in 72 racks/cabinets
connected by a high-speed optical network[1]
Computer Components – looking inside
 Hardware
 Software
 Data
Hardware
 Processor - CPU
 Memory –
 RAM – Random Access Memory
 ROM - Read Only Memory
Memory Size measured in KB, MB, Kb, Mb, GB

 Input Devices
Keyboard, mouse, barcode readers
, touchscreens, microphone

 Output Devices
Monitor, display devices, printers, speakers,

 Storage (external memory)
Hard disk, CD, USB /pen drive, SD/micro memo
cards, memory tapes, zip drive
Computer interface with IO devices:
Ports
Communications and Ports
Computers are connected to external devices via I/O connectors at
the back of the computer. Depending on the device being
connected and the cable being used, the device may be connected
via a serial port (either 9 or 25 pin connector) or via a 25 pin parallel
port.

PS/2 Ports
Desktop computers often have two PS/2 connectors where the
keyboard and mouse are attached. The connectors are identical,
but often colour coded -- blue is keyboard and green is mouse. In
future, PS/2 ports are likely to be replaced by USB.

• VGA Port
A VGA port is used to connect a monitor to
a computer. On the back of the computer,
should be a female 15-pin connector.
• USB Ports
There are two Universal Serial Bus (USB) standards, USB 1.1
and USB 2.0. USB connectors and adapters allow the
connection of up to 127 peripheral devices. USB 1.1 can
transmit data at a rate of 12 Mbps. but USB 2.0 (sometimes
called High-speed USB) can transmit at 480 Mbps
Fire Wire Port
preferred standard for very high speed communications - the IEEE1394 standard. Data is transferred at speeds of
up to 400 Mbps (in IEEE 1394a standard) and 800 Mbps
(in IEEE 1394b standard). Fire wire allows up to 63
devices to be connected
Network Connection
A network jack is used to connect a computer's
network card to a cable modem or to the network.
Processor interaction with devices
• Device Addressing
 Memory mapped IO
 Port mapped IO

• Interrupts
• Device Drivers – OS
Storage= store data
Storage types based on Technology
I.
II.
III.

Semiconductor – (IC) – RAM, ROM, Flash
Magnetic – HD, Tape, Floppy
Optical - CD ROM, DVD ROM

Storage types based on Volatility
1. Volatile
2. Nonvolatile

Storage Types based on computer access
I.
II.

Primary – Main memory, RAM and ROM
Secondary – Hard disk, CD ROM
Primary Storage
– is also main memory or internal memory – is directly
accessible to CPU
– CPU stores instructions and executes in main memory
– Main memory is connected to CPU using memory bus.
Memory bus has 2 bus internally – address bus and
data bus
– RAM and ROM are main memories. RAM is temporary
or volatile data. ROM stores startup program (BIOS)
which is permanent and uses non-volatile technology.
Secondary Storage
– Also called as ‘auxiliary storage’ is memory that is
not directly accessible by CPU but a majority of
data and programs stored
– All storage that is not required in primary memory
is secondary storage
– Normally accessed by CPU using IO channels
– Eg. Hard disk, CD ROM
Volatility
• Non-volatile memory Will retain the stored information even if it is not
constantly supplied with electric power. It is suitable for long-term storage
of information.
• Volatile memory Requires constant power to maintain the stored
information. The fastest memory technologies of today are volatile ones
generally. Since primary storage is required to be very fast, it
predominantly uses volatile memory.
– Dynamic random-access memory: A form of volatile memory which also
requires the stored information to be periodically re-read and re-written, or
refreshed, otherwise it would vanish.
– Static random-access memory A form of volatile memory similar to DRAM
with the exception that it never needs to be refreshed as long as power is
applied. (It loses its content if power is removed).
Is BIOS volatile or nonvolatile ?
Storage Device characteristics
•
•
•
•
•

Volatility - Volatile or non-volatile
Accessibility – Sequential access or random access
Addressability – memory or file addressable
Capacity – size and density
Latency - Time taken to access data from particular location
Key Terms
•
•
•
•
•

RAM
ROM
Cache
Virtual Memory
Volatile and non-Volatile memory
CENTRAL PROCESSING UNIT (CPU)
• The central processing unit (CPU) is the portion of a
computer system that carries out the instructions of a
computer program, and is the primary element carrying
out the computer's functions.
• The form, design and implementation of CPUs have
changed dramatically since the earliest examples, but
their fundamental operation remains much the same.
Components of CPU
1.
2.
3.
4.
5.

ALU – Arithmetic Logic Unit
Registers
Control Unit
RAM
Buses
Instruction Register

Program Counter

Decoders
Multiplexor

RAM
ALU
Accumulator
Registers






Registers are memory
that are present within
CPU and can be
accessed very quickly
It’s content can be
easily and more
quickly accessed than
storage available
elsewhere.
Examples include the
instruction
register, flag
register, the program
counter and the
accumulator.
Control Unit
• A Control Unit is part
of the machinery
that controls its
operation.

• It Co-ordinates the
input and output
devices of a
computer system.
ALU
• ALU stands for
Arithmetic Logic
Unit.
• is a digital circuit that
performs arithmetic
and logical
operations.
Buses

• A bus is a subsystem that
transfers data between
computer components
• The buses are the
information highway for
the CPU.
• They are bundles of tiny
wires that carry data
between components.
• The three most important
buses are the
• address bus,
• data bus
• control buses.
Von Neumann architecture
Primary Memory

Input
Units

CPU
(Central Processing Unit)

Output
Units

– Programs and data are stored in the same
memory: primary memory.
– The computer can only perform one instruction
at a time.
– Most of modern and general purpose
computers/desktops follow this architecture

Contenu connexe

Tendances

CPU Architecture - Basic
CPU Architecture - BasicCPU Architecture - Basic
CPU Architecture - BasicYong Heui Cho
 
Instruction Set Architecture (ISA)
Instruction Set Architecture (ISA)Instruction Set Architecture (ISA)
Instruction Set Architecture (ISA)Gaditek
 
Computer system architecture
Computer system architectureComputer system architecture
Computer system architecturevenkateswarlu G
 
Computer organisation -morris mano
Computer organisation  -morris manoComputer organisation  -morris mano
Computer organisation -morris manovishnu murthy
 
Memory organization (Computer architecture)
Memory organization (Computer architecture)Memory organization (Computer architecture)
Memory organization (Computer architecture)Sandesh Jonchhe
 
Computer organization memory
Computer organization memoryComputer organization memory
Computer organization memoryDeepak John
 
Computer Organization Lecture Notes
Computer Organization Lecture NotesComputer Organization Lecture Notes
Computer Organization Lecture NotesFellowBuddy.com
 
Basic structure of computers
Basic structure of computersBasic structure of computers
Basic structure of computersKumar
 
Computer organization
Computer organizationComputer organization
Computer organizationishapadhy
 
Computer Organisation & Architecture (chapter 1)
Computer Organisation & Architecture (chapter 1) Computer Organisation & Architecture (chapter 1)
Computer Organisation & Architecture (chapter 1) Subhasis Dash
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSAngel Mary George
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating SystemsMukesh Chinta
 

Tendances (20)

CPU Architecture - Basic
CPU Architecture - BasicCPU Architecture - Basic
CPU Architecture - Basic
 
Instruction Set Architecture (ISA)
Instruction Set Architecture (ISA)Instruction Set Architecture (ISA)
Instruction Set Architecture (ISA)
 
Computer system architecture
Computer system architectureComputer system architecture
Computer system architecture
 
Computer architecture
Computer architecture Computer architecture
Computer architecture
 
Memory management
Memory managementMemory management
Memory management
 
Functional units
Functional unitsFunctional units
Functional units
 
Cpu ppt cse
Cpu ppt cseCpu ppt cse
Cpu ppt cse
 
Computer organisation -morris mano
Computer organisation  -morris manoComputer organisation  -morris mano
Computer organisation -morris mano
 
Memory organization (Computer architecture)
Memory organization (Computer architecture)Memory organization (Computer architecture)
Memory organization (Computer architecture)
 
Computer organization memory
Computer organization memoryComputer organization memory
Computer organization memory
 
Bus aribration
Bus aribrationBus aribration
Bus aribration
 
Computer Organization Lecture Notes
Computer Organization Lecture NotesComputer Organization Lecture Notes
Computer Organization Lecture Notes
 
Basic structure of computers
Basic structure of computersBasic structure of computers
Basic structure of computers
 
Computer organization
Computer organizationComputer organization
Computer organization
 
Usb universal serial bus
Usb   universal serial busUsb   universal serial bus
Usb universal serial bus
 
Operating system
Operating system Operating system
Operating system
 
Memory Hierarchy
Memory HierarchyMemory Hierarchy
Memory Hierarchy
 
Computer Organisation & Architecture (chapter 1)
Computer Organisation & Architecture (chapter 1) Computer Organisation & Architecture (chapter 1)
Computer Organisation & Architecture (chapter 1)
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 

En vedette

Computer architecture
Computer architectureComputer architecture
Computer architectureRishabha Garg
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An IntroductionDilum Bandara
 
Ram and-rom-chips
Ram and-rom-chipsRam and-rom-chips
Ram and-rom-chipsAnuj Modi
 
Computer System Architecture-R.D.Sivakumar
Computer System Architecture-R.D.SivakumarComputer System Architecture-R.D.Sivakumar
Computer System Architecture-R.D.SivakumarSivakumar R D .
 
Von Neumann Architecture
Von Neumann ArchitectureVon Neumann Architecture
Von Neumann ArchitectureJawad Farooqi
 
Ch8 (1) morris mano
Ch8 (1) morris manoCh8 (1) morris mano
Ch8 (1) morris manoKIRTI89
 
Computer architecture
Computer architectureComputer architecture
Computer architectureSanjeev Patel
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and Designmekind
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts pptRajendraPrasad Alladi
 
Symmetric multiprocessing and Microkernel
Symmetric multiprocessing and MicrokernelSymmetric multiprocessing and Microkernel
Symmetric multiprocessing and MicrokernelManoraj Pannerselum
 
M1-R4 - IT Tools And Business Systems - Jan 2014 Solved Paper Part-1
M1-R4 - IT Tools And Business Systems - Jan 2014 Solved Paper Part-1M1-R4 - IT Tools And Business Systems - Jan 2014 Solved Paper Part-1
M1-R4 - IT Tools And Business Systems - Jan 2014 Solved Paper Part-1saisyam
 
M.tech cse 10july13 (1)
M.tech cse  10july13 (1)M.tech cse  10july13 (1)
M.tech cse 10july13 (1)vijay707070
 
Keyboard, Mouse and MICR
Keyboard, Mouse and MICRKeyboard, Mouse and MICR
Keyboard, Mouse and MICRMuhammad Irtiza
 
Smp and asmp architecture.
Smp and asmp architecture.Smp and asmp architecture.
Smp and asmp architecture.Gaurav Dalvi
 
3 the system architecture
3 the system architecture3 the system architecture
3 the system architecturejavadch
 

En vedette (20)

Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An Introduction
 
Ram and-rom-chips
Ram and-rom-chipsRam and-rom-chips
Ram and-rom-chips
 
Computer System Architecture-R.D.Sivakumar
Computer System Architecture-R.D.SivakumarComputer System Architecture-R.D.Sivakumar
Computer System Architecture-R.D.Sivakumar
 
Von Neumann Architecture
Von Neumann ArchitectureVon Neumann Architecture
Von Neumann Architecture
 
Ch8 (1) morris mano
Ch8 (1) morris manoCh8 (1) morris mano
Ch8 (1) morris mano
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and Design
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts ppt
 
Flag control
Flag controlFlag control
Flag control
 
Symmetric multiprocessing and Microkernel
Symmetric multiprocessing and MicrokernelSymmetric multiprocessing and Microkernel
Symmetric multiprocessing and Microkernel
 
Eec503, mp 30 questions
Eec503, mp 30 questionsEec503, mp 30 questions
Eec503, mp 30 questions
 
M1-R4 - IT Tools And Business Systems - Jan 2014 Solved Paper Part-1
M1-R4 - IT Tools And Business Systems - Jan 2014 Solved Paper Part-1M1-R4 - IT Tools And Business Systems - Jan 2014 Solved Paper Part-1
M1-R4 - IT Tools And Business Systems - Jan 2014 Solved Paper Part-1
 
M.tech cse 10july13 (1)
M.tech cse  10july13 (1)M.tech cse  10july13 (1)
M.tech cse 10july13 (1)
 
Unit 05: Physical Architecture Design
Unit 05: Physical Architecture DesignUnit 05: Physical Architecture Design
Unit 05: Physical Architecture Design
 
Keyboard, Mouse and MICR
Keyboard, Mouse and MICRKeyboard, Mouse and MICR
Keyboard, Mouse and MICR
 
Smp and asmp architecture.
Smp and asmp architecture.Smp and asmp architecture.
Smp and asmp architecture.
 
Ram vs rom
Ram vs romRam vs rom
Ram vs rom
 
3 the system architecture
3 the system architecture3 the system architecture
3 the system architecture
 

Similaire à Computer system architecture

Computer system architecture
Computer system architectureComputer system architecture
Computer system architectureKumar
 
Free Hardware & Networking Slides by ITE Infotech Private Limited
Free Hardware & Networking Slides by ITE Infotech Private LimitedFree Hardware & Networking Slides by ITE Infotech Private Limited
Free Hardware & Networking Slides by ITE Infotech Private LimitedHemraj Singh Chouhan
 
Short_Term_Course_on_Phoenix_and_its_App.ppt
Short_Term_Course_on_Phoenix_and_its_App.pptShort_Term_Course_on_Phoenix_and_its_App.ppt
Short_Term_Course_on_Phoenix_and_its_App.pptNaveeN547338
 
Organization of modern digital computers
Organization of modern digital computersOrganization of modern digital computers
Organization of modern digital computersDrRamaPrasathAssista
 
Presentation 1.pptx
Presentation 1.pptxPresentation 1.pptx
Presentation 1.pptxMurthy86
 
The Deal
The DealThe Deal
The Dealadhaval
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfMECHANICALENGINEERIN19
 
Microprocessor & microcontroller
Microprocessor & microcontroller Microprocessor & microcontroller
Microprocessor & microcontroller Nitesh Kumar
 
PC Components.ppt
PC Components.pptPC Components.ppt
PC Components.pptMrZeke1
 
PC Components_Hardware_Software_CSS11.ppt
PC Components_Hardware_Software_CSS11.pptPC Components_Hardware_Software_CSS11.ppt
PC Components_Hardware_Software_CSS11.pptRiannel Tecson
 

Similaire à Computer system architecture (20)

Computer system architecture
Computer system architectureComputer system architecture
Computer system architecture
 
Free Hardware & Networking Slides by ITE Infotech Private Limited
Free Hardware & Networking Slides by ITE Infotech Private LimitedFree Hardware & Networking Slides by ITE Infotech Private Limited
Free Hardware & Networking Slides by ITE Infotech Private Limited
 
Short_Term_Course_on_Phoenix_and_its_App.ppt
Short_Term_Course_on_Phoenix_and_its_App.pptShort_Term_Course_on_Phoenix_and_its_App.ppt
Short_Term_Course_on_Phoenix_and_its_App.ppt
 
Organization of modern digital computers
Organization of modern digital computersOrganization of modern digital computers
Organization of modern digital computers
 
Presentation 1.pptx
Presentation 1.pptxPresentation 1.pptx
Presentation 1.pptx
 
Introdusing of computer
Introdusing of computerIntrodusing of computer
Introdusing of computer
 
Pc components
Pc componentsPc components
Pc components
 
MY COMPUTER
MY COMPUTERMY COMPUTER
MY COMPUTER
 
ch1.pptx
ch1.pptxch1.pptx
ch1.pptx
 
Multimedia Technology
Multimedia TechnologyMultimedia Technology
Multimedia Technology
 
The system unit
The system unitThe system unit
The system unit
 
The Deal
The DealThe Deal
The Deal
 
Chapter3
Chapter3Chapter3
Chapter3
 
Chapter 1 CSC118
Chapter 1 CSC118 Chapter 1 CSC118
Chapter 1 CSC118
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
 
Chapter - 1
Chapter - 1Chapter - 1
Chapter - 1
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 
Microprocessor & microcontroller
Microprocessor & microcontroller Microprocessor & microcontroller
Microprocessor & microcontroller
 
PC Components.ppt
PC Components.pptPC Components.ppt
PC Components.ppt
 
PC Components_Hardware_Software_CSS11.ppt
PC Components_Hardware_Software_CSS11.pptPC Components_Hardware_Software_CSS11.ppt
PC Components_Hardware_Software_CSS11.ppt
 

Plus de Kumar

Graphics devices
Graphics devicesGraphics devices
Graphics devicesKumar
 
Fill area algorithms
Fill area algorithmsFill area algorithms
Fill area algorithmsKumar
 
region-filling
region-fillingregion-filling
region-fillingKumar
 
Bresenham derivation
Bresenham derivationBresenham derivation
Bresenham derivationKumar
 
Bresenham circles and polygons derication
Bresenham circles and polygons dericationBresenham circles and polygons derication
Bresenham circles and polygons dericationKumar
 
Introductionto xslt
Introductionto xsltIntroductionto xslt
Introductionto xsltKumar
 
Extracting data from xml
Extracting data from xmlExtracting data from xml
Extracting data from xmlKumar
 
Xml basics
Xml basicsXml basics
Xml basicsKumar
 
XML Schema
XML SchemaXML Schema
XML SchemaKumar
 
Publishing xml
Publishing xmlPublishing xml
Publishing xmlKumar
 
Applying xml
Applying xmlApplying xml
Applying xmlKumar
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XMLKumar
 
How to deploy a j2ee application
How to deploy a j2ee applicationHow to deploy a j2ee application
How to deploy a j2ee applicationKumar
 
JNDI, JMS, JPA, XML
JNDI, JMS, JPA, XMLJNDI, JMS, JPA, XML
JNDI, JMS, JPA, XMLKumar
 
EJB Fundmentals
EJB FundmentalsEJB Fundmentals
EJB FundmentalsKumar
 
JSP and struts programming
JSP and struts programmingJSP and struts programming
JSP and struts programmingKumar
 
java servlet and servlet programming
java servlet and servlet programmingjava servlet and servlet programming
java servlet and servlet programmingKumar
 
Introduction to JDBC and JDBC Drivers
Introduction to JDBC and JDBC DriversIntroduction to JDBC and JDBC Drivers
Introduction to JDBC and JDBC DriversKumar
 
Introduction to J2EE
Introduction to J2EEIntroduction to J2EE
Introduction to J2EEKumar
 

Plus de Kumar (20)

Graphics devices
Graphics devicesGraphics devices
Graphics devices
 
Fill area algorithms
Fill area algorithmsFill area algorithms
Fill area algorithms
 
region-filling
region-fillingregion-filling
region-filling
 
Bresenham derivation
Bresenham derivationBresenham derivation
Bresenham derivation
 
Bresenham circles and polygons derication
Bresenham circles and polygons dericationBresenham circles and polygons derication
Bresenham circles and polygons derication
 
Introductionto xslt
Introductionto xsltIntroductionto xslt
Introductionto xslt
 
Extracting data from xml
Extracting data from xmlExtracting data from xml
Extracting data from xml
 
Xml basics
Xml basicsXml basics
Xml basics
 
XML Schema
XML SchemaXML Schema
XML Schema
 
Publishing xml
Publishing xmlPublishing xml
Publishing xml
 
DTD
DTDDTD
DTD
 
Applying xml
Applying xmlApplying xml
Applying xml
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
How to deploy a j2ee application
How to deploy a j2ee applicationHow to deploy a j2ee application
How to deploy a j2ee application
 
JNDI, JMS, JPA, XML
JNDI, JMS, JPA, XMLJNDI, JMS, JPA, XML
JNDI, JMS, JPA, XML
 
EJB Fundmentals
EJB FundmentalsEJB Fundmentals
EJB Fundmentals
 
JSP and struts programming
JSP and struts programmingJSP and struts programming
JSP and struts programming
 
java servlet and servlet programming
java servlet and servlet programmingjava servlet and servlet programming
java servlet and servlet programming
 
Introduction to JDBC and JDBC Drivers
Introduction to JDBC and JDBC DriversIntroduction to JDBC and JDBC Drivers
Introduction to JDBC and JDBC Drivers
 
Introduction to J2EE
Introduction to J2EEIntroduction to J2EE
Introduction to J2EE
 

Dernier

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Dernier (20)

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Computer system architecture

  • 1. Computer System Architecture Unit-I From : Hitesh Kumar Sharma CIT, UPES
  • 2. Evolution of computers » Pre- first generation (mechanical /non-electronic computers) » Electronic computers
  • 3. Evolution of computers Generation Technology Software apps/ Representing systems First Generation (1945-54) Vacuum tubes, relays, ALU Machine/assembly languages ENIAC, IBM701 Second Generation (1955-64) Transistors, memories, IO processors HLL, Batch processing IBM7090 Third Generation (1965-74) IC s SSI , MSI, Micro programming Multiprogramming/Time sharing OS, Intel 8008 Fourth Generation (1975-84) LSI & VLSI Multiprocessor OS IBM PC Fifth Generation (1984-90) VLSI, ULSI multiprocessors Parallel computing IBM PC AT, Intel 486 Sixth Generation (1990 onwards) ULSI, VHSIC, high density packing, scalable architecture Massively parallel processing/ Pentium, Sun Ultra Workstation
  • 4. Moore’s Law Moore's law is the observation that “number of transistors per square inch on integrated circuits had doubled every 18months since the integrated circuit was invented”. The period often quoted as "18 months" is due to Intel executive David House, who predicted that period for a doubling in chip performance (being a combination of the effect of more transistors and their being faster).
  • 5. The ENIAC computer required more than 17,000 vacuum tubes to perform ballistic calculations in decimal (base-10) notation. Although vacuum tubes were better than electromechanical relays, the tubes overheated and needed frequent replacements.
  • 6. Computers categories  Computers for Individual Users (PC)      Desktop Computers Notebook computers Tablet computers Handheld computers Smart phones  Computers for Organizations     Servers Network servers Mainframe computers Super computers
  • 10. Super Computer The Blue Gene/P supercomputer at Argonne National Lab runs over 250,000 processors using normal data center air conditioning, grouped in 72 racks/cabinets connected by a high-speed optical network[1]
  • 11. Computer Components – looking inside  Hardware  Software  Data
  • 12. Hardware  Processor - CPU  Memory –  RAM – Random Access Memory  ROM - Read Only Memory Memory Size measured in KB, MB, Kb, Mb, GB  Input Devices Keyboard, mouse, barcode readers , touchscreens, microphone  Output Devices Monitor, display devices, printers, speakers,  Storage (external memory) Hard disk, CD, USB /pen drive, SD/micro memo cards, memory tapes, zip drive
  • 13. Computer interface with IO devices: Ports
  • 14. Communications and Ports Computers are connected to external devices via I/O connectors at the back of the computer. Depending on the device being connected and the cable being used, the device may be connected via a serial port (either 9 or 25 pin connector) or via a 25 pin parallel port. PS/2 Ports Desktop computers often have two PS/2 connectors where the keyboard and mouse are attached. The connectors are identical, but often colour coded -- blue is keyboard and green is mouse. In future, PS/2 ports are likely to be replaced by USB. • VGA Port A VGA port is used to connect a monitor to a computer. On the back of the computer, should be a female 15-pin connector.
  • 15. • USB Ports There are two Universal Serial Bus (USB) standards, USB 1.1 and USB 2.0. USB connectors and adapters allow the connection of up to 127 peripheral devices. USB 1.1 can transmit data at a rate of 12 Mbps. but USB 2.0 (sometimes called High-speed USB) can transmit at 480 Mbps Fire Wire Port preferred standard for very high speed communications - the IEEE1394 standard. Data is transferred at speeds of up to 400 Mbps (in IEEE 1394a standard) and 800 Mbps (in IEEE 1394b standard). Fire wire allows up to 63 devices to be connected Network Connection A network jack is used to connect a computer's network card to a cable modem or to the network.
  • 16. Processor interaction with devices • Device Addressing  Memory mapped IO  Port mapped IO • Interrupts • Device Drivers – OS
  • 17. Storage= store data Storage types based on Technology I. II. III. Semiconductor – (IC) – RAM, ROM, Flash Magnetic – HD, Tape, Floppy Optical - CD ROM, DVD ROM Storage types based on Volatility 1. Volatile 2. Nonvolatile Storage Types based on computer access I. II. Primary – Main memory, RAM and ROM Secondary – Hard disk, CD ROM
  • 18. Primary Storage – is also main memory or internal memory – is directly accessible to CPU – CPU stores instructions and executes in main memory – Main memory is connected to CPU using memory bus. Memory bus has 2 bus internally – address bus and data bus – RAM and ROM are main memories. RAM is temporary or volatile data. ROM stores startup program (BIOS) which is permanent and uses non-volatile technology.
  • 19. Secondary Storage – Also called as ‘auxiliary storage’ is memory that is not directly accessible by CPU but a majority of data and programs stored – All storage that is not required in primary memory is secondary storage – Normally accessed by CPU using IO channels – Eg. Hard disk, CD ROM
  • 20. Volatility • Non-volatile memory Will retain the stored information even if it is not constantly supplied with electric power. It is suitable for long-term storage of information. • Volatile memory Requires constant power to maintain the stored information. The fastest memory technologies of today are volatile ones generally. Since primary storage is required to be very fast, it predominantly uses volatile memory. – Dynamic random-access memory: A form of volatile memory which also requires the stored information to be periodically re-read and re-written, or refreshed, otherwise it would vanish. – Static random-access memory A form of volatile memory similar to DRAM with the exception that it never needs to be refreshed as long as power is applied. (It loses its content if power is removed). Is BIOS volatile or nonvolatile ?
  • 21. Storage Device characteristics • • • • • Volatility - Volatile or non-volatile Accessibility – Sequential access or random access Addressability – memory or file addressable Capacity – size and density Latency - Time taken to access data from particular location
  • 22.
  • 24. CENTRAL PROCESSING UNIT (CPU) • The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, and is the primary element carrying out the computer's functions. • The form, design and implementation of CPUs have changed dramatically since the earliest examples, but their fundamental operation remains much the same.
  • 25. Components of CPU 1. 2. 3. 4. 5. ALU – Arithmetic Logic Unit Registers Control Unit RAM Buses Instruction Register Program Counter Decoders Multiplexor RAM ALU Accumulator
  • 26. Registers    Registers are memory that are present within CPU and can be accessed very quickly It’s content can be easily and more quickly accessed than storage available elsewhere. Examples include the instruction register, flag register, the program counter and the accumulator.
  • 27. Control Unit • A Control Unit is part of the machinery that controls its operation. • It Co-ordinates the input and output devices of a computer system.
  • 28. ALU • ALU stands for Arithmetic Logic Unit. • is a digital circuit that performs arithmetic and logical operations.
  • 29. Buses • A bus is a subsystem that transfers data between computer components • The buses are the information highway for the CPU. • They are bundles of tiny wires that carry data between components. • The three most important buses are the • address bus, • data bus • control buses.
  • 30. Von Neumann architecture Primary Memory Input Units CPU (Central Processing Unit) Output Units – Programs and data are stored in the same memory: primary memory. – The computer can only perform one instruction at a time. – Most of modern and general purpose computers/desktops follow this architecture