Skip to main content

Featured

COMESA Probes Meta's WhatsApp Business AI Restrictions

COMESA Launches Investigation into Meta's WhatsApp Business AI Restrictions Last Verified: 2026-07-31 | Author: Kateule Sydney | Published by E-cyclopedia Resources | Topic: COMESA Meta WhatsApp Business AI Investigation COMESA investigates Meta over WhatsApp Business AI access restrictions affecting African digital markets Summary: The COMESA Competition and Consumer Commission launched an investigation in February 2026 into Meta Platforms Ireland Limited over allegations that amendments to WhatsApp Business Solution Terms in October 2025 unlawfully excluded third-party AI providers from accessing the platform while preserving preferential treatment for Meta AI, potentially abusing a dominant position across 21 African member states. Table of Contents Chapter 1 — The WhatsApp Business API Restrictions and Complaint Chapter 2 — COMESA's New Digital Market Enforcement Powers Chapter 3 — Parallel Global Investigations and Enforce...

Chapter 13: Information Technology

Chapter 13: Information Technology – Infrastructure, Business Applications, and Digital Transformation

Modern data center servers and cloud computing infrastructure
Information technology infrastructure supports modern business operations and digital transformation.

Meta Summary: This chapter provides a comprehensive overview of information technology (IT) concepts, including hardware, software, networks, databases, cloud computing, enterprise systems (ERP, CRM, SCM), cybersecurity, and the legal/ethical dimensions of IT. Real‑world examples and case studies are linked to verified sources.

Chapter 1: IT Infrastructure – Hardware, Software, and Networks

Hardware Components and Evolution

IT infrastructure consists of physical and virtual resources that support the flow, processing, and storage of data. Hardware includes servers, client devices (desktops, laptops, tablets, smartphones), storage arrays (SSD, HDD, SAN, NAS), networking equipment (routers, switches, firewalls), and peripheral devices. Moore’s Law (transistor density doubling roughly every two years) has driven exponential increases in processing power and decreases in cost. Modern data centers use virtualization to run multiple virtual machines on a single physical server, improving utilization.

Software is divided into system software (operating systems – Windows, Linux, macOS, iOS, Android) and application software (productivity suites, ERP, databases, custom business apps). Open source software (Linux, Apache, MySQL, Python) has become widely adopted in enterprise environments, reducing vendor lock‑in.

Networking and Communication

Networks connect devices to share resources and communicate. Local Area Networks (LANs) cover a single site; Wide Area Networks (WANs) connect multiple locations. The Internet is a global network of networks using TCP/IP protocols. Key concepts: IP addresses, DNS, routing, switching, firewalls, VPNs (Virtual Private Networks) for secure remote access. Network performance measures: bandwidth (capacity, Mbps/Gbps), latency (delay), jitter, packet loss.

Wireless technologies: Wi‑Fi (802.11 standards), 4G/5G cellular, Bluetooth, LoRaWAN for IoT. 5G offers low latency (1 ms) and high throughput (up to 10 Gbps), enabling autonomous vehicles, telemedicine, and industrial automation. As of 2024, 5G covers over 40% of the global population (GSMA data).

Example – Amazon Web Services (AWS) global network: AWS operates 32 regions and over 100 Availability Zones, connected via a redundant, low‑latency fiber backbone. This infrastructure underpins thousands of businesses. (Source: AWS Global Infrastructure, see references).

Chapter 2: Data Management and Database Systems

Database Fundamentals

A database is an organized collection of structured data. A Database Management System (DBMS) provides creation, retrieval, updating, and administration. Relational databases (using SQL) organize data into tables with rows and columns, linked by keys (primary, foreign). Major relational DBMS: Oracle, MySQL, PostgreSQL, Microsoft SQL Server. Non‑relational (NoSQL) databases handle unstructured or semi‑structured data: document stores (MongoDB), key‑value stores (Redis), column‑family (Cassandra), graph databases (Neo4j). NoSQL often used for big data, real‑time web apps, and IoT.

Data warehousing aggregates data from multiple sources for business intelligence and reporting. Data lakes store raw data in native formats. ETL (Extract, Transform, Load) pipelines move and clean data. Data governance ensures quality, lineage, and compliance.

Big Data and Analytics

Big data is characterized by volume (terabytes/petabytes), velocity (real‑time streams), variety (structured, semi‑structured, unstructured), veracity (data quality), and value. Technologies: Hadoop (HDFS, MapReduce), Apache Spark (in‑memory processing), Kafka (streaming), and cloud data platforms (Snowflake, BigQuery, Redshift). Analytics levels: descriptive (what happened?), diagnostic (why?), predictive (what will happen? – using machine learning), prescriptive (what should we do?).

Case Example – Netflix’s Recommendation Engine: Netflix uses big data and machine learning (personalized ranking algorithms) to analyze viewing history, ratings, searches, and time of day. This drives 80% of watched content. The system processes billions of events daily using Apache Spark and Cassandra on AWS. (Source: Netflix Tech Blog, see references).

Chapter 3: Enterprise Applications – ERP, CRM, and SCM

Enterprise Resource Planning (ERP)

ERP systems integrate core business processes – finance, HR, manufacturing, supply chain, sales, procurement – into a unified platform. Leading ERP vendors: SAP (S/4HANA), Oracle (Fusion Cloud ERP), Microsoft Dynamics 365, Infor, NetSuite. Benefits: single source of truth, real‑time data, process standardization, and reduced manual entry. Implementation challenges: high cost, customization, change management, and data migration.

Example – Hershey’s ERP failure (1999): Hershey Foods implemented SAP ERP combined with Siebel CRM and Manugistics supply chain software simultaneously before Halloween. The poorly integrated systems led to order processing failures, causing a $150 million revenue loss. This case is studied in IT project management. (Source: Harvard Business Review and SEC filings; see references).

Customer Relationship Management (CRM) and Supply Chain (SCM)

CRM systems manage interactions with current and potential customers. They track sales pipelines, marketing campaigns, customer service tickets, and support analytics. Leading CRM: Salesforce (cloud‑native), HubSpot, Microsoft Dynamics 365, Zoho. CRM improves customer retention and cross‑selling. SCM systems coordinate sourcing, production, inventory, warehousing, transportation, and distribution. Key capabilities: demand forecasting, order management, supplier collaboration, logistics optimization. Examples: Blue Yonder, Manhattan Associates, Oracle SCM Cloud.

Integration of ERP, CRM, and SCM creates end‑to‑end visibility. For instance, when a sales order is entered in CRM, ERP checks inventory, SCM triggers reorder if needed, and finance handles invoicing – all in real time.

Chapter 4: Cloud Computing, IoT, and Emerging Technologies

Cloud Computing Models

Cloud computing delivers IT resources over the internet on a pay‑as‑you‑go basis. Service models: IaaS (Infrastructure as a Service – virtual machines, storage, networks – AWS EC2, Azure VMs, Google Compute Engine); PaaS (Platform as a Service – development runtime, databases – Heroku, Google App Engine); SaaS (Software as a Service – ready‑to‑use apps – Salesforce, Microsoft 365, Google Workspace). Deployment models: public cloud (shared multi‑tenant), private cloud (dedicated to one organization), hybrid cloud (combination), multi‑cloud (using multiple providers).

Benefits: scalability (elasticity), disaster recovery, reduced capital expenditure, global reach. Major providers: Amazon Web Services (AWS – about 32% market share), Microsoft Azure (23%), Google Cloud (11%), Alibaba Cloud (China).

Example – Capital One’s cloud migration: Capital One moved its entire IT infrastructure to AWS, becoming the first major US bank to go all‑in on public cloud. This reduced infrastructure costs, improved scalability, and enabled AI‑based fraud detection. (Source: Capital One investor reports; AWS case study).

Internet of Things (IoT) and AI/ML

IoT refers to physical devices embedded with sensors, software, and connectivity to exchange data. Applications: smart homes (Nest, Ring), industrial IoT (predictive maintenance, asset tracking), healthcare (wearables, remote monitoring), smart cities (traffic management, waste sensors). The number of connected IoT devices exceeded 15 billion in 2023 (IoT Analytics). Edge computing processes data near the source to reduce latency, complementing cloud.

Artificial Intelligence (AI) and Machine Learning (ML) are transforming IT: natural language processing (chatbots, sentiment analysis), computer vision (facial recognition, quality inspection), predictive analytics, and generative AI (large language models like GPT‑4, Gemini, Claude). Generative AI tools (Copilot, ChatGPT) are increasingly integrated into business software for content creation, coding assistance, and data analysis.

Case Study – John Deere’s AI and IoT in agriculture: John Deere equips tractors with sensors and computer vision to detect weeds and precisely spray herbicide, reducing chemical use by 90%. The system processes real‑time data using edge AI. (Source: John Deere annual report and technology disclosures).

Chapter 5: Cybersecurity, Privacy, and Legal Frameworks

Security Principles and Threats

Cybersecurity protects confidentiality, integrity, and availability (CIA triad) of information. Common threats: malware (viruses, ransomware, spyware), phishing (social engineering), man‑in‑the‑middle attacks, denial‑of‑service (DoS/DDoS), SQL injection, zero‑day exploits, and insider threats. Attack vectors include email attachments, malicious websites, USB devices, and unpatched software.

Defense mechanisms: firewalls, intrusion detection/prevention systems (IDS/IPS), antivirus/EDR, encryption (at rest and in transit), multi‑factor authentication (MFA), identity and access management (IAM), security information and event management (SIEM), regular patching, and employee security awareness training. Zero trust architecture assumes no trust inside or outside the network; every request is verified.

Regulations, Privacy Laws, and Case Law

Major data protection regulations: GDPR (EU) – General Data Protection Regulation (2018), grants individuals rights to access, rectify, erase data, and requires breach notification within 72 hours. CCPA/CPRA (California) – gives consumers opt‑out rights for data sales. HIPAA (US healthcare privacy), GLBA (financial privacy). Fines for non‑compliance can be up to 4% of global annual revenue (GDPR) or $7,500 per record (CCPA).

Case Law – Facebook (Meta) privacy litigation: In In re Facebook, Inc. Internet Tracking Litigation (9th Cir. 2021), the court held that Facebook could face claims under the federal Wiretap Act for tracking users even after logout, based on its “Like” button. Additionally, the FTC v. Facebook (2020) resulted in a $5 billion settlement over privacy violations related to Cambridge Analytica.
📖 View case: In re Facebook Internet Tracking (9th Cir. 2021)

Case Law – Cybersecurity duty of care: In re Target Corp. Customer Data Security Breach Litigation (D. Minn. 2015) – Target settled for $18.5 million after a 2013 breach affecting 41 million customers. The court held that Target failed to implement reasonable security measures, leading to negligence claims. 📖 View case: In re Target Breach Litigation (2015)

Computer Fraud and Abuse Act (CFAA) – key case: Van Buren v. United States (2021) 141 S. Ct. 1648 – Supreme Court narrowed CFAA’s “exceeds authorized access” clause, ruling it does not cover misuse of information that a user is otherwise allowed to access. 📖 Van Buren v. United States (2021) – PDF

  • IT Service Management (ITIL, COBIT, DevOps)
  • Software Development Life Cycle (Waterfall, Agile, Scrum, Kanban)
  • Blockchain and Distributed Ledger Technology
  • Quantum Computing – potential impact on cryptography
  • Digital Transformation and Change Management
  • IT Governance and Risk Management (COSO, ISO 27001)

FAQ

What is the difference between cloud computing and traditional hosting?

Traditional hosting provides fixed resources on dedicated servers; cloud computing offers on‑demand, elastic resources (scale up/down automatically) with pay‑per‑use billing. Cloud also provides managed services (databases, AI, analytics) beyond basic compute/storage.

Why is ERP implementation risky?

Erp projects fail due to scope creep, poor data migration, lack of executive sponsorship, resistance to change, insufficient training, and customizations that delay go‑live. Using a phased rollout (pilot first) and strong project management reduces risk.

What is ransomware and how to prevent it?

Ransomware is malware that encrypts files and demands payment for decryption. Prevention: regular offline backups, user training (don’t click unknown links), email filtering, endpoint detection, patching, and disabling macros in Office files.

Is open source software secure?

Open source can be more secure because many developers review code, but vulnerabilities (like Log4Shell) can remain undiscovered. Security depends on maintenance, update frequency, and proper configuration – same as proprietary software.

Verified References

  1. AWS Global Infrastructure – Regions, Availability Zones, and backbone network
  2. Netflix Tech Blog – Recommendation algorithm overview
  3. Harvard Business Review – Hershey’s ERP failure (2000)
  4. Hershey Foods 10‑K (1999) – description of ERP disruptions
  5. Capital One – Annual reports and cloud migration disclosures
  6. AWS – Capital One case study
  7. John Deere Annual Reports – AI and precision agriculture
  8. GDPR – full regulation (official text)
  9. California CCPA/CPRA – official text
  10. In re Facebook Internet Tracking Litigation, 9th Cir. 2021
  11. In re Target Corp. Customer Data Security Breach Litigation, 2015
  12. Van Buren v. United States, 141 S. Ct. 1648 (2021) – CFAA ruling
  13. FTC v. Facebook – $5 billion privacy settlement (2020)
  14. GSMA – State of 5G deployment and coverage (annual reports)
  15. Gartner – IT market research (including cloud market share)

Comments

Popular Posts

Sales Psychology and Systems: Part 2

📘 Sales Psychology and Systems Part 2: Consultative Selling Frameworks E‑cyclopedia Resources by Kateule Sydney Free to use for educational purposes only 📋 DISCLAIMER: This textbook is provided free for educational purposes only. All content is the property of E‑cyclopedia Resources by Kateule Sydney. Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 🤝 Module 2: The Process Consultative Selling Frameworks Mastering a structured, repeatable process for guiding conversations from initial contact to proposed solution ← Previous: Part 1 ⬆️ Top Next: Part 3 → 2.1 Moving from "Pitching" to "Diagnosing": The Doctor-Patient Framework 📌 Definition: The Consultative Paradigm Shift The Doctor-Patient Framework is a foundational consultative selling model that draws an analogy between medical practice and effective sales. Just as a physician would never prescribe medication before diagn...

Regulatory and Compliance Challenges

Chapter 7: Regulatory and Compliance Challenges Navigating global frameworks, AML/KYC obligations , data protection, and the tension between innovation and consumer protection. The rapid growth of fintech has forced regulators worldwide to adapt. While fintech firms often operate with greater agility, they are not exempt from the complex web of financial regulations designed to ensure stability, combat financial crime, and protect consumers. This chapter explores the key regulatory frameworks that apply to fintech and traditional institutions alike, the challenges of cross‑border compliance, and the delicate balance between encouraging innovation and safeguarding the financial system. 7.1 Global and Regional Regulatory Frameworks Fintech regulation varies significantly by jurisdiction, but several overarching frameworks have emerged: European Union: PSD2 (Revised Payment Services Directive) opened banking data to third parties, spurring open banking . MiCA (Marke...

Emotional Intelligence in the Age of AI

Emotional Intelligence in the Age of AI Emotional intelligence (EI) is becoming one of the most valuable human skills in a world increasingly shaped by artificial intelligence . As AI tools automate tasks, analyze behavior, and even simulate conversation, the ability to understand emotions, manage relationships, and make ethical decisions is now a competitive advantage for individuals, organizations, and societies. Understanding Emotional Intelligence (EI) Emotional intelligence refers to the ability to recognize, understand, and manage emotions in yourself and others. While intelligence quotient (IQ) focuses on logic and analytical reasoning, emotional intelligence focuses on human behavior, empathy, communication, and emotional self-control. The concept gained global attention through the work of psychologist Daniel Goleman , who explained that emotional intelligence influences leadership, teamwork, producti...