> For the complete documentation index, see [llms.txt](https://doane-ccla.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doane-ccla.gitbook.io/docs/glossary.md).

# Glossary

## Glossary

The definitions below are related to this document and are provided for quick reference.

### Bash

A UNIX shell used for entering command-line executions. Included with most Linux distributions and macOS. Includes SSH capability.

### Hypervisor

Also known as a *virtual machine monitor*, a hypervisor is software/hardware that creates, runs, and manages virtual machines.

### Virtual Machine

An operating system instance that runs on top of a hypervisor. Multiple virtual machines (VMs) can run at the same time on the same physical host.

## Acronyms

### CLI

Command-Line Interface

### DTN

Delay-Tolerant Network

### GPU

Graphics Processing Unit

### GUI

Graphical User Interface

### LDAP

Limited Lightweight Directory Access Protocol

### MPI

Message Passing Interface

### NFS

Network File System

### PBS

Portable Batch System

### S3

Simple Storage Service

### SFTP

Secure/SSH File Transfer Protocol

### HPC

High-Performance Computing/Cluster

### SSH

Secure Shell

### VM

Virtual Machine


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doane-ccla.gitbook.io/docs/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
