Download as pdf or txt
Download as pdf or txt
You are on page 1of 38

Module 3 .

3
Advanced
Computer
Funcionality
Disajikan oleh Team B:
Asep Jaya Mutakin(4062120008)
Bias Ahsha Swasi(40621200023)
Riki Guntara (406212100012)
CPU ARCHITECTURES

Architectures There are two main types of CPU instruction


sets:
INTRODUCTION a. Reduced Instruction Set Computer (RISC):
mRISC architecture utilizes a small set of
A program consists of a sequence of
instructions.
stored instructions.
RISC CPUs are designed for fast execution
CPUs execute these instructions based
of these instructions.
on a specific instruction set.
Examples: PowerPC, ARM.
b. RComplex Instruction Set Computer (CISC):
CISC architecture employs a broader set
of instructions.
CISC CPUs require fewer steps to execute
each operation.
Examples: Intel x86, Motorola 68k.
C A C H E
Cache Management
Rule Of Cache Benefits of Cache Type of Cache
Techniques

While executing a Faster access to Level 1 (L1) cache: The Cache management
program step, the CPU frequently used closest and fastest algorithms ensure
stores the remaining instructions and cache to the CPU. efficient utilization of
instructions and data in data. Level 2 (L2) cache: A cache resources.
a high-speed memory Reduced latency in larger cache that may Techniques include
called cache. retrieving be shared among cache coherence,
Cache memory is instructions, CPU cores. replacement policies,
located near the CPU enhancing CPU Level 3 (L3) cache: and prefetching.
for faster access. efficiency. An even larger cache
Cache minimizes the Improved overall shared across
need to access slower system performance multiple CPU cores.
main memory, due to reduced
improving overall memory access
performance. delays.
Conclution & Enhancing

Conclusion - CPU Architectures Enhancing CPU Operation


CPU architectures can be categorized as Various CPU manufacturers complement
RISC or CISC. their CPUs with performance-enhancing
Cache memory plays a crucial role in features.
improving CPU performance. This section focuses on some of these
Different levels of cache help reduce features and their benefits.
memory access delays.
Efficient cache management techniques
enhance overall system efficiency.
Intel's Hyper- AMD's CPU Power Overclocking and
CPU Virtualization
Threading HyperTransport Measurement CPU Throttling

Intel incorporates AMD processors CPU power is Overclocking is a AMD and Intel CPUs
Hyper-Threading to use measured by its technique to make a support CPU
enhance CPU HyperTransport to speed and data CPU work at a faster virtualization.
performance. enhance CPU processing speed than its CPU virtualization
Hyper-Threading performance. capabilities. original enables a single
processor to act as
allows simultaneous HyperTransport is CPU speed is rated specification.
multiple processors.
execution of multiple a high-speed in cycles per Overclocking is not
Hardware virtualization
threads in the CPU. connection second (MHz or recommended due
technology improves
Operating systems between the CPU GHz). to potential CPU efficiency compared
perceive a single and the Data processing damage. to software emulation.
CPU with Hyper- Northbridge chip. capacity depends CPU throttling is the Operating systems
Threading as two Enables faster data on the front side opposite technique, can run multiple virtual
CPUs. transfer and bus (FSB) width. reducing CPU speed machines
Improved communication Increased FSB to conserve power simultaneously.
performance during between width allows higher or reduce heat. Each virtual machine
the processing of components. performance, Commonly used on behaves as if running
multiple threads. similar to wider laptops and mobile on an independent
lanes on a roadway. devices. computer.
CPU virtualization may
Current processors
require enabling in the
use 32-bit or 64-
BIOS.
bit FSBs.
Conclusion - Enhancing
CPU Operation
CPU manufacturers incorporate
various performance-enhancing
features.
Hyper-Threading and HyperTransport
improve CPU performance.
CPU power is measured by speed and
data processing capabilities.
Overclocking and CPU throttling are
techniques for modifying CPU speed.
CPU virtualization enables efficient
support for multiple operating
systems.
Latest processor technology
incorporates multiple CPU cores
into a single chip.
Multicore Multicore processors have two or

Processors more processors on the same


integrated circuit.
Enhanced performance and
efficiency compared to single-core
processors.
Multicore Processors
Types Benefits Power Consumption and
Heat Dissipation
Different multicore processor Fast connection between
architectures exist. processors due to integration on Multicore processors conserve
Cores may have separate L2 and the same chip. power and produce less heat
L3 cache resources or shared Instructions can be distributed compared to multiple single-
cache for better performance to all processors simultaneously, core processors.
and resource allocation. leading to faster execution. Improved performance and
Refer to the accompanying table Shared RAM between cores efficiency due to reduced power
for various multicore processor since they reside on the same consumption and heat
types. chip. generation.
Recommended for applications Positive impact on overall
such as video editing, gaming, system stability and lifespan.
and photo manipulation
Multicore Processors
Integrated Graphics Processing
NX Bit (Execute Disable Bit)
Unit (GPU)
Some CPUs feature an integrated GPU for
CPUs can be enhanced with the NX bit, also
graphics processing.
known as the execute disable bit.
GPU performs rapid mathematical
When supported and enabled in the
calculations required for rendering
operating system, it protects critical
graphics.
memory areas containing OS files from
Integrated GPU is embedded on the CPU
malware attacks.
and depends on system RAM, while
Helps improve system security and
dedicated GPU is a separate chip with its
mitigate risks from malicious software.
own video memory.
Integrated GPUs offer cost savings and less
heat dissipation, suitable for less complex
tasks.
Multicore processors provide enhanced
performance and efficiency.

Conclusion - Integration of multiple CPU cores on a


single chip enables faster instruction
execution and shared resources.

Multicore Reduced power consumption and heat


generation contribute to system stability.

Processors Integrated GPUs offer cost and space


savings, while dedicated GPUs provide
higher performance.

NX bit enhances system security by


protecting critical memory areas.
CPU Cooling Mechanisms

Case Fan CPU Heat Sink CPU Fan


Increasing air flow in the computer CPU generates a significant amount CPUs that are overclocked or have
case helps remove heat. of heat inside the case. multiple cores generate excessive
Active cooling solution: Fans inside Heat sink is installed on top of the heat.
the case blow out hot air. CPU core to draw heat away. Common practice to install a fan on
Some cases have multiple fans for Heat sink has a large surface area top of the heat sink.
improved air flow, with cool air being with metal fins to dissipate heat into CPU fan moves heat away from the
brought in and hot air blown out. the surrounding air. metal fins of the heat sink.
Passive cooling mechanism. Active cooling mechanism.
CPU Cooling Mechanisms

Graphics Card Cooling Water Cooling System Heat Pipes (Alternative


System Used in computers with fast CPUs to CPU Fan)
and GPUs. CPU fans can be noisy at high
Graphics cards (video adapter cards)
Metal plate placed over the speeds.
have their own processor called the
processor, and water is pumped over Heat pipes provide an alternative
graphics-processing unit (GPU).
it to collect heat. cooling method.
GPU generates significant heat and is
Pumped water is then sent to a Heat pipe contains a sealed liquid
equipped with one or more fans.
radiator to disperse the heat into the that uses cyclic evaporation and
Fans on the graphics card help
air. condensation to transfer heat
dissipate heat and prevent damage.
Water is recirculated to cool the efficiently.
components.
STRIPING:
Enables data distribution across multiple drives.

RAID Concepts Provides significant performance increase.


Failure of a single drive results in the loss of all data.

MIRRORING:
Storage devices can be grouped and
Stores duplicate data on one or more other drives.
managed using RAID technology to
Provides redundancy.
create large storage volumes with
Drive failure does not cause data loss.
redundancy.
The mirror can be recreated by replacing the failed drive and
RAID stands for redundant array of
independent disks. restoring data from the good drive.
RAID provides:
a. Availability, reliability, capacity, PARITY:
and redundancy. Provides error checking and fault tolerance.
b. Improved performance. Stores checksums separately from data.
c. Cost-effectiveness compared to Enables reconstruction of lost data without sacrificing speed
single large drives.
and capacity.

Double Parity:

Terminology Provides fault tolerance for up to two failed drives.


Drive Enclosures:
Large drive enclosures used in data
centers can house one or more RAID
implementations.
Drive enclosures may use hot
swappable drives.
Hot swappable drives can be replaced
without powering down the entire
RAID.
Not all drives and RAID types support
hot swapping.
RAID Levels
Different levels of RAID are available, utilizing mirroring, striping, and parity in various ways.
Higher RAID levels combine these techniques to provide speed, capacity, and redundancy.

LEVEL 0 LEVEL 1 LEVEL 10

RAID 0 (Striping): RAID 1 (Mirroring): RAID 10 (Combining RAID 1 and


Data is duplicated on two drives for
Data is distributed across multiple drives RAID 0):
redundancy.
for improved performance. No striping. Combines mirroring and striping
No redundancy. Failure of one drive does not result in data functionalities.
Failure of a single drive results in data loss. loss. Provides both redundancy and
Mirror can be recreated by replacing the failed performance.
drive. Data is mirrored and then striped
across the mirrored sets.
LEVEL 5 LEVEL 6 Can tolerate multiple drive failures
depending on the mirrored sets
RAID 5 (Striping with Parity): RAID 6 (Striping with Double Parity):
Data is striped across multiple drives. used.
Parity information is calculated and stored on Similar to RAID 5 but with additional parity
different drives. information.
Provides speed and redundancy. Can tolerate the failure of up to two drives
Can tolerate the failure of a single drive without without data loss.
data loss. Requires a minimum of four drives.
Requires a minimum of three drives.
Ports,
Connectors,
and Cables
______________________

Computers and peripheral devices


rely on various ports, connectors,
and cables to establish connections
and enable data transfer.
Understanding different types of
ports and connectors is essential for
proper device compatibility and
efficient data transmission.
Legacy Port
Legacy ports are older types of ports that have been largely replaced by
newer technologies such as USB. These ports were commonly found on
older computers and peripheral devices.

SERIAL PORT PARALLEL PORT GAME PORT

Parallel ports have a 25-pin The 15-pin game port was


Serial ports were used to connect
receptacle and were mainly used designed for connecting joysticks
peripherals like printers,
to connect printers, earning them and game controllers. Initially, it
scanners, and modems. They
the nickname "printer ports." was a separate expansion card,
were commonly used for serial
Unlike serial ports, parallel ports but later it was integrated with
communication, which transfers
send data in multiple bits sound cards and motherboard
data one bit at a time. Serial
simultaneously, using parallel designs.
ports come in two form factors:
communication.
the 9-pin DB-9 port and the 25-
pin port.
Legacy Port

PS/2 PORT AUDIO PORT

Audio ports are used for


The PS/2 port is a 6-pin DIN
connecting audio devices to the
connector used for connecting a
computer. Analog audio ports
keyboard and a mouse. It
usually include a line-in port for
typically comes in two color-
connecting external audio
coded variants: purple for the
sources (e.g., stereo systems), a
keyboard and green for the
microphone port for connecting
mouse. PS/2 ports were
microphones, and line-out ports
commonly found on older
for connecting speakers or
computers and peripheral
headphones.
devices.
Video and Graphic Port
Graphic ports are used to connect monitors and external video displays to desktop computers and laptops.

VGA DVI

Analog port Developed for transmitting uncompressed


Oldest graphics port, still used on some digital video
PCs Variants: DVI-A (analog), DVI-D (digital), DVI-I
VGA ports are blue and accept a 15-pin (integrated)
connector with three rows of pins. Two forms of DVI connections: single-link and
dual-link

HDMI DISPLAY

Carries video information and provides digital Carries video information and provides
audio and control signals digital audio and control signals
Uses a 19-pin connector Uses a 19-pin connector
HDMI versions: 1 (Standard) and 2 (High HDMI versions: 1 (Standard) and 2 (High
Speed) Speed)
Supports high resolutions and refresh rate Supports high resolutions and refresh rate
matching matching
USB Cables
and
Connectors
USB Cables 01 The USB protocol has evolved over the years, with
various standards providing different transfer rates.

and 02 USB 1.0 offered low-speed (1.5 Mbps) and full-speed (12
Mbps) channels.

Connectors 03 USB 2.0 introduced High-Speed mode at 480 Mbps.

04 USB 3.0 increased the transfer rate to SuperSpeed (5


Gbps).

05 USB 3.1 further enhanced SuperSpeed to 10 Gbps.

06 USB 3.2 (USB-C) supports SuperSpeed+ at 20 Gbps.


USB Cables and Connectors

USB Type-A Mini-USB Micro-USB


Rectangular connector found on desktop Rectangular connector with small Connector found on smartphones,
PCs, laptops, TVs, game consoles, and indentions on each side. tablets, and other devices.
media players. Being phased out and replaced by the Widely adopted by manufacturers,
Physically compatible with USB 1.1, 2.0, micro-USB connector. excluding Apple.
and 3.0 Type-A connectors and USB 2.0 Micro-B connector has two
receptacles. corners pushed in at an angle.
USB Cables and Connectors

USB Type-B USB Type-C Lightning


Commonly used to connect printers and Newest USB interface. Small proprietary 8-pin connector used
external hard drives. Smaller than Type-A, rectangular with by Apple mobile devices (iPhones, iPads,
Square shape with beveled exterior four rounded corners. iPods).
corners and an extra notch at the top. Supports Thunderbolt 3 and acts as a Supports both power charging and data
multipurpose cable for different transfer.
peripheral devices.
Similar in appearance to a USB Type-C
Thunderbolt 3 combines USB,
connector.
Thunderbolt, DisplayPort, and power
delivery.
SATA Cables
and
Connectors
SATA Cables
and Connectors: Used to connect SATA hard drives and
storage devices to the motherboard.
Long (up to 1 meter) and thin cables.
Flat and thin 7-pin connector on each end.
One end plugs into SATA port on
motherboard.
The other end connects to the back of an
internal storage device (e.g., SATA hard
drive).
SATA connector has an "L" shaped key for
proper installation.
SATA Cables and Connectors

SATA Data and Power eSATA Cable: eSATA Adapter Card


Cables: Used to connect external SATA drives. Often, an expansion card is installed in
eSATA connectors do not have an "L" shaped
SATA cable transmits data only. the computer to provide eSATA ports.
key like SATA connectors.
An additional cable is needed to eSATA port has a key feature to prevent
supply power to SATA drives. accidental insertion of a USB connector.
Twisted Pair Cables and
Connectors

Twisted pair cable is commonly used in


01 wired Ethernet and older telephone
networks.

The name "twisted pair" comes from pairs of


02 wires inside the cable that are twisted
together.

Twisting wire pairs helps reduce crosstalk


03 and electromagnetic induction.
Twisted RJ-45 RJ-11
Pairs: Connector Connector
There are two main types Each end of a UTP cable Older telephone
of twisted pair cables: requires a connector for networks used a four-
Unshielded Twisted Pair termination. wire UTP cable.
(UTP) and Shielded In Ethernet networks, the The UTP cable had two
Twisted Pair (STP). cable is terminated with
wire pairs terminated
UTP is the most an RJ-45 connector.
with a 6-pin RJ-11
commonly used form of The RJ-45 connector is
twisted pair cabling. plugged into an Ethernet connector.
UTP consists of color- port. The RJ-11 connector is
coded insulated copper similar in appearance
wires without the foil or to the RJ-45 connector
braiding found in STP but smaller.
Coax Cables and
Connectors
Coaxial cable overview:

Components of a coaxial cable


Inner center conductor (copper or
copper-clad-steel)
Non-conductive dielectric insulating
material
Foil shield (outer conductor)
PVC outer jacket
RG-6 Cable
RG-6 cable characteristics Coax Cable Construction
Heavy gauge
Insulation and shielding tuned for high- Visual representation of coaxial cable
bandwidth, high-frequency applications with the outer jacket pulled back
Common applications of RG-6
Internet, Cable TV, Satellite TV signals Revealing the braided shielding and
Connector type: F-Type copper core conductor
connector (include an image)
RG-59 Cable
BNC Connectors
RG-59 cable characteristics
BNC connector overview
Thinner than RG-6 Quarter-turn connection scheme
Less shielding
Recommended applications of RG-59 Common applications of BNC
Low bandwidth connectors
Lower frequency applications (analog video, CCTV) Digital or analog audio
Connector type: BNC connector (include Video
an image)
SCSI AND
IDE CABLES
AND
CONNECTORS
SCSI and IDE Cables and Connectors
SCSI Cables External SCSI Internal SCSI IDE Cable:
and Connectors: Cable: Cable:
Used to connect certain
SCSI is a standard for Used for connecting Common SCSI
hard drives and optical
connecting peripheral older external SCSI connector for internal
drives to the
and storage devices. devices like scanners hard drives.
motherboard.
SCSI is a bus and printers. Internal 50-pin SCSI
IDE ribbon cables
technology where Centronics connector: connector with 50 pins
resemble internal SCSI
devices are daisy- Available in 36-pin and arranged in two rows.
cables but use 40-pin
chained together. 50-pin versions. Attached to a ribbon cable
connectors.
Cabling/connector Pins arranged in two for internal connections.
Typically three connectors
requirements depend rows with a plastic bar
on the cable:
on the location of the holding the contact
One for the IDE port on the
SCSI bus. pins.
motherboard.
Squeeze latches or bail
Two for attaching IDE
locks used to hold the
drives.
connector in place.
Safe Disposal of Equipment and Supplies
Batteries Monitors
Batteries contain rare earth metals CRT monitors store high voltage even
harmful to the environment. when disconnected.
They should be recycled to comply Monitors contain glass, metal, plastics,
with local environmental regulations. lead, barium, and rare earth metals.
Mercury used in batteries is extremely Disposal of monitors must comply with
harmful to humans. environmental regulations.

Toner Kits, Cartridges, and Chemical Solvents and


Developers Aerosol Cans
Used printer toner kits and cartridges Contact local sanitation company for
should be disposed of properly. proper disposal of cleaning chemicals
Recycling options are available, some and solvents.
suppliers take empty cartridges for Never dump chemicals or solvents
refilling. down sinks or drains connected to
Refilling inkjet cartridges may void the public sewers.
printer warranty.
SAFETY DATA SHEETS

Hazardous Materials Safety Data Sheets Determining Hazardous


and Disposal (SDS) Materials
Formerly known as Material Consult the manufacturer's
Hazardous materials contain
Safety and Data Sheets SDS to determine if a material
high concentrations of heavy
(MSDS). is classified as hazardous.
metals like cadmium, lead, or
Summarizes information about Required by OSHA in the U.S.
mercury.
material identification, when transferring materials
Disposal regulations vary by
hazardous ingredients, and to a new owner.
state or country.
first-aid requirements.
Contact local recycling or
Includes chemical reactivity,
waste removal authorities for
incompatibility, handling,
disposal procedures and
storage, and disposal
services.
procedures.
SAFETY DATA SHEETS

Regulation in the
Safe Disposal Methods
European Union
The regulation REACH
SDS provides guidance on
(Registration, Evaluation,
disposing hazardous materials
Authorization and Restriction
safely.
of Chemicals) came into effect
Always check local regulations
on June 1, 2007.
for acceptable disposal
Replaces various directives
methods for electronic
and regulations with a single
equipment.
system.

You might also like