Troubleshooting Internet connection problems
1.1.9 This page will show students how to troubleshoot hardware, software, and network configuration problems. The goal is to locate and repair the problems in a set amount of time to gain access to the curriculum. This lab will demonstrate how complex it is to configure Internet access. This includes the processes and procedures used to troubleshoot computer hardware, software, and network systems.
This page concludes this lesson. The next lesson will discuss computer number systems. The first page will describe the binary system.
Binary presentation of data
1.2.1 Computers work with and store data using electronic switches that are either ON or OFF. Computers can only understand and use data that is in this two-state or binary format. The 1s and 0s are used to represent the two possible states of an electronic component in a computer. 1 is represented by an ON state, and 0 is represented by an OFF state. They are referred to as binary digits or bits.
American Standard Code for Information Interchange (ASCII) is the code that is most commonly used to represent alpha-numeric data in a computer. ASCII uses binary digits to represent the symbols typed on the keyboard. When computers send ON or OFF states over a network, electrical, light, or radio waves are used to represent the 1s and 0s. Notice that each character is represented by a unique pattern of eight binary digits.
Because computers are designed to work with ON/OFF switches, binary digits and binary numbers are natural to them. Humans use the decimal number system, which is relatively simple when compared to the long series of 1s and 0s used by computers. So the computer binary numbers need to be converted to decimal numbers.
Sometimes binary numbers are converted to hexadecimal numbers. This reduces a long string of binary digits to a few hexadecimal characters. It is easier to remember and to work with hexadecimal numbers.
Saturday, November 7, 2009
Web browser and plug-Ins
Web browser and plug-Ins
1.1.8 Web browser is and how it performs the following functions:
• Contacts a Web server
• Requests information
• Receives information
• Displays the results on the screen
A Web browser is software that interprets HTML, which is one of the languages used to code Web page content. Some new technologies use other markup languages with more advanced features. HTML, which is the most common markup language, can display graphics or play sound, movies, and other multimedia files. Hyperlinks that are embedded in a Web page provide a quick link to another location on the same page or a different Internet address.
Two of the most popular Web browsers are Internet Explorer (IE) and Netscape Communicator. These browsers perform the same tasks. However, there are differences between them. Some websites may not support the use of one of these browsers. It is a good idea to have both programs installed.
Here are some features of Netscape Navigator:
• Was the first popular browser
• Uses less disk space
• Displays HTML files
• Performs e-mail and file transfers
Here are some features of IE:
• Is powerfully integrated with other Microsoft products
• Uses more disk space
• Displays HTML files
• Performs e-mail and file transfers
There are also many special, or proprietary, file types that standard Web browsers are not able to display. To view these files the browser must be configured to use the plug-in applications. These applications work with the browser to launch the programs required to view special files:
• Flash – Plays multimedia files created by Macromedia Flash
• Quicktime – Plays video files created by Apple
• Real Player – Plays audio files
Use the following procedure to install the Flash plug-in:
1. Go to the Macromedia website.
2. Download the flash32.exe file.
3. Run and install the plug-in in Netscape or IE.
4. Access the Cisco Academy website to verify the installation and proper operation.
Computers also perform many other useful tasks. Many employees use a set of applications in the form of an office suite such as Microsoft Office. Office applications typically include the following:
• Spreadsheet software contains tables that consist of columns and rows and it is often used with formulas to process and analyze data.
• Modern word processors allow users to create documents that include graphics and richly formatted text.
• Database management software is used to store, maintain, organize, sort, and filter records. A record is a collection of information identified by some common theme such as customer name.
• Presentation software is used to design and develop presentations to deliver at meetings, classes, or sales presentations.
• A personal information manager includes an e-mail utility, contact lists, a calendar, and a to-do list.
Office applications are now a part of daily work, as typewriters were before PCs.
1.1.8 Web browser is and how it performs the following functions:
• Contacts a Web server
• Requests information
• Receives information
• Displays the results on the screen
A Web browser is software that interprets HTML, which is one of the languages used to code Web page content. Some new technologies use other markup languages with more advanced features. HTML, which is the most common markup language, can display graphics or play sound, movies, and other multimedia files. Hyperlinks that are embedded in a Web page provide a quick link to another location on the same page or a different Internet address.
Two of the most popular Web browsers are Internet Explorer (IE) and Netscape Communicator. These browsers perform the same tasks. However, there are differences between them. Some websites may not support the use of one of these browsers. It is a good idea to have both programs installed.
Here are some features of Netscape Navigator:
• Was the first popular browser
• Uses less disk space
• Displays HTML files
• Performs e-mail and file transfers
Here are some features of IE:
• Is powerfully integrated with other Microsoft products
• Uses more disk space
• Displays HTML files
• Performs e-mail and file transfers
There are also many special, or proprietary, file types that standard Web browsers are not able to display. To view these files the browser must be configured to use the plug-in applications. These applications work with the browser to launch the programs required to view special files:
• Flash – Plays multimedia files created by Macromedia Flash
• Quicktime – Plays video files created by Apple
• Real Player – Plays audio files
Use the following procedure to install the Flash plug-in:
1. Go to the Macromedia website.
2. Download the flash32.exe file.
3. Run and install the plug-in in Netscape or IE.
4. Access the Cisco Academy website to verify the installation and proper operation.
Computers also perform many other useful tasks. Many employees use a set of applications in the form of an office suite such as Microsoft Office. Office applications typically include the following:
• Spreadsheet software contains tables that consist of columns and rows and it is often used with formulas to process and analyze data.
• Modern word processors allow users to create documents that include graphics and richly formatted text.
• Database management software is used to store, maintain, organize, sort, and filter records. A record is a collection of information identified by some common theme such as customer name.
• Presentation software is used to design and develop presentations to deliver at meetings, classes, or sales presentations.
• A personal information manager includes an e-mail utility, contact lists, a calendar, and a to-do list.
Office applications are now a part of daily work, as typewriters were before PCs.
Friday, November 6, 2009
TCP/IP description and configuration / Testing connectivity with ping
TCP/IP description and configuration
1.1.6 TCP/IP is a set of protocols or rules that have been developed to allow computers to share resources across a network. The operating system tools must be used to configure TCP/IP on a workstation. The process is very similar for Windows or Mac operating systems.

Testing connectivity with ping
1.1.7 Ping is a basic program that verifies a particular IP address exists and can accept requests. The computer acronym ping stands for Packet Internet or Inter-Network Groper. The name was contrived to match the submariners' term for the sound of a returned sonar pulse from an underwater object.
The ping command works by sending special Internet Protocol (IP) packets, called Internet Control Message Protocol (ICMP) Echo Request datagrams, to a specified destination. Each packet sent is a request for a reply. The output response for a ping contains the success ratio and round-trip time to the destination. From this information, it is possible to determine if there is connectivity to a destination. The ping command is used to test the NIC transmit and receive function, the TCP/IP configuration, and network connectivity. The following types of ping commands can be issued:
• ping 127.0.0.1 – This is a unique ping and is called an internal loopback test. It is used to verify the TCP/IP network configuration.
• ping IP address of host computer – A ping to a host PC verifies the TCP/IP address configuration for the local host and connectivity to the host.
• ping default-gateway IP address – A ping to the default gateway indicates if the router that connects the local network to other networks can be reached.
• ping remote destination IP address – A ping to a remote destination verifies connectivity to a remote host.
Overview of high-speed and dial-up connectivity
Overview of high-speed and dial-up connectivity
1.1.5 In the early 1960s, modems were introduced to connect dumb terminals to a central computer. Many
companies used to rent computer time since it was too expensive to own an on-site system. The connection rate was very slow. It was 300 bits per second (bps), which is about 30 characters per second.
As PCs became more affordable in the 1970s, bulletin board systems (BBSs) appeared. These BBSs allowed users to connect and post or read messages on a discussion board. The 300-bps speed was acceptable since it was faster than the speed at which most people could read or type. In the early 1980s, use of bulletin boards increased exponentially and the 300 bps speed quickly became too slow for the transfer of large files and graphics. In the 1990s, modems could operate at 9600 bps. By 1998, they reached the current standard of 56,000 bps, or 56 kbps.
Soon the high-speed services used in the corporate environment such as Digital Subscriber Line (DSL) and cable modem access moved to the consumer market. These services no longer required expensive equipment or a second phone line. These are "always on" services that provide instant access and do not require a connection to be established for each session. This provides more reliability and flexibility and has simplified Internet connection sharing in small office and home networks.
NIC and modem installation

NIC and modem installation
1.1.4 A modem, or modulator-demodulator, is a device that provides the computer with connectivity to a telephone line. A modem converts data from a digital signal to an analog signal that is compatible with a standard phone line. The modem at the receiving end demodulates the signal, which converts it back to digital. Modems may be installed internally or attached externally to the computer using a phone line.
A NIC must be installed for each device on a network. A NIC provides a network interface for each host. Different types of NICs are used for various device configurations. Notebook computers may have a built-in interface or use a PCMCIA card. Figure shows PCMCIA wired, wireless network cards, and a Universal Serial Bus (USB) Ethernet adapter. Desktop systems may use an internal network adapter , called a NIC, or an external network adapter that connects to the network through a USB port.
Situations that require NIC installation include the following:
• Installation of a NIC on a PC that does not already have one
• Replacement of a malfunctioning or damaged NIC
• Upgrade from a 10-Mbps NIC to a 10/100/1000-Mbps NIC
• Change to a different type of NIC, such as wireless
• Installation of a secondary, or backup, NIC for network security reasons
To perform the installation of a NIC or modem the following resources may be required:
• Knowledge of how the adapter, jumpers, and plug-and-play software are configured
• Availability of diagnostic tools
• Ability to resolve hardware resource conflicts
Network interface card
Network interface card
1.1.3 A NIC, or LAN adapter, provides network communication capabilities to and from a PC. On desktop computer systems, it is a printed circuit board that resides in a slot on the motherboard and provides an interface connection to the network media. On laptop computer systems, it is commonly integrated into the laptop or available on a small, credit card-sized PCMCIA card. PCMCIA stands for Personal Computer Memory Card International Association. PCMCIA cards are also known as PC cards. The type of NIC must match the media and protocol used on the local network.
The NIC uses an interrupt request (IRQ), an input/output (I/O) address, and upper memory space to work with the operating system. An IRQ value is an assigned location where the computer can expect a particular device to interrupt it when the device sends the computer signals about its operation. For example, when a printer has finished printing, it sends an interrupt signal to the computer. The signal momentarily interrupts the computer so that it can decide what processing to do next. Since multiple signals to the computer on the same interrupt line might not be understood by the computer, a unique value must be specified for each device and its path to the computer. Prior to Plug-and Play (PnP) devices, users often had to set IRQ values manually, or be aware of them, when adding a new device to a computer.
These considerations are important in the selection of a NIC:
• Protocols – Ethernet, Token Ring, or FDDI
• Types of media – Twisted-pair, coaxial, wireless, or fiber-optic
• Type of system bus – PCI or ISA
1.1.3 A NIC, or LAN adapter, provides network communication capabilities to and from a PC. On desktop computer systems, it is a printed circuit board that resides in a slot on the motherboard and provides an interface connection to the network media. On laptop computer systems, it is commonly integrated into the laptop or available on a small, credit card-sized PCMCIA card. PCMCIA stands for Personal Computer Memory Card International Association. PCMCIA cards are also known as PC cards. The type of NIC must match the media and protocol used on the local network.
The NIC uses an interrupt request (IRQ), an input/output (I/O) address, and upper memory space to work with the operating system. An IRQ value is an assigned location where the computer can expect a particular device to interrupt it when the device sends the computer signals about its operation. For example, when a printer has finished printing, it sends an interrupt signal to the computer. The signal momentarily interrupts the computer so that it can decide what processing to do next. Since multiple signals to the computer on the same interrupt line might not be understood by the computer, a unique value must be specified for each device and its path to the computer. Prior to Plug-and Play (PnP) devices, users often had to set IRQ values manually, or be aware of them, when adding a new device to a computer.
These considerations are important in the selection of a NIC:
• Protocols – Ethernet, Token Ring, or FDDI
• Types of media – Twisted-pair, coaxial, wireless, or fiber-optic
• Type of system bus – PCI or ISA
PC Basic...
• Backplane – A backplane is an electronic circuit board containing circuitry and sockets into which additional electronic devices on other circuit boards or cards can be plugged; in a computer, generally synonymous with or part of the motherboard.
• Network interface card (NIC) – An expansion board inserted into a computer so that the computer can be connected to a network.
• Video card – A board that plugs into a PC to give it display capabilities.
• Audio card – An expansion board that enables a computer to manipulate and output sounds.
• Parallel port – An interface capable of transferring more than one bit simultaneously that is used to connect external devices such as printers.
• Serial port – An interface that can be used for serial communication in which only one bit is transmitted at a time.
• Mouse port – A port used to connect a mouse to a PC.
• USB port – A Universal Serial Bus connector. A USB port connects devices such as a mouse or printer to the computer quickly and easily.
• Firewire – A serial bus interface standard offering high-speed communications and isochronous real-time data services.
• Power cord – A cord used to connect an electrical device to an electrical outlet that provides power to the device.
• Network interface card (NIC) – An expansion board inserted into a computer so that the computer can be connected to a network.
• Video card – A board that plugs into a PC to give it display capabilities.
• Audio card – An expansion board that enables a computer to manipulate and output sounds.
• Parallel port – An interface capable of transferring more than one bit simultaneously that is used to connect external devices such as printers.
• Serial port – An interface that can be used for serial communication in which only one bit is transmitted at a time.
• Mouse port – A port used to connect a mouse to a PC.
• USB port – A Universal Serial Bus connector. A USB port connects devices such as a mouse or printer to the computer quickly and easily.
• Firewire – A serial bus interface standard offering high-speed communications and isochronous real-time data services.
• Power cord – A cord used to connect an electrical device to an electrical outlet that provides power to the device.
Subscribe to:
Posts (Atom)