Network Media and IOS (Internetwork Operating System) Basics Configurations
Network Media and IOS (Internetwork Operating System) Basics Configurations
3. Wireless Communications
uses radio frequencies (RFs) or infrared waves to
transmit data between devices on a LAN
Does not require installation of media but
susceptible to atmospheric conditions
Coaxial cabling
Coaxial (or coax) cable is a type of transmission Network Segmentation
line, used to carry high frequency electrical signals • Segmentation
with low losses. – The breaking down of a single heavily populated
This type of cable has an inner conductor which network segment into smaller segments, or collision
is surrounded by a tubular insulating layer. The domains, populated by fewer nodes
tubular insulating layer is also surrounded by a • Segment
tubular conducting shield. – Part of a network that is divided logically or
One advantage of coax is that the signal only physically from the rest of the network
exists in the space between the inner and outer • When network administrators place too many
conductors. nodes on the same network segment
o This allows coaxial cable runs to be installed – Causes the number of collisions to increase
next to metal objects such as gutters without
the power losses that occur in other types of
transmission lines. •
BNC Connector
Fiber-Optic cabling
used to carry light from the transmitting
device to the receiver. Understanding Frame Transmission
The fiber elements are usually individually • Each host on a segment evaluates the frame
coated with plastic layers and contained in a – To determine whether the listed destination MAC
protective shield. The type of shielding must address matches its own or is a broadcast to all hosts
be suitable for the environment where the • The host makes a copy of the frame and sends the
cable will be deployed. original along the network path
Applications for fiber optic cabling range • On the destination host, frames are sent up the TCP/
widely, such; data centers, hospitals, banks IP stack
and many others. – Removing each layer header information
2 types of fiber-optic network cables • For a packet to be routed on a TCP/IP internetwork
1. Single mode fiber – uses only a single ray of – An IP address and MAC address are required for
light to carry data. both the source and destination hosts
Uses lasers Routers on the Network
2. Multi mode fiber – • A router requires:
uses multiple rays – An IP address for every network segment to which
of light to carry data it is connected
using LEDs – A separate network interface or port for each
network
NOTE: Segment
• Computers send frames to destinations that are not • When TCP/IP hosts transmit packets to remote
on their segment to the router (default gateway) segments
• The router must determine which subnet should – They contact their default gateway (usually a
receive the frame router)
– The router references its routing table, determine • The router checks its routing tables against the
which of its interfaces is connected to the destination destination IP address
network. – To locate the appropriate network interface through
which to forward the packet
• Router re-addresses the frame or sends the packet to
the next router in the path (indirect routing)
Routing Packets
Network to Network
Routers maintain routing tables that they use to
route packets from one network to another
• When a network uses TCP/IP, each port on a router Cisco Router User Interface
requires an IP address - Cisco Internetwork Operating System (IOS)
– Allows the router to correctly forward the packet to Provides a command-line interface
the appropriate network segment (CLI)
• On a TCP/IP network, the logical addresses on a Allows network operators to check the
certain segment must be matched status of the router and network
– If you move a computer from one segment to administrators to manage and configure
another, the IP address will have to be changed the router
Accessing the IOS:
User Interface
• The initial prompt consists of two parts:
– The host name of the router followed by
the greater than symbol (>) Typing exit will take you back one level
– Default: router> Example: router(config-router)#
When the prompt displayed is the greater than Typing end or pressing the Ctrl+Z keys will take you
symbol all the way back to the enable prompt
User EXEC mode (or user mode) – Network Example: router(config-line)#
operator can check router status and review several Often, you can discover abbreviated commands by
of the router settings simply trying them
The question mark activates context-sensitive Help The router will show you the point at which you
on the Cisco router entered an incorrect character
User mode does not allow to configure the router
o To do this, go into the privileged EXEC
mode
To enter privileged EXEC, type the enable command
at the user mode prompt
o Next, may be prompted for a password.
o Greater than symbol (>) changes to a pound
sign (#)
Command Error
Configuration Models
Incomplete command – did not enter all the - to keep unauthorized individuals from viewing
keywords or values passwords in the configuration file.
Ambiguous command – did not enter enough - used to set a password on vty lines
characters - If you execute the show running-config or show
Incorrect / Unrecognized command – wrong startup-config command prior to the service
command or no command as such password-encryption command being executed, the
Examples: unencrypted passwords are visible in the
configuration output, then can be executed and the
encryption will be applied to the passwords.
- NOTE: Once the encryption has been applied,
removing the encryption service does not reverse
the encryption.
- To turn off password encryption, type:
Router(config)#no service password-encryption
Plethora of Passwords
Setting Line
passwords
enable and enable secret password configuration - Setting passwords for each line used to
- enable password contains weak cryptography configure the router
and should never be used if the enable secret command
is available. NOTE: can be seen on plain text - Configure the console line password
- enable secret serves the same purpose as the Enter line configuration mode
enable password command, but it is more secure and
with one major difference – the configured password is - Can also configure passwords on the five virtual
stored in encrypted form. NOTE: Uses a very secure terminal lines that exist on every router
MD5 cryptographic hash algorithm. In much the same way as on the console port
Console Password (Switch/Router)
PC>telnet 192.168.1.1
Trying 192.168.1.1 ...Open
Interfaces
Nonvolatile random access memory (NVRAM) - A router can ship with a variety of configurable
- A special type of RAM that is not cleared when interfaces
the router is rebooted A common interface is Ethernet0
The startup configuration file for the router is stored - Other types of interfaces include:
in NVRAM by default Token Ring
- This is the first file created by the person who Basic Rate Interface (BRI)
sets up the router Asynchronous Transfer Mode (ATM)
The Cisco IOS uses the configuration file in Fiber Distributed Data Interface (FDDI)
NVRAM during the router boot process Channel Interface Processor (CIP) for
Systems Network Architecture (SNA)
Random access memory (RAM)/DRAM High-Speed Serial Interface (HSSI)
- Also known as dynamic random access
memory (DRAM)
- A volatile hardware component
- Its information is not maintained in the event of
a router reboot
Changes to the router’s running configuration take
place in RAM/DRAM
12. At the global configuration mode type “do reload”
in the router, Yes for confirmation
13. Enter the copy running-configuration startup-
configuration command to save your changes