ITF EXAM Flashcards
Decimal
also referred to as base 10
express ten different numbers using a single digit in the range 0-9
values more than ten require 2 digits of decimal to express
Binary
each single digit can express two values
range 0 to 1
can represent on/off states of transistors
can be referred to as base 2
Hexadecimal
16 different numbers using a single digit
range 0-F
A-F = 10-15
IPv6 and host addresses are expressed using hex
Conversion
byte is 8 bits
double-byte is 16 bits
Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte
Throughput Units
Kbps, Mbps, Gbps, Tbps
Always base 10
how much data is transferred over a link
Integers
whole numbers
consumes 1 to 8 bytes of computer storage
Float
decimal fractions
consumes 4 and 8 bytes of storage
could be whole numbers too ie: 4.0
Boolean
special numeric data type indicating that something is either True/False with a 1 or 0
consumes a single bit of storage
Char (characters)
single textual char
letter, symbol, number
one byte of storage
cannot perform math operations
String
collection of text characters
no storage limit
string length defined with data type
Unicode (Data Representation)
enables to handle data and express it across platforms in a uniform way
ASCII can be expressed
ASCII (Data Representation)
each number or character in a text file or string is represented by seven bit binary number
seven bit binary 128 different values can be expressed (0-127)
Basics of computing
input, processing, output, storage
Input
command or info made availabe for computer
Processing
retrieval, modification, manipulation
Output
info sent out
Storage
used to retain digital data
SSD, CD, USB
Troubleshooting Steps
- Identify the problem
Gather information
Duplicate the problem, if possible
Question users
Identify symptoms
Determine if anything has changed
Approach multiple
problems individually - Research knowledge base/
Internet, if applicable - Establish a theory of probable cause
Question the obvious
Consider multiple approaches
Divide and conquer - Test the theory to determine the cause
Once the theory is confirmed
(confirmed root cause), determine
the next steps to resolve the problem
If the theory is not confirmed,
establish a new theory or escalate - Establish a plan of action to resolve the
problem and identify potential effects - Implement the solution or
escalate as necessary - Verify full system functionality
and, if applicable, implement
preventive measures - Document findings/lessons
learned, actions, and outcomes
RJ - 11
Telephone Connector
4 to 6 wires
RJ - 45
Ethernet Connector
8 pin connection
most commonly connected to CAT 5
Wireless Ethernet connections
WiFi, Bluetooth, NFC
Bluetooth
3 classes:
class 1, 100mW, 100meters 328ft
class 2, 2.5 mW, 10 meters, 33 feet
class 3, less than 10 meters
most Bluetooth devices use class 2 radios
NFC
Near Field Communication:
Apple Pay, Enables file transfer, tap to print
Peripheral Devices
USB, FireWire, Thunderbolt, Bluetooth, RF
FireWire
IEEE1394
transfers info between digital devices
audio and video
2 version
-FireWire 400 (4 or 6 wire)
-FireWire 800 (9 pin connector)
Thunderbolt
high-speed connector introduced by Apple
used for high-speed storage and video
supports daisy chained peripherals
RF
Radio Frequency
mice and keyboards that don’t support Bluetooth
Graphic Devices
VGA Analog
DV1 Digitaland Analog
HDMI Digital
Display Port Digital
Mini Display Port
VGA
Video Graphics Array
dual conversions process can cause display issues
DVI
Digital Video Interface
compatible with VGA
computer monitors and projectors
HDMI
High Definition Multimedia Interface
File Systems
FAT32 NFTS HFS+ ext4
3.5 mm Mini Jack
Light Blue: Line in
Lime Green: stereo headphone/speaker
Pink: Microphone
5.1 and 7.1:
Black: rear speaker
Orange: center or subwoofer
Silver: side stereo
S/PDIF
digital audio to HDVTs or receivers
on older pcs
DVI
can be adapted to a VGA connector
SATA
Serial Advanced Technology Advancement
connect ATA drives to the motherboard
Port Cluster
allows external devices to plug into
Expansion/Bus Slot
provides installation point for hardware expansion card
motherboards have at least 1 and most have 3 or more
BIOS(Basic Input Output System)/Firmware
ROM(read-only chip) on motherboard
runs programs that are essential to computer
hands responsibility over to OS
Firmware: software program with a set of instructions on the hardware device
UEFI
unified extensible firmware initiative
enhanced firmware used on computers since 2014
CMOS
used to integrate circuits
complementary metal oxide semiconductor
found in: microprocessors, batteries, digital camera image sensors
BIOS settings stored in the CMOS chip
RAM
faster than storage devices, volatile
CPU
handles all instructions from hardware/software
2 types of CPU:
ARM(Advanced RISC Machine) processor: 32-bit, used by phones, tablets, small computers
Processors that run Windows and macOS laptops, servers, workstations:
32-bit and 64-bit
SoC - System on a chip
combines electronic circuits of various computer components onto a single integrated chip
32 bit processor
32 bits of data per clock cycle
64 bit processor
supports 64 and 32-bit OS and apps
each processor core runs like a separate processor
GPU
dedicated processor that performs display functions
NIC - Network Interface Card
also called ethernet card
uses RJ-45 connector
computer expansion card for connecting to a network
Wired Ethernet
port enables a computer to connect to any ethernet network
amber lights indicate max speed signal the port can use
signal lights indicate speed and connection activity
a green light indicates network activity blinks on/off as Netowkr adapter sends/receives data
signal lights don’t go off if a working connection is not attached or if computer is turned off
Intellectual Property
Copyright is automatic legal protection granted to certain types of work indicating that the copyright holder owns the right to control the use of the work, including rights of publication, distribution, or sale.
Trademark name/logo. An ordinary trademark is indicated by the ™ symbol. A registered trademark is indicated by ®.
A patent is legal protection for some kind of invention and must be applied and registered for.
Data Driven Business Decision
Data capture and collection -data points can be collected from many different sources.
data correlation -the information layer requires software to perform data correlation. This means analyzing the whole data set and finding connections and links between data points.
meaningful reporting-to inform human decision making at the insights layer, the information identified by the analytics system must be presented in ways that humans can analyze and interpret.
Storage Unit of Measure
Bit - 1 or 0
Byte - 00010011
■ KiloByte (KB)—1000 bytes (or 103 or 101010 bytes). Small files are often measured in KB.
■ MegaByte (MB)—10001000 bytes (or 1,000,000 bytes). Many files would be measured in megabytes.
■ GigaByte (GB)—10001000*1000 bytes (1,000,000,000 bytes). Gigabytes are usually used to talk about disk capacity.
■ TeraByte (TB)—1000 GB (1,000,000,000,000 bytes). Some individual disk units might be 1 or 2 terabytes but these units are usually used to describe large storage networks.
■ PetaByte (PB)—1000 TB or 1015 bytes (1,000,000,000,000,000 bytes). The largest storage networks and cloud systems would have petabytes of capacity.
Throughput Units
■ Kbps (or Kb/s)—1000 bits per second. Older computer peripheral interfaces (or buses) and slow network links would be measured in Kbps.
■ Mbps (or Mb/s)—1,000,000 bits per second. Many internal computer interfaces have throughputs measured in Mbps. Wireless networks and residential Internet links also typically have this sort of throughput.
■ Gbps (or Gb/s)—1,000,000,000 bits per second. The latest PC bus standards and networks can support this higher level of throughput. ■ Tbps (or Tb/s)—1,000,000,000,000 bits per second. This sort of capacity is found in major telecommunications links between data centers, cities, and countries.
Processing Speed
■ Megahertz (MHz)—1 million (1,000,000) cycles per second. Older PC bus interfaces and many types of network interface work at this slower signaling speed.
■ Gigahertz (GHz)—1000 million (1,000,000,000) cycles per second. Modern CPUs and bus types plus fiber optic network equipment work at these much faster speeds.
Installation Types
- Plug-and-play-This means that when you connect a new device, Windows identifies it and tries to install a device driver.
-driver installation-There may be occasions when Plug-and-Play does not work and you need to install driver software manually before the device can be recognized. Windows ships with a number of default drivers and can also try to locate a driver in the Windows Update website. If no driver is available from there, you need to obtain one from the device vendor. The device may come with setup software or you may be able to download a driver from the vendor’s website.
-Other required steps- Following installation there may be other required steps to complete configuration of the device. - IP-based peripherals-Some types of devices are not connected to the computer via a peripheral port but accessed over a network. Such a device will be configured with an Internet Protocol (IP) address.
- Web-based configuration steps-The device vendor will normally provide a tool to locate the device on the network and then open a web configuration page in a browser. You can use the configuration page to set device options.
motherboard
The motherboard is a Printed Circuit Board (PCB) with some built-in processors (the chipset), sockets and slots for upgradable components (CPU, RAM, adapter cards, disk drives), and wires (buses) to connect them together.
Firmware/BIOS
Low-level PC settings affecting the operation of the motherboard can be configured via the system firmware setup program. This may also be referred to as CMOS setup, BIOS setup, or UEFI setup. You can normally access the system setup program with a keystroke during the power-on (boot) process.
Storage
Hard Drive - based on a magnetic disk technology
SSD- use a type of transistor-based memory called flash memory and are much faster than HDDs.
Cooling
Heatsink-passive cooling device/block of metal with fins
Fan-active cooling device/requires power to run
Liquid Base cooling- system of pumping water around the chassis/active cooling
SOHO Network(Small Office Home Office)
Can perform these functions:
Switch- connect 4-8 computers in ethernet LAN
Access Point-creates a wifi wireless network (WLAN)
Internet router/modem-connects the wired and wireless network clients to the Internet via a WAN link.
Fiber Optic
faster internet service
Cable
The cable modem or modem/router is interfaced to the computer through an Ethernet adapter and to the cable network by a short segment of coax, terminated using an F-connector.
DSL
Digital Subscriber Line is a SOHO internet type that works over an ordinary telephone line. Most residential DSL services are asymmetric (ADSL), meaning that the uplink (up to about 1.4 Mbps) is slower than the downlink (up to about 24 Mbps).
Satellite
provide far bigger areas of coverage
connections experience severe latency problems
Cellular
radio transmissions greater range than Wi-Fi
Radio Frequency
Radio Frequency (RF) is a means of provisioning a wireless local network using Wi-Fi standard equipment. While this isn’t a means of Internet service provision in itself, it is a means for a client to connect to a wireless router offering Internet access.
LAN
Local Area Network
network in a single location
WAN(Wide Area Network)
Networks in different geographic locations but with shared links
Basics of packet transmission
Network signals must be packaged in such a way that each host is able to understand them. Also, each host must have a means of recognizing the location of other hosts on the network. These functions are provided by a network protocol. A network protocol identifies each host on the network using a unique address. It also defines a packet structure. A packet is a wrapper for each data unit transmitted over the network. A packet generally consists of a header (indicating the protocol type, source address, destination address, error correction information, and so on) and a payload (the data).
Hard Drive: Solid State vs Spinning Disk
HDDs are based on a magnetic disk technology. SSDs use a type of transistor-based memory called flash memory and are much faster than HDDs.
Local Storage Types
RAM, Hard Drive, Optical, Flash Drive
Local Network Storage Types
NAS, File Server
DNS
URL to IP translation
IP address
logically identify each host on a network
encodes two pieces of information:
Network ID and host ID
Media Access Control (MAC) address
identifies host by the address of its network interface at the data link layer
48 bit value
expressed in hex
00:60:8c:12:3a:bc or 00608c123abc
0060.8c12.3abc
Address Resolution Protocol (ARP)
protocol that enables this process of local address discovery to take place
ARP messages onto the local network to find out which host MAC address “owns” a particular IP address
URL consists of:
Protocol : host location : file path
http:// : storecomptia.org/itf/ : index.htm
HTTP and HTML
HTTP is the basis of the World Wide Web.
HTTP is usually used to serve HTML web pages, which are plain text files with coded tags (HyperText Markup Language) describing how the page should be formatted.
POP3
the messages are usually deleted from the server when they are downloaded
IMAP
supports permanent connections to a server and connecting multiple clients to the same mailbox simultaneously
SMTP
deliver/send messages
Modem
transmit frames across WAN link
Router
forward packets between local network and the Internet
Switch
connects four or eight computers together in an Ethernet LAN using RJ-45 network ports and twisted-pair cabling.
Access Point
creates a Wi-Fi wireless network (W LAN) between computers and mobile devices equipped with suitable adapters and also switches communications between the wired and wireless networks.
Firewall
can control how hosts and network applications are accessible to one another
SSL/TLS
SSL/TLS is closely associated with use of the HTTP application, referred to as HTTPS or HTTP Over SSL or HTTP Secure but can also be used to secure other TCP/IP application protocols. HTTPS operates over port 443 by default.
SSID
name for WLAN
It is a good idea to change the SSID from the default to something unique to your network.
802.11a
5Gz
802.11b
2.4Gz