resourcecontent.html

来自「ccna」· HTML 代码 · 共 254 行

HTML
254
字号
<html>    <head>        <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">        <link type="text/css" rel="stylesheet" href="../../../../../css/ccna.css">        <script src="../../../../../js/framesetHelper.js" language="JavaScript"></script><script language="JavaScript">            var pageLoaded = false;            var current = '';            var currentChapter = 'knet-v214aCH47501';                function launchReference(rioID, rloID, chapterID)        {            contentID = "knet-v214aCV47051";            dash = contentID.indexOf('-');            sub1 = contentID.substring(0,dash);            sub2 = contentID.substring(dash+1);                        numbackParams = "CHAPID=" + chapterID + "/RLOID=" + rloID + "/RIOID=" + rioID;                        ContentRef = "../../../../../"+ numbackParams + "/"+ sub1 +"/"+ sub2 +"/";        			            eval('top.frames.main_frame.location.href="'+ContentRef+'referencecontroller_pf.html"');                }                  	function PrevPage()       	{            	top.currentSupport--;            	if (top.currentSupport <= 0)         	{                        	returnContent();                	}        	else         	{                	if (top.firstSupportPage == top.contentResourceID) {                	returnContent();            	}            	else if (top.prevPage == quizID)             	{                	launchQuiz();                	}            	else             	{                	launchReview();            	}        	}            	}    	        	function launchReview(reviewID) {                top.currentSupport = 0;        chapterID = "knet-v214aCH47501";                nbparams = "CHAPID="+chapterID+"/RLOID="+"knet-v214aRLO47518"+"/RIOID="+reviewID;             dash = chapterID.indexOf('-');        sub1 = chapterID.substring(0,dash);        sub2 = chapterID.substring(dash+1);                ContentRef = "../../../../../"+ nbparams +"/"+ sub1 +"/"+ sub2 +"/";        //alert(ContentRef);                eval('top.frames.main_frame.location.href="'+ContentRef+'pageframesetrio.html"');        //added for navigating between Quiz and Review and back to regular Chapter pages        top.currentSupport++;        top.firstSupportPage = reviewID;        top.prevPage = reviewID;        top.contentResourceID = '';     }    function launchQuiz(quizID) {        top.currentSupport = 0;                chapterID = "knet-v214aCH47501";                nbparams = "CHAPID="+chapterID+"/RLOID="+"knet-v214aRLO47524"+"/RIOID="+"knet-v214aRIO120878";             dash = chapterID.indexOf('-');        sub1 = chapterID.substring(0,dash);        sub2 = chapterID.substring(dash+1);                ContentRef = "../../../../../"+ nbparams +"/"+ sub1 +"/"+ sub2 +"/";                //alert(ContentRef);		eval('top.frames.main_frame.location.href="'+ContentRef+'pageframesetrio.html"');		        //added for navigating between Quiz and Review and back to regular Chapter pages        top.currentSupport++;        top.firstSupportPage = quizID;        top.prevPage = quizID;        top.contentResourceID = '';    }    function returnContent() {        rioID = top.currentPage;        rloID = top.currentRLO;		ContentID = top.currentChapter;		                        top.firstSupportPage = '';        top.prevPage = '';        top.contentResourceID = '';        top.currentSupport = 0;        nbparams = "CHAPID="+ContentID+"/RLOID="+rloID+"/RIOID="+rioID;        dash = ContentID.indexOf('-');        sub1 = ContentID.substring(0,dash);        sub2 = ContentID.substring(dash+1);        ContentRef = "../../../../../"+ nbparams +"/"+ sub1 +"/"+ sub2 +"/"		        				                eval('top.frames.main_frame.location.href="'+ContentRef+'pageframesetrio.html"');                }    	                               </script>    </head>    <body leftmargin="20" topmargin="10" marginwidth="30" marginheight="10" bgcolor="#FFFFFF" onLoad="window.focus();" background="../../../../../images/ccna/common/lab/bglab.gif">        <table bgcolor="#000000" cellspacing="0" width="100%" border="0">            <tr>                <td width="100%">                    <table cellpadding="4" cellspacing="1" width="100%" border="0">                        <tr>                            <td width="10%" bgcolor="#FFFFFF" valign="top">                                <table cellpadding="0" cellspacing="0" width="100%" border="0">                                    <tr>                                        <td width="33%"><script language="JavaScript">                                        //if (parent.parent.getTopName() == "chapterframeset")                                        //{                                            var imgSource = '../../../../../images/ccna/common/lab/labback.gif';                                            document.write('<a href="javascript:PrevPage();">');                                            document.write('<img src="' + imgSource + '" border="0">');                                            document.write('</a>');                                        //}                                    </script></td><td width="33%"><img border="0" src="../../../../../images/ccna/common/icon4.gif"></td>                                    </tr>                                </table>                                <p>                                </p>                            </td><td bgcolor="#FFFFFF" valign="top">                                <p align="left">                                    <span class="resourceTitle">Lab 1.1.4 Install a NIC</span>                                </p><p align="left">                                    <span class="resourceSectionTitle">Objectives:</span>                                </p>                                <blockquote>                                    <p class="smtext">Demonstrate proper installation of a NIC in a PC.</p>                                </blockquote><p align="left">                                    <span class="resourceSectionTitle">Background:</span>                                </p>                                <blockquote>                                    <p class="smtext">A network interface card allows a computer to connect to a network and share files or resources with other computers. Network cards are relatively easy to install, as long as simple guidelines are followed.</p>                                </blockquote><p align="left">                                    <span class="resourceSectionTitle">Tools / Preparation:</span>                                </p>                                <blockquote>                                    <span class="smtext">                                        <ul type="disc"><li>a computer system running at least Windows 95</li><li>empty PCI or ISA expansion slot</li><li>PCI or ISA Network card (Ethernet adapter) depending on which slot is available in the computer</li><li>network card driver disk and/or the appropriate Windows CD</li><li>network cable</li><li>toolkit set</li><li>static mat and wrist strap</li></ul>                                    </span>                                </blockquote><p class="smtext">                                    <b>Worksheet</b>                                </p><span class="smtext">                                    <ol><li>Turn off your computer and unplug the power cable. Use a static mat and wrist strap to ground yourself.</li><li>Remove the cover and then the dust plate from computer case for the empty PCI or ISA expansion slot in which you plan to install the NIC.</li><li>Remove the network card from the anti-static bag. Handle the top corners of the network card with both hands. Align the tabs of the network card with the slot and gently rock the card front to rear to insert it into the expansion slot. Finally, secure the card to the case with a screw.</li><li>Replace the cover of the computer case and then restart the computer. The Windows setup hardware detection will automatically determine the adapter driver for your network card. Windows may ask you to supply your computer name and workgroup name. Select a computer name for your PC and use a specific workgroup name provided by your lab instructor.</li><li>Double-click on the Network Neighborhood icon or my Network Places icon (depending on the operating system) on the desktop. If you find other computer names displayed in the window, the network card is working properly. If you do not find other computer names then Windows may have installed an incorrect driver for your network card. If so, you will need to do the following steps to add an adapter driver:<span class="smtext">                                                <ol type="a"><li>Click the Start button, select Settings, then select Control Panel.</li><li>Double-click the Network icon or Network and Dialup Connections (depending on the operating system). A network dialog box will appear.</li><li>Click on the Add button or Make New Connection (depending on the operating system). Select adapter and click on the Add button once again.</li><li>Click on the Have Disk button. Insert the network card driver disk into the floppy drive. Click OK. The Windows setup will install the driver.</li><li>Windows may ask you to reboot your system. After you restart the computer, follow the instructions in the beginning of this exercise to check whether your network card is working properly.</li></ol>                                            </span>                                        </li></ol>                                </span><p class="smtext">                                    <b>Reflection</b>                                </p><p class="smtext">Write in your journal the steps that you used to install a network card. Also write what precautions you took and why they were important.</p><p align="left">                                    <span class="resourceSectionTitle">Notes:</span>                                </p>                                <blockquote>                                    <p class="smtext">                                        <img border="0" src="../../../../../CHAPID=knet-v214aCH47501/RLOID=knet-v214aRLO47518/RIOID=knet-v214aRIO125202/knet/v214aclixsi144/line450.gif" width="450" height="1"></p>                                    <p class="smtext">                                        <img border="0" src="../../../../../CHAPID=knet-v214aCH47501/RLOID=knet-v214aRLO47518/RIOID=knet-v214aRIO125202/knet/v214aclixsi144/line450.gif" width="450" height="1"></p>                                    <p class="smtext">                                        <img border="0" src="../../../../../CHAPID=knet-v214aCH47501/RLOID=knet-v214aRLO47518/RIOID=knet-v214aRIO125202/knet/v214aclixsi144/line450.gif" width="450" height="1"></p>                                </blockquote><p align="left">                                    <span class="resourceTitle">LAB 1.1.4 NIC INSTALLATION - ANSWER</span>                                </p>                                <span class="smtext">                                    <ol class="resourceAnswer" type="1"><li>Turn off your computer and unplug the power cable. Use a static mat and wrist strap to ground yourself.</li><li>Remove the cover from the computer. Remove the dust plate from the computer case for the empty PCI or ISA expansion slot in which you plan to install the NIC.</li><li>Remove the network card from the anti-static bag. Handle the top corners of the network card with both hands. Align the tabs of the network card with the slot and gently rock the card front to rear to insert it into the expansion slot. Finally, secure the card to the case with a screw.</li><li>Plug a straight-through wired network patch cable into the back of the NIC. The cable should connect to a hub or switch with other PCs in a workgroup. The green link light on the back of the NIC should come on when the PC is restarted indicating a good connection with the hub or switch.</li><li>Restart the computer. The Windows 95/98 setup hardware detection will automatically determine the adapter driver for your network card. Windows may ask you to supply your computer name and workgroup name. Select a computer name for your PC and use a specific workgroup name provided by your lab instructor.</li><li>Double-click on the Network Neighborhood icon on the desktop. If you find other computer names displayed in the window, the network card is working properly. If you do not find other computer names then Windows may have installed an incorrect driver for your network card. If so, you will need to do the following steps to add an adapter driver:<span class="smtext">                                                <ol class="resourceAnswer" type="1"><li>Click the Start button, select Settings, then select Control Panel.</li><li>Double-click the Network icon. A network dialog box will appear.</li><li>Click on the Add button. Select adapter and click on the Add button once again.</li><li>Click on the Have Disk button. Insert the network card's driver disk into the floppy drive. Click OK. The Windows setup will install the driver.</li><li>Windows may ask you to reboot your system. After you restart the computer, follow the instructions in the beginning of this exercise to check whether your network card is working properly.</li></ol>                                            </span>                                        </li></ol>                                </span>                                <p class="resourceAnswer">Reflection: Write in your journal the steps that you used to install a network card. Also write what precautions you took and why they were important.</p>                                <p class="resourceAnswer">Be sure to write in journals about the proper care that must be taken when working on the inside of PCs (for example, anti-static precautions, changing one thing at time, working with the power off, using the proper tools). Also record any problems that may have occurred such as incorrect drivers, and so on.</p></td>                        </tr>                    </table>                </td>            </tr>        </table>    </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?