ITE7 Chp6

Download as pdf or txt
Download as pdf or txt
You are on page 1of 57

Chapter 6: Applied Networking

Instructor Materials

IT Essentials v7.0
6.1 Device to Network
Connection

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 2
Network Addressing
Video Explanation – MAC Addressing

This is a video explanation about MAC Addressing:


• Communication analogy
• NIC MAC Address
• Physical Address
• OUI and Vendor Assigned
• Communication on the Same Network
• Communication on a Separate Network

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 3
Network Addressing
Video Explanation – IPv4 Addressing

This is a video explanation about IPv4 Addressing:


• Communication analogy
• IPv4 Addresses vs. IPv6 Addresses
• Decimal vs. Binary vs. Hexadecimal
• Subnet Masks
• IPv4 Address Network and Host Portions
• IPv4 Addressing Example

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 4
Network Addressing
Video Explanation – IPv6 Addressing

This is a video explanation about IPv6 Addressing:


• Hexadecimal Segments
• Address Compression Rules
• IPv6 Address Network and Host Portions
• IPv6 Addressing Example

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 5
Network Addressing
Two Network Addresses

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 6
Network Addressing
Two Network Addresses (Cont.)
 When a laptop is
moved to a different
network, the MAC
address stays the
same, but the IPv4 and
IPv6 addresses
change.

 A MAC address is a
unique number that is
part of the NIC.

 IP addresses are
assigned by the
company or internet
provider.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 7
Network Addressing
Displaying the Addresses

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 8
Network Addressing
IPv4 Address Format
 Two parts of an IP address:
• Network
• Host
 The subnet mask determines
which part of the address is
the network part.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9
Network Addressing
IPv6 Address Format
 Rules:
• Omit leading 0s – 0db8 can
be db8
• Omit all 0 segments – use
double colons (::)

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 10
Network Addressing
Static Addressing
 Static address information
needed for communication
with other networks and the
internet:
• IP address
• Subnet mask
• Default gateway (address
of router so information
can be sent to other
networks)
• DNS server (converts
domain names or URLs to
IP addresses for easy
reachability or remote web
sites and devices)
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 11
Network Addressing
Dynamic Addressing

 IP addressing information
comes from a DHCP server

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 12
Network Addressing
Link-local IPv4 and IPv6 Addresses
 IPv4 device uses if the
device cannot obtain an IPv4
IP address.
 IPv6 device must always
have a dynamic or manually
configured link-local IPv6 IP
address.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 13
Configure a NIC
Packet Tracer – Add Computers to an Existing Network

In this Packet Tracer activity, you will configure the computers


to use DHCP, configure static addressing, use ipconfig to
retrieve host IPv4 information, and use ping to verify
connectivity.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 14
Configure a NIC
Network Design
 Network
components

 Network design Typical Home


Network

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 15
Configure a NIC
Selecting a NIC

Wired Wireless
Ethernet Ethernet

Wireless
Ethernet

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 16
Configure a NIC
Installing and Updating a NIC
 If installing a wireless NIC,
ensure antenna is positioned
for optimum reachability
 Use Device Manager to
view the driver details:
• Expand the Network
adapters category
• Right-click on specific NIC >
Properties or Update driver

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 17
Configure a NIC
Configure a NIC

 Wireless devices including


smart phones also need IP
addresses to participate on a
wireless network.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 18
Configure a NIC
ICMP

ping command switch options

 Internet Control Message Protocol (ICMP) is used to


test connectivity and send control and error messages.

 The ping command is part of ICMP.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 19
Configure a NIC
Lab – configure a NIC to Use DHCP in Windows

In this lab, you will configure an Ethernet NIC to use DHCP


to obtain an IP address and test connectivity between two
computers.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 20
Configure a Wired and Wireless Network
Video Explanation – Configure a Wired and Wireless Network

This is a video explanation about configuring a wired and wireless network:


• Connect Cables
• Wireless Router Web Page
• Change Password
• WAN Settings
• LAN Settings
• Wireless Settings
• Connect to the Wireless Network

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 21
Configure a Wired and Wireless Network
Connecting Wired Devices to the Internet
To connect a small office or
home wired network device:

1. Connect the cable to


device.

2. Connect other end of


cable to switch (yellow To modem To PC
port).

3. Connect cable between


the wireless router (blue
port) and the broadband
modem.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 22
Configure a Wired and Wireless Network
Logging into the Router

 Open a browser and enter the


default IP address of the router.

 Change the default username


and password immediately.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 23
Configure a Wired and Wireless Network
Basic Network Setup

1. Log in to router.

2. Change the default password.

3. Log in with new password.


4. Set the DHCP address range

5. Renew IP addresses on
devices (ipconfig /release
and then ipconfig /renew
commands).
6. Change default IP address and
log in with new IP address.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 24
Configure a Wired and Wireless Network
Basic Wireless Settings 2.

1. View WLAN defaults.

2. Change the network mode. 3.


3. Configure SSID. 4.
4. Configure channel.

5. Configure security mode.

6. Configure the passphrase. 5.

6.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 25
Configure a Wired and Wireless Network
Configure a Wireless Mesh Network

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 26
Configure a Wired and Wireless Network
NAT for IPv4

 Network Address Translation


(NAT) converts private IPv4
addresses to Internet-routable
public IPv4 addresses.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 27
Configure a Wired and Wireless Network
Quality of Service

 Quality of Service (QoS)


configuration allows
prioritization of specific
traffic types.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 28
Configure a Wired and Wireless Network
Packet Tracer – Connect to a Wireless Network

In this Packet Tracer activity, you will configure a


wireless router and an access point to accept wireless
clients and route IP packets. You will also update some
of the default settings.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 29
Configure a Wired and Wireless Network
Lab – Configure a Wireless Network

In this lab, you will configure basic settings


on a wireless router and connect a PC to
router wirelessly.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 30
Firewall Settings
Video Explanation – Firewall Settings

This is a video explanation about Firewall Settings:


• DMZ configuration in LAN
• Firewall rules

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 31
Firewall Settings
UPnP

 Universal Plug and Play (UPnP)


is not secure and is a security
risk.

 UPnP allows devices to


dynamically add themselves to a
wireless network without
intervention/configuration.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 32
Firewall Settings
DMZ
 A demilitarized zone (DMZ) is a
network that provides services to
an untrusted network.
 A DMZ often contains servers.

 Some wireless routers support


the creation of a DMZ.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 33
Firewall Settings
Port Forwarding

 Port forwarding allows traffic to


specific ports.

 Port triggering allows a temporary


opening in the firewall to allow
data to specific inbound ports or a
port range for an application or
game.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 34
Firewall Settings
MAC Address Filtering
 MAC Address Filtering is
used to specify the MAC
addresses that are
allowed on the wireless
network.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 35
Firewall Settings
Whitelisting and Blacklisting

 Whitelisting – allow users such


as children or employees access
to specific IP addresses.

 Blacklisting – block known web


sites

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 36
Firewall Settings
Packet Tracer – Configure Firewall Settings

In this Packet Tracer activity, you will configure a


wireless router to:
• Rely on MAC filtering to increase security
• Allow access to a server in the DMZ
• Disable the DMZ and configure support for
Single Port Forwarding

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 37
Firewall Settings
Lab – Configure Firewall Settings

In this lab, you will configure firewall settings to use MAC


address filtering, a DMZ, and single port forwarding on a
wireless router to manage the connections and traffic through
the wireless router.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 38
IoT Device Configuration
Internet of Things

 Internet of Things (IoT) may


connect to a pre-existing network
or a network of its own.

 A smart home contains IoT


devices.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 39
IoT Device Configuration
IoT Devices in Packet Tracer

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 40
Firewall Settings
Packet Tracer – Configure Firewall Settings

In this activity, you have just installed various IoT devices


around the house and wish to configure them as a home
security system. You will configure the home gateway to use a
motion sensor, test and reset security features, and set the air
conditioning.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 41
6.2 Network Troubleshooting
Process

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 42
Network Troubleshooting Process
The Troubleshooting Process

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 43
Network Troubleshooting Process
The Six Steps to Troubleshoot a Network – Step 1

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 44
Network Troubleshooting Process
The Six Steps to Troubleshoot a Network – Step 2

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 45
Network Troubleshooting Process
The Six Steps to Troubleshoot a Network – Step 3

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 46
Network Troubleshooting Process
The Six Steps to Troubleshoot a Network – Step 4

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 47
Network Troubleshooting Process
The Six Steps to Troubleshoot a Network – Step 5

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 48
Network Troubleshooting Process
The Six Steps to Troubleshoot a Network – Step 6

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 49
Network Problems and Solutions
Common Problems and Solutions for Networking

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 50
Network Problems and Solutions
Advanced Problems and Solutions for Network Connections

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 51
Network Problems and Solutions
Advanced Problems and Solutions for FTP and Secure Internet
Connections

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 52
Network Problems and Solutions
Advanced Problems and Solutions Using Network Tools

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 53
Network Problems and Solutions
Lab – Troubleshoot Network Problems

In this lab, you will diagnose the causes of network


problems and solve them.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 54
6.3 Chapter Summary

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 55
Chapter 6: Applied Networking Summary
6.1 Device to Network Connection
• Configure devices for wired and wireless networks.
• Explain MAC and IP addressing for computer networks.
• Configure a NIC for wired and wireless networks.
• Configure wireless networking in a small LAN.
• Configure firewall settings.
• Configure IoT devices.
6.2 Network Troubleshooting
• Troubleshoot problems and solutions related to networks.
• Explain the six steps of the troubleshooting process for networks.
• Troubleshoot common and advanced problems related to networks.

© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 56

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy