Introduction To Networking: CCNA 1 Chapter 1
Introduction To Networking: CCNA 1 Chapter 1
Introduction to Networking
BS CSIT BS
TMAC AA
CNSA AS
CNAS
• Question: Does this and some of the other courses focus only on
Cisco Systems networking? Does it apply to using non-Cisco
equipment?
• Answer: All of the information and more than 95% of the courses that
use Cisco equipment applies to general networking knowledge.
– Cisco, Nortel, Lucent, Alcatel, Foundry, Juniper, and others, all
apply industry standards protocols from IETF, IEEE, and others.
– Typing the commands on the equipment is very easy.
Understanding what is happening; how to design, implement, and
troubleshoot networks is the difficult part.
Copyright 2003 www.ciscopress.com
Watsonville Routing Table ISP A Routing Table ISP B Routing Table San Jose Routing Table
Network Exit Int. Next Hop Network Exit Int. Next Hop Network Exit Int. Next Hop Network Exit Int. Next Hop
172.16.0.0 S0 Connected 10.44.0.0 S1 Connected 10.44.0.0 S0 Connected 10.10.0.0/16 E0 Connected
192.168.1.0 E0 Connected 172.16.0.0 S0 Connected 172.30.0.0 S1 Connected 172.30.0.0 S0 Connected
Default S0 172.16.10.2 10.10.0.0/16 S1 10.44.0.2 10.10.0.0/16 S1 172.30.1.2 Default S0 172.30.1.1
192.168.10.0 S0 172.16.10.1 192.168.10.0 S0 10.44.0.1
192.168.10.10/24 192.168.10.37/24
DHCP Web Server 10.10.30.9/16
Def.Gate: 192.168.10.1 Def.Gate: 192.168.10.1 www.rideawave.org Def.Gate: 10.10.0.1
MAC: 00-00-A9 MAC: 00-00-34 C D 10.10.10.10/16 MAC: 00-01-AA
Def.Gate: 10.10.0.1
Host D ARP Table MAC: 00-AB-CD
IP Address MAC Address
Host A ARP Table 192.168.10.15/24 192.168.10.33/24
IP Address MAC Address Def.Gate: 192.168.10.1 Def.Gate: 192.168.10.1
Host F ARP Table
MAC: 00-00-DB MAC: 00-00-C4
IP Address MAC Address
Switch A MAC Address Table Switch B MAC Address Table Watsonville Router ARP Table (E0)
Switch C MAC Address Table
IP Address MAC Address
MAC Address Source Port MAC Address Source Port MAC Address Source Port
Learning Bridge
Algorithm and San Jose Router ARP Table (E0)
Copyright 2003
Table Operations IP Address MAC Address www.ciscopress.com
Course Information
Ethernet frames
• Network Topologies
MAC addresses
• Transmission media
Layer 2 communications
• Coax, twisted pair, fiber
IP Addressing and Subnetting
• Modulation
Classful and Classless addressing
• NICs
Introduction to Routers and
• Hubs and Repeaters, Routing Protocols
• Switches and Bridges ARP
• ISO and the OSI Model ICMP
• Cabling, UTP DHCP and DNS
• Collisions domains TCP and UDP
• Broadcast domains
• Binary and Hexadecimal number
systems
This will not be the last time you learn
about these topics in your networking
Copyright 2003 education and career.
www.ciscopress.com
The role of an IT
(Information Technology) Professional
– Logical connection
• Uses standards called protocols. A protocol is a formal
description of a set of rules and conventions that govern how
devices on a network communicate (TCP/IP)
– The application
• Interprets the data and displays the information in an
understandable form (HTML, FTP)
Copyright 2003 www.ciscopress.com
PC Basics
• Electronic components (Discrete Components)
– Connector, capacitor, intergrated circuits, LED, resistor,
transistor
• Installing a NIC in a PC
• To enable TCP/IP on
the workstation, it must
be configured using the
operating system tools.
• Plug-ins
– Flash/Shockwave,
QuickTime, Real Audio,
Adobe
• Base conventions
– 101 in base 2 is spoken as one zero one.
• Binary numbers
– Use principle of place value just as decimal numbers do
Copyright 2003 www.ciscopress.com
Binary Number System
Number of:
104 103 102 101 100
10,000’s 1,000’s 100’s 10’s 1’s
1,309 1 3 0
9
99 9 9
100 1 0 0
• 101102 = (1 x 24 = 16) + (0 x 23 = 0) + (1 x 22 = 4) + (1 x 21
= 2) + (0 x 20 = 0) = 22 (16 + 0 + 4 + 2 + 0)
27 26 25 24 23 22 21 20
128 64 32 16 8 4 2 1
Example: 35 = 32 + 2 + 1 = 00100011
27 26 25 24 23 22 21 20
128 64 32 16 8 4 2 1
0 0 1 0 0 0 1 1
-
Sometimes its easier to subtract the 0 values
from 255 (largest 8-bit value).
Copyright 2003 www.ciscopress.com
Four-Octet Dotted-decimal
Representation of
32-Bit Binary Numbers
• Split the binary number into four groups of eight
binary digits. Then convert each group of eight
bits, also known as an octet into its decimal
equivalent.