4.10 Explain basic concepts related to artificial intelligence (AI).
📘CompTIA A+ Core 2 (220-1202)
1. Private vs. Public AI
Artificial Intelligence (AI) can be hosted in different environments, and knowing the difference is important for IT professionals.
Private AI
- A private AI system is hosted within a company’s own network.
- Only authorized people in the organization can access it.
- Pros:
- Better control over sensitive information.
- Can comply more easily with company policies and regulations.
- Cons:
- Requires more resources: servers, storage, and IT staff to manage it.
- Example in IT: A company uses AI to scan its internal emails for phishing threats. Only employees and security staff can access the AI system.
Public AI
- A public AI system is hosted by an external service or provider (like cloud-based AI).
- Accessible over the internet.
- Pros:
- Easy to use and scale.
- Less internal IT management needed.
- Cons:
- Data security depends on the provider.
- May have restrictions on sensitive company data.
- Example in IT: A business uses a cloud-based AI to analyze customer feedback from social media. The AI is hosted by a third-party provider.
Key idea: Private AI = inside your organization, public AI = outside your organization (cloud).
2. Data Security
Data security is about protecting information from unauthorized access, loss, or theft.
Key Concepts:
- Encryption: Converts data into a secure code so only authorized users can read it.
- Access Control: Limits who can view or modify data. Example: Only IT admins can access certain AI models or datasets.
- Backups: Keeping copies of AI training data in case of accidental deletion or corruption.
- Monitoring: Tracking AI systems for unusual activity that could indicate a security breach.
Example in IT: If an AI analyzes employee data, the data must be encrypted and only HR and IT staff can access it.
3. Data Source
The data source is where the AI gets its information. AI can only be as accurate as the data it uses.
Types of Data Sources:
- Internal data: Company-owned databases, logs, or systems. Example: Employee login records, server logs.
- External data: Data collected from third-party providers or the internet. Example: Market trend reports or public datasets.
Why it matters:
- AI trained on high-quality, relevant data produces better results.
- AI trained on bad or incomplete data can give wrong or biased outputs.
Example in IT: An AI that predicts server failures uses historical server logs (internal data) to make accurate predictions.
4. Data Privacy
Data privacy is about how personal or sensitive information is collected, stored, and shared.
Key Concepts:
- Personally Identifiable Information (PII): Data that can identify a person, like name, email, or IP address.
- Anonymization: Removing personal identifiers so data can’t be traced back to individuals.
- Consent: Users must agree to let their data be used by AI.
Example in IT: If an AI analyzes employee performance, it should anonymize data before sharing with management to protect privacy.
Best Practices:
- Only collect data necessary for the AI task.
- Protect data with encryption and secure access.
- Comply with regulations like GDPR or HIPAA if applicable.
Summary Table
| Concept | Explanation | IT Example |
|---|---|---|
| Private AI | Hosted inside company network; restricted access | AI scanning internal emails for threats |
| Public AI | Hosted by cloud or external provider; accessible via internet | AI analyzing social media feedback |
| Data Security | Protecting data from unauthorized access or theft | Encrypting employee records used by AI |
| Data Source | Origin of data used to train AI | Server logs, company databases |
| Data Privacy | Protecting personal/sensitive information | Anonymizing employee performance data |
✅ Exam Tip:
- Be able to differentiate private vs. public AI.
- Understand why data security and privacy matter when AI handles sensitive IT data.
- Remember that the source of data affects AI accuracy and reliability.
