Information Systems and Data Management Flashcards
(60 cards)
What is in the IT Infrastructure
Operating systems
Servers
Network Infrastructure
End-user devices
Operating Systems (OS)
A software that manages computer
hardware and provides services for computer programs. It
acts as an intermediary between the computer hardware and
the computer user, making it possible for software applications to function.
Examples of Operating Systems (OS)
● Windows 10
● macOS Big Sur
● Linux distributions such as Ubuntu
● Mobile OSs like Android and iOS
Servers
Are computers designed to process requests and deliver data to another computer over the internet or a local network. They’re the backbone of any IT infrastructure, providing centralized data storage, processing, and management.
Examples of Servers
● Web Servers: Host websites. E.g., Apache or Nginx.
● Database Servers: Store and manage databases. E.g.,
MySQL, PostgreSQL.
● File Servers: Store and manage files within a network.
E.g., Network Attached Storage (NAS) devices.
● Mail Servers: Manage and store emails. E.g., Microsoft
Exchange.
Network Infrastructure
Consists of the hardware and software
components used to connect computers and devices to communicate and share resources. It ensures the integrity and security of data transmission.
Examples of Network Infrastructure
Switches: Devices that connect devices within a network, operating at the data link layer. E.g., Cisco Catalyst switches.
● Routers: Devices that connect different networks together, directing data traffic. E.g., Netgear routers.
● Firewalls: Devices or software that monitor and control incoming and outgoing network traffic, establishing a barrier between a trusted and an untrusted network. E.g., Fortinet firewalls.
● Wireless Access Points: Devices that allow wireless devices to connect to the wired network. E.g., Ubiquiti UniFi APs.
End-user Devices
Are the devices that end-users employ to access, input, and interact with data. They’re the primary interface between users and the IT infrastructure.
Examples of End-user Devices
● Desktops: Workstation computers like the Dell OptiPlex series.
● Laptops: Portable computers like Apple’s MacBook Pro or Lenovo’s ThinkPad.
● Tablets: Touchscreen devices such as the Apple iPad or Samsung Galaxy Tab.
● Smartphones: Mobile phones with advanced capabilities like the iPhone or Google Pixel.
● Thin clients: Lightweight computers that rely on a server for the heavy lifting, often used in centralized IT environments.
Cloud Computing
Refers to the on-demand delivery of computing resources over the internet, often on a pay-as-you-go basis. Instead of owning and maintaining physical servers, businesses
can rent access to a range of services from a cloud service provider. This can lead to cost savings, increased scalability, and flexibility.
List the Cloud Computing Models
Infrastructure as a Service (IaaS)
Platform as a Service (PaaS)
Software as a Service (SaaS)
Infrastructure as a Service (IaaS)
Provides users with virtualized computing
resources over the internet. IaaS is like renting space on a physical server or renting that server itself. Users get the raw infrastructure and have to manage the OS, applications, and data.
Examples of Infrastructure as a Service (IaaS)
● Amazon EC2 (Elastic Compute Cloud)
● Google Compute Engine
● Microsoft Azure VMs
Platform as a Service (PaaS)
Provides users with a platform and environment to directly develop, run, and manage applications without dealing with the complexity of building and maintaining the infrastructure.
Examples of Platform as a Service (PaaS)
● Google App Engine
● Microsoft Azure App Service
● Heroku
Software as a Service (SaaS)
Delivers software applications over the internet, on-demand, and typically on a subscription basis. Users access the software through a web browser.
Examples of Software as a Service (SaaS)
● Google Workspace (formerly G Suite)
● Microsoft 365
● Salesforce
● Dropbox
Deployment Models
Public Cloud
Private Cloud
Hybrid Cloud
Public Cloud
Owned and managed by third-party cloud
service providers, which deliver computing resources such as servers and storage over the internet. Multiple users or tenants share the same infrastructure pool.
Benefits of a Public Cloud
Economies of scale
reduced costs
easy scalability
Examples of a Public Cloud
Amazon Web Services (AWS)
Google
Cloud Platform (GCP)
Microsoft Azure.
Private Cloud
Used exclusively by a single organization.
It can be hosted on-premises or by a third party, but the infrastructure is not shared.
Benefits of a Private Cloud
Greater control and security
data sovereignty
customization
Examples of a Private Cloud
VMware vCloud
OpenStack.