Lab - Investigating Network Addressing
Lab - Investigating Network Addressing
Weight: 6% Marks: /9
Student Name:
Student ID:
Date:
This page was intentionally left blank.
Table of Contents
Lab Title ......................................................................................................................................1
Introduction ..............................................................................................................................4
Procedure ................................................................................................................................3
References ..............................................................................................................................9
Submit your lab document on D2L including responses to all questions. Be prepared to discuss
the reflection questions in class.
Screen Capture 1 – Create a screen capture showing the output of the command for the interface you are
using. Indicate your MAC address in the screen capture. (1 Point)
2. How many interfaces does your computer have? Are they all made by the same
manufacturer?
IP (Internet Protocol) addressing is used to identify traffic sources and destinations for traffic
that is travelling outside the local area network. (LAN) There are two different versions, IPv4
and IPv6. We will be looking at IPv4 in our lab exercise. IPv4 addresses are made up of 32
binary bits and are typically represented in a dotted decimal format. (xxx.xxx.xxx.xxx) This is
broken down into 4 groupings of 8 bits, which gives us minimum and maximum values of 0
and 255. We call these groups ‘octets.’ IPv4, with 32 bits, gives us a total of 4.29 billion
addresses, which were quickly being exhausted. This problem was alleviated by separating
the address space into classes and assigning ranges inside the classes as private ranges.
These private addresses are not routable on the internet but are used only inside private
networks. When identifying IPv4 addresses, it is important to look at two things: the 32-bit
address and the 32-bit subnet mask. The subnet mask tells the computer what range of
addresses it should consider to be inside its local network.
Because private IPv4 addresses cannot be routed on the internet, these addresses can be used
in any number of private networks without interfering with each other’s addressing schemes.
2. Which private class is more likely to be used for home use? For business use? Why? (2 Points)
When data is moving inside a single LAN, the addressing that gets used most frequently is
the physical addressing, the MAC addresses. A network switch builds up a table of what
devices are connected to each interface using the MAC addresses. The data frame will
be encapsulated at each stop along its journey and the MAC addressing will be adjusted
to indicate the source and destination MAC addresses of the current link it will travel on.
IPv4 addressing is used most when data has to leave one network and travel to a different
network. The routers will look at the destination IPv4 address to determine what
interface to send that packet out of. The IP addressing does not change at all through its
journey from source to destination, but the MAC addressing changes with each step.
Watch the following video, then answer the questions relating to the graphic below.
https://www.youtube.com/watch?v=3kfO61Mensg&t=900s
10.1.1.10
10.1.1.10 10.1.2.10
10.1.2.10 00D0.58cd.C201
00D0.FFD7.995E 0001.4366.1EAE
00D0.58CD.C201
1. As the packet moves from PC0 to PC1, what are the source and destination IP and
MAC addresses at each stage? (4 Points)
2. What changes do you see in the course of moving from one LAN to another? What
stays the same? (1 Point)
Part 3, Question 1 – 4 Marks (Correct IP, correct MAC in section 1, correct IP, correct MAC in
section 2)
References
<Reference (APA format)