Lecture2 Networking Devices
Lecture2 Networking Devices
Chapter 2
Networking Devices
Module Objectives
Module Title: Networking Devices
Configure Switch and End Device Basic Switch and End Device Configuration
Networking Devices
• Networking devices interconnects networks
• Manage data flow and network traffic
Networking
Devices
Other
NIC Hubs Bridges Switches Routers Gateways
Devices
2.1 Network Interface Card (NIC)
Networking Devices
Network Interface Card (1)
• In a network, to send the data the node
requires the destination address.
• In a network, each node should have its own
address to send and receive their data.
• This address is known as physical or MAC
(Media Access Control) address.
• It is provided by a device known as Network
Interface Card (NIC) and it operates at layer
2 of the OSI model.
Networking Devices
Network Interface Card (2)
❖MAC (Media Access Control) address.
• Is a 12 digit hexadecimal number (48 bit
address).
• Is made up of numbers from 0-9 or a letter from
A-F.
❖Two parts:
• The first part of the address gives information
about the adapter manufacturer (ID number of
the manufacturer).
• The second half of the MAC address represents
a serial number for that NIC provided by the
manufacturer.
2.2 Hub
Networking Devices
Hub
❖Multispeed Switch:
• Having number of ports such as 100 Base T
and one or two gigabit ports
10/100/1000 port
Networking Devices
Switch(3)
❖Working of Switch:
• When switch receives data from one of the
connected devices, it forwards data only to the
port on which the destination system is
connected.
• Uses the Media Access Control (MAC) address
of the devices to determine the correct port.
• Refers to MAC table which stores MAC address
with corresponding port number.
2.4 Router
Networking Devices
Router
▪ Use Cisco IOS commands to specify or limit access to the device configurations
• Configure PC Hosts
• Keyword – This is a specific parameter defined in the operating system (in the figure, ip
protocols).
• Argument - This is not predefined; it is a value or variable defined by the user (in the
figure, 192.168.10.5).
The Command Structure
IOS Command Syntax Check
A command might require one or more arguments. To determine the keywords
and arguments required for a command, refer to the command syntax.
Boldface text indicates commands and keywords that are entered as shown.
Italic text indicates an argument for which the user provides the value.
Convention Description
Boldface text indicates commands and keywords that you enter literally as
boldface
shown.
italics Italic text indicates arguments for which you supply values.
Braces and vertical lines within square brackets indicate a required choice
[x {y | z }] within an optional element. Spaces are used to clearly delineate parts of the
command.
The Command Structure
IOS Command Syntax Check (Cont.)
▪ The command syntax provides the pattern, or format, that must be used when entering a
command.
▪ If a command is complex with multiple arguments, you may see it represented like this:
The Command Structure
IOS Help Features
The IOS has two forms of help available: context-sensitive help and command
syntax check.
• Context-sensitive help enables you to • Command syntax check verifies that
quickly find answers to these questions: a valid command was entered by
• Which commands are available in each command the user.
mode? • If the interpreter cannot understand the
• Which commands start with specific characters or command being entered, it will provide
group of characters? feedback describing what is wrong with
the command.
• Which arguments and keywords are available to
particular commands?