summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/buttons.html109
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/content.html183
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/index.html29
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/media.html21
4 files changed, 342 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/buttons.html
new file mode 100644
index 0000000..684b532
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/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('ch3');">
+ <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('ch03');">
+ <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="../3_1_3/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="../3_1_5/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/ch3/3_1_4/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/content.html
new file mode 100644
index 0000000..52969d9
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/content.html
@@ -0,0 +1,183 @@
+<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
+
+<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">3</font></b><font face="Arial" size="2" color="#FFFFFF"><b>.1</b></font></td>
+ <td bgcolor="#336666"><img border="0" src="../../images/transdot.gif" width="10" height="1"></td>
+ <td bgcolor="#336666" width="100%"><strong>
+ <font face="Arial" size="2" color="#FFFFFF">Serial Point-to-Point Links</font></strong></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">3.1.4</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">DTE-DCE</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>
+
+ <font face="Arial" size="2">A serial connection has a data terminal
+ equipment (DTE) device at one end of the connection and a data
+ communications equipment (DCE) device at the other end. The connection
+ between the two DCEs is the WAN service provider transmission network. The CPE, which is generally a router, is the DTE.
+ Other DTE examples could be a terminal, computer, printer, or fax
+ machine. The DCE, commonly a modem or CSU/DSU, is the device used to
+ convert the user data from the DTE into a form acceptable to the WAN
+ service provider transmission link. This signal is received at the
+ remote DCE, which decodes the signal back into a sequence of bits.
+ This sequence is then signaled to the remote DTE.
+ <img border="0" src="../../images/1.gif" align="absmiddle" width="12" height="12"></font><p>
+ <font face="Arial" size="2">Many standards have been developed to
+ allow DTEs to communicate with DCEs. The Electronics Industry
+ Association (EIA) and the International
+ Telecommunication Union Telecommunications Standardization Sector (ITU-T) have been most active
+ in the development of these standards.
+ <img border="0" src="../../images/2.gif" align="absmiddle" width="12" height="12"></font></p>
+ <p><font face="Arial" size="2">The DTE-DCE interface for a particular
+ standard defines the following specifications:</font></p>
+ <ul>
+ <li><font face="Arial" size="2"><b>Mechanical/physical</b> – Number
+ of pins and connector type</font></li>
+ <li><font face="Arial" size="2"><b>Electrical</b> – Defines voltage
+ levels for 0 and 1</font></li>
+ <li><font face="Arial" size="2"><b>Functional</b> – Specifies the
+ functions that are performed by assigning meanings to each of the
+ signaling lines in the interface</font></li>
+ <li><font face="Arial" size="2"><b>Procedural</b> – Specifies the
+ sequence of events for transmitting data</font></li>
+ </ul>
+ <p><font face="Arial" size="2">If two DTEs must be connected together,
+ like two computers or two routers in the lab, a special cable called a
+ null-modem is necessary to eliminate the need for a DCE. For
+ synchronous connections, where a clock signal is needed, either an
+ external device or one of the DTEs must generate the clock signal.</font></p>
+ <p><font face="Arial" size="2">The synchronous serial port on a router
+ is configured as DTE or DCE depending on the attached cable, which is
+ ordered as either DTE or DCE to match the router configuration. If the
+ port is configured as DTE, which is the default setting, external
+ clocking is required from the CSU/DSU or other DCE device.</font></p>
+ <p><font face="Arial" size="2">The cable for the DTE to DCE connection
+ is a shielded serial transition cable. The router end of the shielded
+ serial transition cable may be a DB-60 connector, which connects to
+ the DB-60 port on a serial WAN interface card. The other end of the
+ serial transition cable is available with the connector appropriate
+ for the standard that is to be used. The WAN provider or the CSU/DSU
+ usually dictates this cable type. Cisco devices support the EIA/TIA-232,
+ EIA/TIA-449, V.35, X.21, and EIA/TIA-530 serial standards.</font></p>
+ <p><font face="Arial" size="2">To support higher densities in a
+ smaller form factor, Cisco has introduced a smart serial cable. The
+ serial end of the smart serial cable is a 26-pin connector
+ significantly more compact than the DB-60 connector.</font>&nbsp;&nbsp;&nbsp; </p>
+ <TABLE bgcolor="#B0AFAF" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <TR>
+ <TD valign="top">
+ <TABLE bgcolor="#669999" width="100%" cellspacing="0" cellpadding="0" border="0">
+ <TR>
+ <TD width="5">
+ <img border="0" src="../../images/lab_toplft.gif" width="116" height="23"></TD>
+ <TD><IMG alt="" height="1" width="3" src="../../images/s.gif"></TD><TD align="right" valign="top">
+ <IMG alt="" src="../../images/corner_ur_7.gif" width="7" height="7"></TD>
+ </TR>
+ </TABLE>
+
+ <TABLE bgcolor="#B0AFAF" width="100%" cellspacing="0" cellpadding="0" border="0">
+ <TR>
+ <TD>
+ <TABLE width="100%" cellpadding="2" cellspacing="0" border="0" bordercolor="#111111">
+ <TR>
+ <TD bgcolor="#ffffff" width="15">&nbsp;</TD>
+ <TD bgcolor="#ffffff"><font FACE="Arial" SIZE="2" COLOR="#000000">
+ <p><font color="#808080">
+ <a href="javascript:void(0)" onClick="window.open('../zoom3_1_4/zoom3_1_4.html','Interactivity','width=740,height=390,toolbar=0,resizable=yes,scrollbars=0,screenX=26,screenY=38,left=26,top=38');">
+ <img border="0" src="../../images/media_icon.gif" width="25" height="25"></a> <b>
+ <a onClick="window.open('../zoom3_1_4/zoom3_1_4.html','Interactivity','width=740,height=390,toolbar=0,resizable=yes,scrollbars=0,screenX=26,screenY=38,left=26,top=38');" href="javascript:void(0)">
+ Interactive Media Activity</a></b></font></p>
+ </font><font FACE="Arial" SIZE="2" COLOR="#808080">
+ <p>PhotoZoom: DCE/DTE Cable</p>
+ <p>In this
+ PhotoZoom, the student will view DCE and DTE cable.</p>
+ </font><font FACE="Arial" SIZE="2" COLOR="#000000">
+ <p><IMG alt="" height="2" width="1" src="../../images/s.gif"></p></TD>
+ </TR>
+ </TABLE>
+ </TD>
+ </TR>
+ </TABLE>
+ </TD>
+ </TR>
+ </TABLE>
+
+
+ &nbsp;&nbsp;&nbsp;
+
+ <TABLE bgcolor="#B0AFAF" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <TR>
+ <TD valign="top">
+ <TABLE bgcolor="#669999" width="100%" cellspacing="0" cellpadding="0" border="0">
+ <TR>
+ <TD width="5">
+ <img border="0" src="../../images/lab_toplft.gif" width="116" height="23"></TD>
+ <TD><IMG alt="" height="1" width="3" src="../../images/s.gif"></TD><TD align="right" valign="top">
+ <IMG alt="" src="../../images/corner_ur_7.gif" width="7" height="7"></TD>
+ </TR>
+ </TABLE>
+
+ <TABLE bgcolor="#B0AFAF" width="100%" cellspacing="0" cellpadding="0" border="0">
+ <TR>
+ <TD>
+ <TABLE width="100%" cellpadding="2" cellspacing="0" border="0" bordercolor="#111111">
+ <TR>
+ <TD bgcolor="#ffffff" width="15">&nbsp;</TD>
+ <TD bgcolor="#ffffff"><font FACE="Arial" SIZE="2" COLOR="#000000">
+ <p><font color="#808080">
+ <img border="0" src="../../images/links_icon.gif" width="25" height="25">
+ <b>Web Links</b></font></p>
+ </font><font FACE="Arial" SIZE="2" COLOR="#808080">
+
+ <p>High-Speed Serial Interface (HSSI)<p>
+ <a target="_blank" href="http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/hssi.htm">
+ http://www.cisco.com/univercd/cc/
+ td/doc/ cisintwk/ito_doc/ hssi.htm</a></font></p>
+
+ <p>
+ <IMG alt="" height="2" width="1" src="../../images/s.gif"></p>
+ </TD>
+ </TR>
+ </TABLE>
+ </TD>
+ </TR>
+ </TABLE>
+ </TD>
+ </TR>
+ </TABLE><p>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ <font face="Arial" size="2">&nbsp;&nbsp; </font>
+ </td>
+ </tr>
+ </table>
+
+</body>
+
+</html> \ No newline at end of file
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/index.html
new file mode 100644
index 0000000..82a25be
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/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>
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/media.html
new file mode 100644
index 0000000..2354ce2
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/ch3/3_1_4/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/ch03/3_1_4.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>
+ <EMBED src="../../flash/ch03/3_1_4.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