From ba58d471e49cb53ea267ac0253736505d8fa339f Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 5 Dec 2018 23:37:32 -0500 Subject: Add DHCP definition --- modules/ROOT/pages/index.adoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 6ca7813..92d065f 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -32,6 +32,9 @@ Basic Input-Output System - a very simple program that runs immediately after PO Used on older computers to perform configuration and initially execute the bootloader. Bootloader:: A small program whose job it is to execute the kernel, load the initial runtime filesystem, and pass any arguments necessary to them to ensure booting happens. +DHCP:: +Dynamic Host Configuration Protocol - a very common automatic ip reservation system. +If you have a consumer router, you are most likely using this. Kernel:: The core program of the operating system - present in all operating systems. POST:: -- cgit v1.2.3