CA Ex S1M06 Addressing the Network-IPv4

  • Upload
    ha-tran

  • View
    220

  • Download
    0

Embed Size (px)

Citation preview

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    1/101

    Network Fundamentals Chapter 6

    Addressing the Network IPv4

    CCNA Exploration version 4.0

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    2/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 2

    Objectives

    Explain the structure IP addressing and demonstrate the abilityto convert between 8-bit binary and decimal numbers.

    Given an IPv4 address, classify by type and describe how it isused in the network Explain how addresses are assigned to networks by ISPs and

    within networks by administrators

    Determine the network portion of the host address and explainthe role of the subnet mask in dividing networks.

    Given IPv4 addressing information and design criteria, calculatethe appropriate addressing components.

    Use common testing utilities to verify and test networkconnectivity and operational status of the IP protocol stack on ahost.

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    3/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 3

    Labs

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    4/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 4

    Introduction

    Addressing is a key function of Network layer protocols thatenables data communication between hosts on the samenetwork or on different networks.

    Designing,implementing andmanaging aneffective IPv4addressing planensures that ournetworks canoperate effectivelyand efficiently.

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    5/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 5

    IPv4 Addresses

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    6/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 6

    IP Addressing Structure

    32-bit address

    is expressed inDotted decimal

    Network portion

    Host portion

    Octet

    6.1.1

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    7/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 7

    Binary to Decimal Conversion

    6.1.2.1

    Positional

    Notation

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    8/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 8

    Binary to Decimal Conversion

    6.1.2.2

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    9/101

    6.1.3 Practice Activity

    Hc vin mng Bch Khoa - Website: www.bkacad.com 9

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    10/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 10

    Decimal to Binary Conversions

    6.1.4.1

    most-significant bit

    (msb)

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    11/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 11

    Decimal to Binary Conversions

    6.1.4.2

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    12/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 12

    Decimal to Binary Conversions

    6.1.4.3

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    13/101

    6.1.5 Practicing Decimal to Binary Conversion

    Hc vin mng Bch Khoa - Website: www.bkacad.com 13

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    14/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 14

    Subnet Mask

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    15/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 15

    Defining the Network and Host Portions

    The subnet mask is 32-bit pattern andcreated by placing a binary 1 in each bit position that

    represents the network portion and placinga binary 0 in each bit position that

    represents the host portion.

    The prefix and the subnet mask are differentways of representing the same thing - thenetwork portion of an address.

    6.4.1

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    16/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 16

    Defining the Network and Host Portions

    00000000 = 0

    10000000 = 128 11000000 = 192 11100000 = 224 11110000 = 240 11111000 = 248

    11111100 = 252 11111110 = 254

    11111111 = 255

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    17/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 17

    Defining the Network and Host Portions

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    18/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 18

    Defining the Network and Host Portions

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    19/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 19

    ANDing

    ANDing process: extracts the networkaddress from the IP address.

    Logical AND:1 AND 1 = 1

    1 AND 0 = 00 AND 1 = 0

    0 AND 0 = 0

    6.4.2

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    20/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 20

    Defining the Network and Host Portions

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    21/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 21

    The ANDing Process

    6.4.3

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    22/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 22

    Addresses for Different Purposes

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    23/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 23

    Type of Address in an IPv4 Network

    1. Network address - The address by which we refer tothe network. All hosts in a network will have the samenetwork bits.

    2. Broadcast address - A special address used to senddata to all hosts in the network. The broadcastaddress uses the highest address in the network

    range. This is the address in which the bits in the host

    portion are all 1s. This address is also referred to asthe directed broadcast.

    3. Host addresses - The addresses assigned to theend devices in the network

    Three types of addresses 6.2.1

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    24/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 24

    Type of Address in an IPv4 Network

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    25/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 25

    Type of Address in an IPv4 Network

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    26/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 26

    Type of Address in an IPv4 Network

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    27/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 27

    Type of Address in an IPv4 Network

    6.2.1.2

    The prefix length is the

    number of bits in the address

    that gives us the network

    portion.

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    28/101

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    29/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 29

    Calculating addresses

    6.2.2.1

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    30/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 30

    Network, Hosts & Broadcast Addresses

    6.2.2.2

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    31/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 31

    Types of Communication

    Unicast:

    Is used for the normal host-to-host communication inboth a client/server and a

    peer-to-peer network.

    Uses the host address ofthe destination device asthe destination address and

    can be routed through aninternetwork.

    6.2.3.1

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    32/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 32

    Types of Communication

    Broadcast:

    The process of sending apacket from one host to allhosts in the network

    Host processes abroadcast addressdestination packet likeunicast address.

    A directed broadcast is sent to allhosts on a specific network.

    The limited broadcast is used forcommunication that is limited to the

    hosts on the local network.

    6.2.3.2

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    33/101

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    34/101

    Lab 6.2.3.4

    Hc vin mng Bch Khoa - Website: www.bkacad.com 34

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    35/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 35

    Reserved IPv4 Address Ranges

    6.2.4

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    36/101

    Q/A: Host Addresses

    Which are addresses withinthe address range used for

    special purpose ?

    Hc vin mng Bch Khoa - Website: www.bkacad.com 36

    6.2.4

    Q/A M l i Add

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    37/101

    Q/A: Multicast Addresses

    Link Local addresses ? Global scopred addresses ?

    Hc vin mng Bch Khoa - Website: www.bkacad.com 37

    6.2.4

    P bli d P i t dd

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    38/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 38

    Public and Private addresses

    6.2.5

    P bli d P i t dd

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    39/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 39

    Public and Private addresses

    Private Addresses: are set aside for use in privatenetworks.

    10.0.0.0 to 10.255.255.255 (10.0.0.0 /8)

    172.16.0.0 to 172.31.255.255 (172.16.0.0 /12)

    192.168.0.0 to 192.168.255.255 (192.168.0.0 /16)

    Public Addresses: are designed to be used in thehosts that are publicly accessible from the Internet.

    Network Address Translation (NAT): is used totranslate private addresses to public addresses, be

    implemented on a device at the edge of the privatenetwork.

    A ti it 6 2 5 2

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    40/101

    Activity 6.2.5.2

    Hc vin mng Bch Khoa - Website: www.bkacad.com 40

    Special IPv4 Addresses

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    41/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 41

    Special IPv4 Addresses

    Network Addresses Broadcast Addresses Default Route

    0.0.0.0/0 Link-Local Addresses

    169.254.0.0 to 169.254.255.255 (169.254.0.0 /16) These addresses can be automatically assigned TEST-NET Addresses

    The address block 192.0.2.0 to 192.0.2.255

    (192.0.2.0 /24) is set aside for teaching and learningpurposes. These addresses can be used indocumentation and network examples. Unlike theexperimental addresses, network devices willaccept these addresses in their configurations

    6.2.6

    Special IPv4 Addresses

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    42/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 42

    Special IPv4 Addresses

    Legacy IPv4 Addressing

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    43/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 43

    Legacy IPv4 Addressing

    6.2.7

    Classful Addressing

    Legacy IPv4 Addressing

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    44/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 44

    Legacy IPv4 Addressing

    Limits to the Class-based SystemClassful allocation of address

    space often wasted manyaddresses, which exhausted the

    availability of IPv4 addresses.

    Legacy IPv4 Addressing

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    45/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 45

    Legacy IPv4 Addressing

    Classless AddressingAddress blocks appropriate to the

    number of hosts are assigned tocompanies or organizations withoutregard to the unicast class.

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    46/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 46

    Assigning Addresses

    Planning to Address the Network

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    47/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 47

    Planning to Address the Network

    1. Preventing duplication of addresses: each host in aninternetwork must have a unique address.

    2. Providing and controlling access: Some hosts provideresources to the internal network as well as to the externalnetwork. If the addresses for these resources are not plannedand documented, the security and accessibility of the devicesare not easily controlled.

    3. Monitoring security and performance: As part of themonitoring process, we examine network traffic looking foraddresses that are generating or receiving excessive packets.

    The allocation of these addresses inside the networks

    should be planned and documented for the purpose of:

    6.3.1.1

    Planning to Address the Network

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    48/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 48

    Planning to Address the Network

    Within a network, there are different types of

    hosts:End devices for users

    Servers and peripherals

    Hosts that are accessible from theInternet

    Intermediary devices

    Planning to Address the Network

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    49/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 49

    Planning to Address the Network

    An important part of planning an IPv4 addressing schemeis deciding when private addresses are to be used andwhere they are to be applied. Considerations:

    1. Number of devices connected to the networkmore than public addresses allocated by the

    network's ISP?2. Need to be accessed from outside the local

    network?

    3. Supports NAT service?

    6.3.1.2

    Planning to Address the Network

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    50/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 50

    Planning to Address the Network

    Planning to Address the Network

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    51/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 51

    Planning to Address the Network

    Assigning Addresses

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    52/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 52

    Assigning Addresses

    Static Assignment: The network administrator mustmanually configure the network information for a host.

    6.3.2.1

    Benefits ?

    Assigning Addresses

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    53/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 53

    g g

    Dynamic Host Configuration Protocol (DHCP): enables theautomatic assignment of addressing information such as IP address,subnet mask, default gateway, and other configuration information.

    6.3.2.2

    Benefits ?

    Assigning Addresses to Other Devices

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    54/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 54

    g g

    6.3.3

    Who Assigs the Different Addresses ?

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    55/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 55

    g

    Internet Assigned Numbers Authority (IANA) (http://www.iana.net ) is the master holder of the IP

    addresses.

    6.3.4

    ISPs

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    56/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 56

    6.3.5

    Internet Backbone ?

    ISPs: Tier 1

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    57/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 57

    The primary advantages for customers of Tier 1 ISPs are reliability and speed. The drawback for Tier 1 ISP customers is its high cost.

    ISPs: Tier 2

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    58/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 58

    Tier 2 ISPs generally focus on business customers. These tier 2 ISPs tend to have the IT resources to operate their own services such as DNS, e-

    mail servers, and web servers.

    The primary disadvantage of Tier 2 ISPs, as compared to Tier 1 ISPs, is slower Internetaccess.

    ISPs: Tier 3

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    59/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 59

    The focus of these ISPs is the retail and home marketsin a specific locale.

    While they may have reduced bandwidth and lessreliability than Tier 1 and Tier 2 providers, they are oftengood choices for small to medium size companies.

    Overview of IPv6

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    60/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 60

    6.3.6

    Overview of IPv6

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    61/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 61

    Creating expanded addressing capabilitieswas the initial motivation for developing this

    new protocol. Other issues were also considered during

    the development of IPv6, such as:

    Improved packet handling

    Increased scalability and longevity

    QoS mechanismsIntegrated security

    Overview of IPv6

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    62/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 62

    1. 128-bit hierarchical addressing - to expandaddressing capabilities

    2. Header format simplification - to improvepacket handling

    3. Improved support for extensions and options- for increased scalability/longevity and improved

    packet handling

    4. Flow labeling capability - as QoS mechanisms5. Authentication and privacy capabilities - to

    integrate security

    To provide these features, IPv6 offers:

    Overview of IPv6

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    63/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 63

    IPv6 is not merely a new Layer 3 protocol - it is anew protocol suite.

    Because of the increased size of the IPv6 header,it also impacts the underlying network

    infrastructure.

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    64/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 64

    Calculating Addresses

    Basic subnetting

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    65/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 65

    6.5.1.1

    Formula for calculating subnets

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    66/101

    The number of subnets = 2^n (n= thenumber of bits borrowed) The number of hosts per network = 2^n -2

    (n= number of host bits)

    Hc vin mng Bch Khoa - Website: www.bkacad.com 66

    Basic subnetting

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    67/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 67

    6.5.1.2

    Basic subnetting

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    68/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 68

    6.5.1.3

    FLSM vs VLSM

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    69/101

    Fixed Length Subnet Mask Variable Length Subnet Mask

    Hc vin mng Bch Khoa - Website: www.bkacad.com 69

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    70/101

    Dividing Networks into Right Sizes

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    71/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 71

    6.5.2.2

    http://www.vlsm-calc.net/

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    72/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 72

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    73/101

    Subnetting a Subnet

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    74/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 74

    6.5.4 Determining the Network Address

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    75/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 75

    6.5.5 Calculating the Number of Hosts

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    76/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 76

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    77/101

    Lab 6.5.7

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    78/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 78

    Lab 6.5.8

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    79/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 79

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    80/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 80

    Testing the Network Layer

    Testing the Local Stack

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    81/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 81

    Pinging the Local Loopback: 127.0.0.1

    6.6.1

    Testing Connectivity to the Local LAN

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    82/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 82

    Ping Gateway

    6.6.2

    Testing Connectivity to Remote LAN

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    83/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 83

    Use ping to verify that a local host can communicate via agateway to a device in remote network

    6.6.3.1

    Lab 6.6.3.2-Ping

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    84/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 84

    Testing the Path

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    85/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 85

    Use tracert/traceroute command

    6.6.4.1

    Round Trip Time ?

    Lab 6.6.4.2- Trace Route

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    86/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 86

    ICMP v4 The Protocol supporting Testing and Messaging

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    87/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 87

    ICMP is the messaging protocol for the TCP/IP suite.ICMP provides control and error messages and is used

    by the ping and traceroute utilities. ICMP messages that may be sent include: Host confirmation

    Unreachable Destination or Service Time exceeded Route redirection Source quench

    6.6.5

    ICMPv4

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    88/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 88

    The purpose of these messages is toprovide feedback about issues related tothe processing of IP packets under certainconditions, not to make IP reliable.

    ICMP messages are not required and areoften not allowed for security reasons.

    Lab 6.7.1 6.7.5

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    89/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 89

    Q&A

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    90/101

    Refer to the exhibit. Which network prefix will implement

    the IP addressing scheme for the LANs shown in thegraphic?

    Hc vin mng Bch Khoa - Website: www.bkacad.com 90

    Q&A

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    91/101

    Refer to the exhibit. Host A is connected to the LAN, but itcannot get access to any resources on the Internet. Theconfiguration of the host is shown in the exhibit. Whatcould be the cause of the problem?

    Hc vin mng Bch Khoa - Website: www.bkacad.com 91

    Q&A

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    92/101

    The devices are recommended to beassigned static IP addresses:

    serversnetwork printers

    routersSwitchs

    firewalls

    Hc vin mng Bch Khoa - Website: www.bkacad.com 92

    Q&A

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    93/101

    Which of the following are features ofIPv6

    larger address space

    data types and classes of service

    authentication and encryption

    Hc vin mng Bch Khoa - Website: www.bkacad.com 93

    Summary

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    94/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 94

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    95/101

    200H (/24)

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    96/101

    200H (/24)

    107.1.0.0 lan1 107.1.1.0lan6

    107.1.2.0 107.1.3.0

    Hc vin mng Bch Khoa - Website: www.bkacad.com 96

    100H 90H

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    97/101

    100H, 90H 107.1.2.0/24 /15

    .2.0 2.128

    Hc vin mng Bch Khoa - Website: www.bkacad.com 97

    50H

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    98/101

    50H 107.1.3.0/24 -/26 .3.0 lan 4

    .3.64 .3.128

    .3.192

    Hc vin mng Bch Khoa - Website: www.bkacad.com 98

    30H

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    99/101

    30H .3.64/26 /27 3.64 Lan5

    .3.96

    Hc vin mng Bch Khoa - Website: www.bkacad.com 99

    Link 2H

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    100/101

    Link 2H .3.96/27 /30 .3.96

    .3.100

    Hc vin mng Bch Khoa - Website: www.bkacad.com 100

  • 7/28/2019 CA Ex S1M06 Addressing the Network-IPv4

    101/101

    Hc vin mng Bch Khoa - Website: www.bkacad.com 101