Answers for Introduction to IT Latest
Updated Version 2025 (Graded A+)
IAS Integrity - ANSWER✔ Requires data are correct.
Requires 3 different efforts:
1. Data gathering should include an accuracy component.
2. Data must be entered into system accurately.
3. Once data is in dB, changes made will leave a record of when the change was
made and by whom.
IAS Availability - ANSWER✔ Requires data/information be available when
needed.
Steps of Strategic Risk Analysis - ANSWER✔ 1.Identify organization
information assets.
2. Identify vulnerabilities.
3.Identify threats.
4.Implement policies.
Social Engineering - ANSWER✔ Targets users directly, could include calling
and asking for password because there is an issue. Could also include phishing,
which involves emails that will redirect to a malicious website.
SQL Injection - ANSWER✔ Hacker issues a SQL command to web server as
part of URL. B/c web server is not expecting SQL command, may pass SQL
command to database. Malicious SQL command may then do damage.
Buffer Overflow - ANSWER✔ Most well known type of software injection
attack.
Because buffer is limited in size, if software doesn't ensure insertions in buffer
are limited in size, sufficient amounts of malicious code could overflow buffer.
Malicious overflow code could then be stored in memory and run to perform
operations inserted by hacker.
White Hat - ANSWER✔ Ethical Hacker
Black Hat - ANSWER✔ Unethical Hacker
, Grey Hat - ANSWER✔ Both ethical and unethical at times. A fence sitter.
Packet Sniffing - ANSWER✔ Means of obtaining a password or anything sent
over network without encryption.
Application Software - ANSWER✔ Programs end users run to accomplish
tasks.
Productivity Software - ANSWER✔ Application software used to aid in
productivity. I.E. Presentation software, word processor, spreadsheets.
Internet Usage Software - ANSWER✔ Email, FTP client, web browser
System Software - ANSWER✔ Consists of programs that make up the OS and
directly support system itself.
**Includes services or DAEMONS
Server Software - ANSWER✔ Works with hardware to provide network
service.
Local Application - ANSWER✔ Software stored on an individual computer.
Intranet - ANSWER✔ A LAN that uses IP. Used to communicate within
organization.
Cloud Computing - ANSWER✔ Allows organization to access resources/app
anywhere, anytime. Beneficial because an org. may access resources it may not
normally have.
Operating Systems - ANSWER✔ Allows a user to easily access
hardware/software, required to maintain computer environment.
Kernel - ANSWER✔ Core component of OS.
Loads when computer first boots
Sits on top of hardware, is interface b/w hardware and software.
Device Drivers - ANSWER✔ Interface b/w OS and hardware.
Shell - ANSWER✔ Interface for user, often personalized. The shell provides
access to the kernel.