Chapter 12 Flashcards
Which term describes a server that has no built-in management interface and that is meant to be managed remotely?
Headless server
Which tool do you use to create a new Nano Server virtual hard disk?
Powershell
Which parameter of the New-NanoServer cmdlet specifies whether the server will be installed on a virtual machine or a physical computer?
-DeploymentType
Which Nano Server package installs the Hyper-V role?
Microsoft-NanoServer-Compute-Package
Which Powershell cmdlet can you use to update or edit an existing Nano Server image?
Edit-NanoServerImage
offline domain join
a process that makes a computer a member of a domain without the computer having to contact a domain controller
namespace isolation
An isolated environment that allows containerized applications to have their own copy of critical OS structures such as the registry, file system, and network configuration while sharing the kernel, the host hardware, and possibly some runtime libraries.
Container
a software environment in which an application can run but is isolated from much of the rest of the operating system and other applications
namespace
the parts of the operating system that a specific application can see and interact with, such as the file system and the network.
domain blob
a file that contains the necessary information to perform an offline domain join
tag
a way to differentiate multiple versions of the same image by specifically tagging the image.
Docker
Open source software that is used in the Linux and Windows environment to implement containers
Windows Server container
An application environment that shares the host OS and kernel with the host OS and other Windows Server containers but has its own copy of user mode data structures such as the registry, file system, and network configuration.
Network address translation (NAT)
The process by which the IP addresses in a packet are translated to different addresses when the packet leaves or enters a network. NAT is typically used to allow a network using a private IP addresses to access the public internet.
Hyper-V Container
An application environment that provides OS and kernel isolation like a traditional VM but is not managed by Hyper-V Manager.