Network Services and Cloud (Chapter 8) Flashcards
Can a DHCP server run with no scope?
No, it must at least have one.
Whats the difference between a NAS and SAN?
NAS is a standalone device with its own software to provide file access.
SAN is a collection of servers dedicated to storage and file management.
N is at the end of SAN, meaning its a network of servers
What is UTM?
Unified threat management
Security solution that integrates multiple security features, such as firewall, antivirus, intrusion detection, and content filtering, into a single device, most often centralized on one interface.
What is PaaS?
Platform as a Service
Provides a platform for developing, running, and managing applications without dealing with the underlying infrastructure
What is SaaS?
Software as a Service
Software applications are delivered over the internet on a subscription basis
Users access them via a web browser without managing the underlying infrastructure (ex. Google Docs)
What is the highest level of the three cloud computing models?
SaaS. It includes everything in IaaS and PaaS.
What is a private cloud?
A company’s individual cloud set up within their own network
Main benefit is security control
Removes the benefit of rapid elasticity/scalability
Example: Microsoft Azure, vSphere
What are the 4 main characteristics of cloud computing?
- On-demand self-service
- Broad network access (a variety of devices can use it)
- Resource pooling (provider’s resources are divided up among clients)
- Rapid elasticity (scale up and down as needed)
- Measured/metered service
What servers should be placed in a screened subnet?
Any server that needs to be accessed by the outside world
It provides a firewall for that server, then an additional one for the actual intranet.
This is also called a DMZ!
What does an administrator need to set up when creating a DNS server?
A zone file
When would a DHCP relay agent be needed?
If the server and client are on different subnets
What are the differences between CDMA and GSM?
CDMA:
- Uses code division so users share the same frequency band
- More efficient bandwidth usage
- Tied to the carrier, meaning phones are locked to a specific network
- Example: Verizon and Sprint in the U.S.
GSM:
- Uses time and frequency division
- Utilizes SIM cards, allowing easy switching between phones and carriers
- More widely adopted globally
- Example: AT&T and T-Mobile in the U.S
CDMA does not use sim cards
What is a hybrid cloud?
Combines public and private clouds
What is a public cloud?
Operated by third-party company and gives scalability, reliability, flexibility
On demand–client gets whatever they want
What is a cloud’s measured service?
Cloud provider charges the client based service usage
What is high availabilty?
Refers to uninterrupted and responsive service
Importance of this varies between companies
What are the three main uses for virtual machines?
- Sandbox
– temp. isolated environment to prevent changes to the physical machine - Test Development
– to create and test applications on a different OS - Application Virtualization
– to virtualize legacy software in an older OS
What is the hypervisor (a.k.a. VMM)?
Software that allows multple operating systems to share the same host
Also manages resource allocation
Key enabler for virtualization