summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/buttons.html109
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/content.html173
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/index.html29
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/media.html21
4 files changed, 332 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/buttons.html
new file mode 100644
index 0000000..86ccd6f
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/buttons.html
@@ -0,0 +1,109 @@
+<html>
+
+<head>
+
+
+
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<meta http-equiv="Content-Language" content="en-us">
+
+
+
+<title>New Page 1</title>
+<script language="JavaScript" src="../../javascript/buttons.js"></script>
+
+
+<script language="JavaScript">
+
+<!--
+
+if (document.images) {
+ image1on = new Image();
+ image1on.src = "../../images/index_ov.gif";
+
+ image2on = new Image();
+ image2on.src = "../../images/glossary_ov.gif";
+
+ image3on = new Image();
+ image3on.src = "../../images/back_ov.gif";
+
+ image4on = new Image();
+ image4on.src = "../../images/next_ov.gif";
+
+ image5on = new Image();
+ image5on.src = "../../images/quiz_ov.gif";
+
+ image1off = new Image();
+ image1off.src = "../../images/index_up.gif";
+
+ image2off = new Image();
+ image2off.src = "../../images/glossary_up.gif";
+
+ image3off = new Image();
+ image3off.src = "../../images/back_up.gif";
+
+ image4off = new Image();
+ image4off.src = "../../images/next_up.gif";
+
+ image5off = new Image();
+ image5off.src = "../../images/quiz_up.gif";
+
+ image1hint = new Image();
+ image1hint.src = "../../images/menu_index.gif";
+
+ image2hint = new Image();
+ image2hint.src = "../../images/menu_glossary.gif";
+
+ image3hint = new Image();
+ image3hint.src = "../../images/menu_back.gif";
+
+ image4hint = new Image();
+ image4hint.src = "../../images/menu_next.gif";
+
+ image5hint = new Image();
+ image5hint.src = "../../images/menu_quiz.gif";
+
+ imageHint = new Image();
+ imageHint.src = "../../images/menu_up.gif";
+}
+
+function changeImages() {
+ if (document.images) {
+ for (var i=0; i<changeImages.arguments.length; i+=2) {
+ document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
+ }
+ }
+}
+
+// -->
+</script>
+
+
+<base target="_self">
+
+
+</head>
+
+<body bgcolor="#cccccc" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
+
+<table border="0" cellpadding="0" cellspacing="0" height="48" width="100%" style="border-collapse: collapse" bordercolor="#111111">
+ <tr>
+ <td bgcolor="#336666" width="100%" height="48" align="right"><font color="#FFFFFF" size="2" face="Arial"><b>&nbsp; </b></font>
+ <img name="hint" border="0" src="../../images/menu_up.gif" width="136" height="19"></td>
+ <td bgcolor="#336666" align="left" height="48"><a onMouseOver="changeImages('image1', 'image1on'); changeImages('hint', 'image1hint');" onMouseOut="changeImages('image1', 'image1off'); changeImages('hint', 'imageHint');" href="javascript:openIndex('ch6');">
+ <img name="image1" border="0" src="../../images/index_up.gif" width="31" height="48"></a></td>
+ <td bgcolor="#336666" align="left" height="48"><a onMouseOver="changeImages('image5', 'image5on'); changeImages('hint', 'image5hint');" onMouseOut="changeImages('image5', 'image5off'); changeImages('hint', 'imageHint');" href="javascript:openQuiz('ch06');">
+ <img name="image5" border="0" src="../../images/quiz_up.gif" width="31" height="48"></a></td>
+ <td bgcolor="#336666" align="left" height="48"><a href="javascript:openGlossary();" onMouseOver="changeImages('image2', 'image2on'); changeImages('hint', 'image2hint');" onMouseOut="changeImages('image2', 'image2off'); changeImages('hint', 'imageHint');">
+ <img name="image2" border="0" src="../../images/glossary_up.gif" width="31" height="48"></a></td>
+ <td bgcolor="#336666" valign="middle" align="left" height="48">
+ <a target="main" onMouseOver="changeImages('image3', 'image3on'); changeImages('hint', 'image3hint');" onMouseOut="changeImages('image3', 'image3off'); changeImages('hint', 'imageHint');" href="../6_1_5/index.html">
+ <img name="image3" border="0" src="../../images/back_up.gif" width="30" height="48"></a></td>
+ <td bgcolor="#336666" width="100%" valign="middle" height="48">
+ <a target="main" onMouseOver="changeImages('image4', 'image4on'); changeImages('hint', 'image4hint');" onMouseOut="changeImages('image4', 'image4off'); changeImages('hint', 'imageHint');" href="../6_1_7/index.html">
+ <img name="image4" border="0" src="../../images/next_up.gif" width="30" height="48"></a></td>
+ <td height="48"><img border="0" src="../../images/menu_bar.gif" width="15" height="48"></td>
+ </tr>
+</table>
+
+</html> \ No newline at end of file
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/content.html
new file mode 100644
index 0000000..52f8614
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/content.html
@@ -0,0 +1,173 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<title>Content</title>
+<base target="_self">
+</head>
+
+<body background="../../images/bg.gif" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" onLoad="window.focus();" link="#808080" vlink="#808080" alink="#808080">
+
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td bgcolor="#336666" width="18" valign="top">
+ <img border="0" src="../../images/content_lines.gif" width="16" height="25">
+ <img border="0" src="../../images/transdot.gif" width="2" height="1"></td>
+ <td bgcolor="#336666"><b><font face="Arial" size="2" color="#FFFFFF">6.1</b></font></td>
+ <td bgcolor="#336666"><img border="0" src="../../images/transdot.gif" width="10" height="1"></td>
+ <td bgcolor="#336666" width="100%"><b><font face="Arial" size="2" color="#FFFFFF">
+ Workstations and Servers</font></b></td>
+ <td width="9" bgcolor="#336666">&nbsp;</td>
+ </tr>
+ <tr>
+ <td bgcolor="#669999" height="25" width="18">&nbsp;</td>
+ <td bgcolor="#669999" height="25"><b>
+ <font face="Arial" size="2" color="#FFFFFF">6.1.6</font></b></td>
+ <td bgcolor="#669999"><img border="0" src="../../images/transdot.gif" width="10" height="1"></td>
+ <td bgcolor="#669999" height="25" width="100%"><strong>
+ <font face="Arial" size="2" color="#FFFFFF">UNIX, Sun, HP, and LINUX</font></strong></td>
+ <td bgcolor="#669999" height="25" width="9">&nbsp; </td>
+ </tr></table>
+
+<table border="0" cellpadding="0" cellspacing="0" width="95%" bordercolor="#111111">
+ <tr>
+ <td width="15"></td>
+ <td>
+
+ <p><font face="Arial" size="2"><b>Origins of UNIX</b><br>
+ UNIX is the name of a group of operating systems that trace their
+ origins back to 1969 at Bell Labs. Since its inception, UNIX was
+ designed to support multiple users and multitasking. UNIX was also one
+ of the first operating systems to include support for Internet
+ networking protocols. The history of UNIX, which now spans over 30
+ years, is complicated because many companies and organizations have
+ contributed to its development.
+ <img border="0" src="../../images/1.gif" align="absmiddle" width="12" height="12"></font></p>
+
+ <p><font face="Arial" size="2">UNIX was first written in assembly language, a primitive set of
+ instructions that control the internal instructions of a computer.
+ However, UNIX could only run on a specific type of computer. In 1971, Dennis
+ Ritchie created the C language. In 1973, Ritchie along with fellow
+ Bell Labs programmer Ken Thompson rewrote the UNIX system programs in
+ C language. Because C is a higher-level language, UNIX could be moved
+ or ported to another computer with far less programming effort. The
+ decision to develop this portable operating system proved to be the
+ key to the success of UNIX. During the 1970s, UNIX evolved through the
+ development work of programmers at Bell Labs and several universities,
+ notably the University of California, at Berkeley.
+ <img border="0" src="../../images/2.gif" align="absmiddle" width="12" height="12"> - </font>
+ <img border="0" src="../../images/3.gif" align="middle" width="12" height="12"></p>
+
+ <p><font face="Arial" size="2">When UNIX first started to be marketed commercially in the 1980s, it
+ was used to run powerful network servers, not desktop computers.
+ Today, there are dozens of different versions of UNIX, including the
+ following: </font></p>
+ <ul>
+ <li><font face="Arial" size="2">Hewlett Packard UNIX (HP-UX) </font>
+ </li>
+ <li><font face="Arial" size="2">Berkeley Software Design, Inc. (BSD
+ UNIX), which has produced derivatives such as FreeBSD</font></li>
+ <li><font face="Arial" size="2">Santa Cruz Operation (SCO) UNIX </font>
+ </li>
+ <li><font face="Arial" size="2">Sun Solaris </font></li>
+ <li><font face="Arial" size="2">IBM UNIX (AIX)</font></li>
+ </ul>
+
+ <p><font face="Arial" size="2">UNIX, in its various forms, continues
+ to advance its position as the reliable, secure OS of choice for
+ mission-critical applications that are crucial to the operation of a
+ business or other organization. UNIX is also tightly integrated with
+ TCP/IP. TCP/IP basically grew out of UNIX because of the need for LAN
+ and WAN communications.</font></p>
+
+ <p><font face="Arial" size="2">The Sun Microsystems Solaris Operating Environment and its core OS,
+ SunOS, is a high-performance, versatile, 64-bit implementation of
+ UNIX. Solaris runs on a wide variety of computers, from Intel-based
+ personal computers to powerful mainframes and supercomputers. Solaris
+ is currently the most widely used version of UNIX in the world for
+ large networks and Internet websites. Sun is also the developer of the
+ &quot;Write Once, Run Anywhere&quot; Java technology.</font></p>
+
+ <p><font face="Arial" size="2">Despite the popularity of Microsoft Windows on corporate LANs, much of
+ the Internet runs on powerful UNIX systems. Although UNIX is usually
+ associated with expensive hardware and is no user friendly,
+ recent developments, including the creation of Linux, have changed
+ that image. </font></p>
+
+ <p><font face="Arial" size="2"><b>Origins of Linux</b><br>
+ In 1991, a Finnish student named Linus Torvalds began work on an
+ operating system for an Intel 80386-based computer. Torvalds became
+ frustrated with the state of desktop operating systems, such as DOS,
+ and the expense and licensing issues associated with commercial UNIX. Torvalds set out to develop an operating system that was UNIX-like in
+ its operation but used software code that was open and completely free
+ of charge to all users.</font></p>
+
+ <p><font face="Arial" size="2">Torvald's work led to a world-wide
+ collaborative effort to develop Linux, an open source operating system
+ that looks and feels like UNIX. By the late 1990s, Linux had become a
+ viable alternative to UNIX on servers and Windows on the desktop. The
+ popularity of Linux on desktop PCs has also contributed to interest in
+ using UNIX distributions, such as FreeBSD and Sun Solaris on the
+ desktop. Versions of Linux can now run on almost any 32-bit processor,
+ including the Intel 80386, Motorola 68000, Alpha, and PowerPC chips.</font></p>
+
+ <p><font face="Arial" size="2">As with UNIX, there are numerous versions of Linux. Some are free
+ downloads from the web, and others are commercially distributed. The
+ following are a few of the most popular versions of Linux:</font></p>
+ <ul>
+ <li><font face="Arial" size="2">Red Hat Linux – distributed by Red
+ Hat Software </font></li>
+ <li><font face="Arial" size="2">OpenLinux – distributed by Caldera </font>
+ </li>
+ <li><font face="Arial" size="2">Corel Linux </font></li>
+ <li><font face="Arial" size="2">Slackware </font></li>
+ <li><font face="Arial" size="2">Debian GNU/Linux </font></li>
+ <li><font face="Arial" size="2">SuSE Linux </font></li>
+ </ul>
+
+ <p><font face="Arial" size="2">Linux is one of the most powerful and reliable operating systems in
+ the world today. Because of this, Linux has already made inroads as a
+ platform for power users and in the enterprise server arena. Linux is
+ less often deployed as a corporate desktop operating system. Although
+ graphical user interfaces (GUIs) are available to make Linux
+ user-friendly, most beginning users find Linux more difficult to use
+ than Mac OS or Windows. Currently, many companies, such as Red Hat,
+ SuSE, Corel, and Caldera, are striving to make Linux a viable
+ operating system for the desktop.
+ <img border="0" src="../../images/4.gif" align="absmiddle" width="12" height="12"> -
+ <img border="0" src="../../images/7.gif" align="absmiddle" width="12" height="12"></font></p>
+
+ <p><font face="Arial" size="2">Application support must be considered
+ when Linux is implemented on a desktop system. The number of business
+ productivity applications is limited when compared to Windows.
+ However, some vendors provide Windows emulation software, such as WABI
+ and WINE, which enables many Windows applications to run on Linux. Additionally, companies such as
+ Corel are making Linux versions of their office suites and other
+ popular software packages.</font></p>
+
+ <p><font face="Arial" size="2"><b>Networking with Linux</b><br>
+ Recent distributions of Linux have networking components built in for
+ connecting to a LAN, establishing a dialup connection to the Internet,
+ or other remote network. In fact, TCP/IP is integrated into the Linux
+ kernel instead of being implemented as a separate subsystem.</font></p>
+
+ <p><font face="Arial" size="2">Some advantages of Linux as a desktop operating system and network
+ client include the following:</font></p>
+ <ul>
+ <li><font face="Arial" size="2">It is a true 32-bit operating
+ system. </font></li>
+ <li><font face="Arial" size="2">It supports preemptive multitasking and virtual memory. </font>
+ </li>
+ <li><font face="Arial" size="2">The code is open source and thus
+ available for anyone to enhance and improve. </font></li>
+ </ul>
+
+ <p><font face="Arial" size="2">&nbsp;&nbsp; &nbsp;&nbsp; </font></p>
+ </td>
+ </tr>
+ </table>
+
+</body>
+
+</html> \ No newline at end of file
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/index.html
new file mode 100644
index 0000000..f6628ba
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/index.html
@@ -0,0 +1,29 @@
+<html>
+
+<head>
+
+<title>Cisco Global Learning Network</title>
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+
+</head>
+
+<frameset cols="490,301" framespacing="0" border="0" frameborder="0" marginheight=0 marginwidth=0 topmargin=0 leftmargin=0>
+ <frameset rows="100%,48">
+ <frame name="graphics" scrolling="no" marginwidth="0" marginheight="0" src="media.html">
+ <frame name="bottom" scrolling="no" marginwidth="0" marginheight="0" src="../../navigation.html" target="contents">
+ </frameset>
+ <frameset rows="100%,48">
+ <frame name="content" scrolling="yes" marginwidth="0" marginheight="0" target="_self" src="content.html">
+ <frame name="navigation" scrolling="no" marginwidth="0" marginheight="0" noresize src="buttons.html" target="self">
+ </frameset>
+
+ <noframes>
+ <body>
+
+ <p>This page uses frames, but your browser doesn't support them.</p>
+
+ </body>
+ </noframes>
+</frameset>
+
+</html> \ No newline at end of file
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/media.html
new file mode 100644
index 0000000..e77a8a4
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_1_6/media.html
@@ -0,0 +1,21 @@
+<html>
+
+<head>
+
+
+
+<title>Flash Graphic</title>
+</head>
+
+<body bgcolor="#FFFFFF" topmargin="1" leftmargin="1">
+<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+ codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
+ WIDTH="100%" HEIGHT="100%">
+ <PARAM NAME=movie VALUE="../../flash/ch06/6_1_6.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>
+ <EMBED src="../../flash/ch06/6_1_6.swf" quality=high bgcolor=#FFFFFF WIDTH="100%" HEIGHT="100%" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
+
+
+
+</body>
+
+</html> \ No newline at end of file