From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/buttons.html | 110 ++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/content.html | 140 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/index.html | 29 +++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/media.html | 21 ++++ 4 files changed, 300 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/buttons.html new file mode 100644 index 0000000..ba4ec57 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/buttons.html @@ -0,0 +1,110 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/content.html new file mode 100644 index 0000000..abe13fe --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/content.html @@ -0,0 +1,140 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 1.2 + DHCP 
 1.2.1 + Introducing DHCP 
+ + + + + + +
+ + Dynamic Host Configuration Protocol (DHCP) + works in a client/server mode. DHCP enables DHCP clients on an IP + network to obtain their configurations from a DHCP server. Less work + is involved in managing an IP network when DHCP is used. The + most significant configuration option the client receives from the + server is its IP address. The DHCP protocol is described in RFC 2131.

+ + A DHCP client is included in most modern + operating systems including the various Windows operating systems, + Novell Netware, Sun Solaris, Linux, and MAC OS. The client requests + addressing values from the network DHCP server. + This + server manages the allocation of the IP addresses and will answer + configuration requests from clients. + + The DHCP + server can answer requests for many subnets. DHCP is not intended for + configuring routers, switches, and servers. These type of hosts all + need to have static IP addresses.

+

+ + DHCP works by providing a process for a + server to allocate IP information to clients. Clients lease the + information from the server for an administratively defined period. + When the lease expires the client must ask for another address, + although the client is typically reassigned the same address.

+

+ + Administrators typically prefer a network + server to offer DHCP services because these solutions are scalable and + relatively easy to manage. Cisco routers can use a Cisco IOS feature + set, Easy IP, to offer an optional, full-featured DHCP server. Easy IP leases configurations for 24 hours by default. + This is useful in small offices and home offices where the home user + can take advantage of DHCP and NAT without having an NT or UNIX + server. +

+

+ + Administrators set up DHCP servers to + assign addresses from predefined pools. DHCP servers can also offer + other information, such as DNS server addresses, WINS server + addresses, and domain names. Most DHCP servers also allow the + administrator to define specifically what client MAC addresses can be + serviced and automatically assign them the same IP address each time. + + +

+

+ + DHCP uses UDP as its transport protocol. + The client sends messages to the server on port 67. The server sends + messages to the client on port 68.

+

+ + + + +
+ + + + + +
+ +
+ + + + + +
+ + + + + +
  +

+ + Web Links

+
+ +

DHCP Overview

+ + http://support.baynetworks.com/library/ + tpubs/html/ router/soft1200/ 117362AA/A_29.HTM

+ +

+

+
+
+

+       +

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/index.html @@ -0,0 +1,29 @@ + + + + +Cisco Global Learning Network + + + + + + + + + + + + + + + + <body> + + <p>This page uses frames, but your browser doesn't support them.</p> + + </body> + + + + diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/media.html new file mode 100644 index 0000000..3567b2e --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_1/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3