+ All Categories
Home > Documents > 01_Introduction to Networking

01_Introduction to Networking

Date post: 07-Apr-2018
Category:
Upload: pandaloveyou
View: 229 times
Download: 0 times
Share this document with a friend

of 31

Transcript
  • 8/4/2019 01_Introduction to Networking

    1/31

    Networking Basics

    INTRODUCTION TONETWORKING

    Version 3.0Cisco Regional Networking Academy

  • 8/4/2019 01_Introduction to Networking

    2/31

    Objectives

    Understand the physical connection that has to takeplace for a computer to connect to the Internet.

    Recognize the components that comprise the

    computer.

    Install and troubleshoot network interface cardsand/or modems.

    Use basic testing procedures to test the Internetconnection.

    Demonstrate a basic understanding of the use of

    web browsers and plug-ins

  • 8/4/2019 01_Introduction to Networking

    3/31

    Table of Content

    1 Connecting to the internet

    2 Network Math

  • 8/4/2019 01_Introduction to Networking

    4/31

    CONNECTING TO THE INTERNET

  • 8/4/2019 01_Introduction to Networking

    5/31

    Requirements for Internet connection

    Physical connection

    Connecting expansion card to a network Logical connection

    Using standards that so-called protocols

    Applications

    Work with protocols to send & receive data

    Interpret data & display information

  • 8/4/2019 01_Introduction to Networking

    6/31

    PC basics: Small, Discrete Components

    Transistor amplifies a signal or opens and closes a circuit.

    Integrated circuit (IC) Device made of semiconductormaterial that contains many transistors and performs aspecific task.

    Resistor Device made of material that opposes the flowof electric current.

    Capacitor Electronic component that stores energy in the

    form of an electrostatic field Connector The part of a cable that plugs into a port or

    interface.

    Light emitting diode (LED) Semiconductor device that

    emits light when a current passes through it.

  • 8/4/2019 01_Introduction to Networking

    7/31

    PC Basics: Personal Computer Subsystems

    Printed circuit board (PCB) A thin plate on which chips orintegrated circuits and other electronic components are placed.

    CD-ROM drive.

    Central processing unit (CPU) The brains of the computer wheremost calculations take place.

    Floppy disk drive.

    Hard disk drive.

    Microprocessor A silicon chip that contains a CPU.

    Motherboard.

    Bus A collection of wires through which data is transmitted from one

    part of a computer to another. Random-access memory (RAM).

    Read-only memory (ROM).

    System unit.

    Expansion slot.

    Power supply.

  • 8/4/2019 01_Introduction to Networking

    8/31

    PC Basics: Backplane Components

    Backplane The large circuit board that containssockets for expansion cards.

    Network interface card (NIC).

    Video card.

    Audio card.

    Parallel port.

    Serial port.

    Mouse port.

    Power cord.

  • 8/4/2019 01_Introduction to Networking

    9/31

    Network Interface Card

    Protocols : Ethernet, Token Ring, or FDDI Types of media : Twisted-pair, coaxial, wireless,

    or fiber-optic Type of system bus : PCI or ISA

  • 8/4/2019 01_Introduction to Networking

    10/31

    NIC and Modem Installation

    Situations that require NIC installation include thefollowing:

    Adding a NIC to a PC that does not already have one

    Replacing a bad or damaged NIC Upgrading from a 10-Mbps NIC to a 10/100-Mbps NIC

    To perform the installation of a NIC or modem thefollowing resources may be required:

    Knowledge of how the adapter is configured, includingjumpers and plug-and-play software

    Availability of diagnostic tools

    Ability to resolve hardware resource conflicts

  • 8/4/2019 01_Introduction to Networking

    11/31

    NIC and Modem Installation

    Internalmodem

    Card

    Externalmodem

    Ethernet

    cablemodem

    PC modemcard

  • 8/4/2019 01_Introduction to Networking

    12/31

    TCP/IP Description and Configuration

    TCP/IP is a set of protocols or rules developed toallow cooperating computers to share resources a

    TCP/IP must be configured using the operating

    system tools.

  • 8/4/2019 01_Introduction to Networking

    13/31

    Testing Connectivity with Ping

  • 8/4/2019 01_Introduction to Networking

    14/31

    Testing Connectivity with Ping

    ping 127.0.0.1 - called an internal loopback test.

    It verifies the operation of the TCP/IP stack and NICtransmit/receive function.

    pingIP address of local host computer

    ping default-gateway IP address ping remote destination IP address

  • 8/4/2019 01_Introduction to Networking

    15/31

    Web Browser and Plug-ins

    Applications work in conjunction with the browser tolaunch the program required to view special files

    Flash plays multimedia files, which was created byMacromedia Flash

    Quicktime plays video files, which was created by Apple Real Player plays audio files

    In order to install the Flash plug-in, do thefollowing:

    Go to the Macromedia website.

    Download .exe file. (flash32.exe)

    Run and install in Netscape or IE

    Verify installation and proper operation by accessing theCisco Academy website.

  • 8/4/2019 01_Introduction to Networking

    16/31

    Troubleshooting Internet Connection Problems

    Define the problem

    Gather the facts

    Consider the possibility Create an action plan

    Implement the plan

    Observe the results

    Document the results

  • 8/4/2019 01_Introduction to Networking

    17/31

    NETWORK MATH

  • 8/4/2019 01_Introduction to Networking

    18/31

    Information stored in computers

    These 1 and 0 are referred to as binary digits orbits.

  • 8/4/2019 01_Introduction to Networking

    19/31

    Bits and Bytes: Information Unit

  • 8/4/2019 01_Introduction to Networking

    20/31

    Base 10 Number System (Decimal)

    Example:

    2134 = (2x10^3) + (1x10^2) + (3x10^1) + (4x10^0)

  • 8/4/2019 01_Introduction to Networking

    21/31

    Base 2 Number System (Binary)

    Example:10110 = (1 x 2^4 = 16) + (0 x 2^3 = 0) + (1 x 2^2 = 4)

    + (1 x 2^1 = 2) + (0 x 2^0 = 0) = 22

  • 8/4/2019 01_Introduction to Networking

    22/31

    Converting 8-bit Binary Numbers to Decimal Numbers

  • 8/4/2019 01_Introduction to Networking

    23/31

    Converting Decimal Numbers to 8-bit Binary Numbers

  • 8/4/2019 01_Introduction to Networking

    24/31

    Four-octet Dotted Decimal

  • 8/4/2019 01_Introduction to Networking

    25/31

    Base 16 system (Hexadecimal)

  • 8/4/2019 01_Introduction to Networking

    26/31

    Converting Binary Numbers to hexadecimal

  • 8/4/2019 01_Introduction to Networking

    27/31

    Boolean or Binary Logic

  • 8/4/2019 01_Introduction to Networking

    28/31

    IP Addresses and Network Masks

  • 8/4/2019 01_Introduction to Networking

    29/31

    Summary

    The physical connection that has to take place for acomputer to connect to the Internet

    The primary components of a computer

    Installation and troubleshooting network interface cardsand/or modems

    Basic testing procedures to test the Internet connection

    Web browser selection and configuration

    The Base 2 number system

    Binary number conversion to decimal The hexadecimal number system

    Binary representation of IP addresses and network masks

    Decimal representation of IP addresses and network masks

  • 8/4/2019 01_Introduction to Networking

    30/31

    Q&A

  • 8/4/2019 01_Introduction to Networking

    31/31


Recommended