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_1_1/buttons.html | 109 ++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/content.html | 113 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/index.html | 29 ++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/media.html | 21 ++++ 4 files changed, 272 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/buttons.html new file mode 100644 index 0000000..e902b82 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/buttons.html @@ -0,0 +1,109 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/content.html new file mode 100644 index 0000000..0cb9542 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/content.html @@ -0,0 +1,113 @@ + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 1.1 + Scaling Networks with NAT and + PAT 
 1.1.1 + Private addressing  
+ + + + + + +
+ + RFC 1918 sets aside three blocks of + private IP addresses. They are one Class A address, 16 Class B addresses, and + 256 Class C addresses. + + + + These addresses are for private, internal network use only. Packets + containing these addresses are not routed over the Internet. +

+ + Public Internet addresses must be + registered by a company with an Internet authority, for example, ARIN + or RIPE. These public Internet addresses can also be leased from an + ISP. Private IP addresses are reserved and can be used by anyone. That + means two networks, or two million networks, can each use the same + private address. A router should never route RFC 1918 addresses, because ISPs + typically configure the border routers to prevent privately addressed + traffic from being forwarded.

+

+ + + + NAT provides great benefits to individual + companies and the Internet. Before NAT, a host with a private address + could not access the Internet. Using NAT, individual companies can + address some or all of their hosts with private addresses and use NAT + to provide access the Internet.

+

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

+ + Web Links

+
+ +

Internet-Legal versus Private Addressing

+ + http://www.unoverica.com/documentation/ + ucm/mt211ai6.html

+ +

+

+
+
+

+       +

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_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_1_1/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/media.html new file mode 100644 index 0000000..bb085f9 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_1/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3