Module 8: The internet protocol Flashcards
what is a
network address
and how is it used
this is the address of a network
a host uses to determine whether it should use ARP to forward a message directly to a host on the same network or if it should send the message to its default gateway so that the message can be routed to a remote network
this can be either a:
- Directed broadcast
- Limited broadcast
what are the 2 types of
IPv4 broadcast
these include:
- the network address
- the broadcast address
what are the two IP addresses that are reserved on every IPv4 network
describe the type of customer who might receive a
class C network address
This class of address was given to customers that had small networks and could support 254 hosts
how does a
subnet mask
determine the network portion and the host portion of an IP address
- when this has a bit set to 1 then the bit in the same position in the IP address is part of the network portion
- when this has a bit set to 0 then the bit in the same position in the IP address is part of the host portion
what is
CIDR notation
this tells you how many bits are set to 1 in the subnet mask (i.e how many bits are representing the network portion of the IP address)
the notation consists of the ip address and then a forawrd slash at the end and a number telling you how many of the bits in the subnet mask are set to 1
example
IP: 192.168.1.0 /24
subnet: 1111 1111.1111 1111.1111 1111.0000 0000
- when this has a bit set to 1 then the bit in the same position in the IP address is part of the network portion
- when this has a bit set to 0 then the bit in the same position in the IP address is part of the host portion
how does a
subnet mask
determine the network portion and the host portion of an IP address
The network address given could be from
0.0.0.0 /8 to 127.0.0.0 /8
what is the address range of the
class A network address
what is the
private IP address range
with
CIDR notation /16
the address range of this is from
192.168.0.0
to
192.168.255.255
this is a message sent by a hosts that is receieved only by subscribing devices
in general it provides a way for a host to share a message with a goup of other hosts that are concerned about the message
what is an
IPv4 multicast
this tells you how many bits are set to 1 in the subnet mask (i.e how many bits are representing the network portion of the IP address)
the notation consists of the ip address and then a forawrd slash at the end and a number telling you how many of the bits in the subnet mask are set to 1
example
IP: 192.168.1.0 /24
subnet: 1111 1111.1111 1111.1111 1111.0000 0000
what is
CIDR notation
how does a host write the IP address when sending an
IPv4 limited broadcast
when a host wants to send one of these it will set the IP address to
255.255.255.255
- this identifies the network
- is the first address on a network
- will have the host portion of the network address at all 0s
in 3 points describe what the
network address
is
how does a host write the IP address when sending an
IPv4 directed broadcast
when a host wishes to send one of these it will:
- set the network portion of the IP to the network it wishes to communicate with
- set the host portion of the IP address to all 1s
describe the
IPv4 limited broadcast
a host will use this when it wishes to send an IPv4 message to all hosts on the same network
what are the 2 types of
IPv4 broadcast
this can be either a:
- Directed broadcast
- Limited broadcast
The first usable address will always be one above the the network address
The last usable address will always be one less than the network broadcast address
what is the
first usable address and last usable address on a network
This class of network address was handed to customers who had extremely large networks. A network address of this class could support 16 million hosts
describe the type of customer who might receive a
class A network address
what is the address range that is reserved for
IPv4 multicasting on a local network only
the addresss range reserved for this is from
224.0.0.0
to
224.0.0.255
Any message sent within this address range will not be forwarded by the router
this range is from
10.0.0.0
to
10.255.255.255
what is the
private IP address range
with
CIDR notation /8
what is an
IPv4 unicast
this term is given to peer to peer or peer to server communication
in general it describes a message being sent where its destination will be to one device
what is the address range of the
class C network address
The network address given could be from
192.0.0.0 /24
to
223.255.255.0 /24
this is:
- a binary number containing 32 bits
- it is divided into 4 groups called octets
- each octet has a decimal range from 0 to 255
answer the following questions about
IPv4
- how many bits are in an IPv4 address
- how is this address divided
- and what are the decimal ranges for each of these divisions
The network address given could be from
128.0.0.0 /16
to
191.255.0.0 /16
what is the address range of the
class B network address
what is a
public IP address
This is an IP address that can be routed across the internet. if a network wishes to communicate on the internet it must use one of these
what is an
IPv4 multicast
this is a message sent by a hosts that is receieved only by subscribing devices
in general it provides a way for a host to share a message with a goup of other hosts that are concerned about the message
this range is from
172.16.0.0
to
172.31.255.255
what is the
private IP address range
with
CIDR notation /12
hosts use this when they would like to direct a broadcast to a specific network
this can be either their own network or a remote network
describe the
IPv4 directed broadcast
this was abondoned in the 1990s because it does not make full use of all available network addresses. the internet was growing and it was clear that this system was not efficient.
this was replaced by classless addressing formerly known as
Classless Inter-Domain Routing (CIDR)
why was
classful addressing
abondoned and what replaced it
in 3 points describe what the
network address
is
- this identifies the network
- is the first address on a network
- will have the host portion of the network address at all 0s