IP Addressing Flashcards

1
Q

Internet Protocol (IP) Address

A

o An assigned numerical label that is used to identify Internet communicating
devices on a computer network
▪ Layer 2
● Between two devices that are internal to own network or LAN
▪ Layer 3
● Between two different networks or even two different subnets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Internet Protocol Version 4 (IPv4) Addressing

A

Written in dotted-decimal notation
● 10.1.2.3
● 172.21.243.67
▪ Each IPv4 address is divided into 4 separate numbers and divided by dots
▪ Each of these divisions are called octets due to having 8 bits assigned
▪ 32-bits in length

▪ IPv4 address is divided into network and host portions
▪ Subnet mask defines the network portion
● Network portion if a binary 1
● Host portion if binary 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Classes of IP Addresses

A

▪ Default subnet mask assigned by first octet
● Classful Masks if using default subnet mask

Class A—–1-126——255.0.0.0——/8
Class B——128-191—-255.255.0.0—-/16
Class C——192-223——255.255.255.0—–/24
Class D—-224-239——-n/a—-n/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Routable IPs

A

▪ Publicly routable IP addresses are globally managed by ICANN
● Internet Corporation for Assigned Names and Numbers
o ARIN, LACNIC, AFNIC, APNIC, and RIPE NCC
▪ Public IP’s must

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Private IPs

A

▪ Private IP’s can be used by anyone
▪ Not routable outside your local area network
▪ Network Address Translation (NAT) allows for routing of private IPs
through a public IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Specialized IPs

A

Loopback addresses (127.x.x.x range)
● Refers to the device itself and used for testing
● Most commonly used as 127.0.0.1
Automatic Private IP Addresses (APIPA)
● Dynamically assigned by OS when DHCP server is unavailable and
address not assigned manually
● Range of 169.254.x.x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Virtual IP Addresses (VIP or VIPA)

A

▪ An IP address that does not correlate to an actual physical network
interface
▪ respond to numerous IP addresses and have them resolve to your
physical network interface to establish connectivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

IPv4 Data Flows:
Unicast

A

▪ Data travels from a single source device to a single destination device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Ipv4 Data Flows
Multicast:

A

Data travels from a single source device to multiple (but specific)
destination devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Ipv4 Data Flows
Broadcast:

A

Data travels from a single source device to all devices on a destination
network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Assigning IP Addresses
Static:

A

▪ Simple
▪ Time-consuming
▪ Prone to human errors
▪ Impractical for large networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Assigning IP Addresses
Dynamic:

A

▪ Quicker
▪ Easier
▪ Less confusing
▪ Simplistic for large network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Components of an IP Address

A

Information assigned from static or dynamic
● IP Address
● Subnet Mask
● Default Gateway
● Server addresses
o Domain Name System (DNS)
▪ Converts domain names to IP address
o Windows Internet Name Service (WINS)
▪ Converts NetBIOS computer name into an IP
address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Dynamic Host Control Protocol (DHCP) Configuration

A

▪ Based on the older Bootstrap Protocol
(BOOTP for short)
● Required static database of IP and
MAC to assign
▪ DHCP service assigns an IP from an
assignable pool (scope)
▪ IP Address Management is software
used to manage the IP’s being assigned

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Dynamic Host Control Protocol (DHCP)

A

▪ Provides clients with
● IP
● Subnet mask
● Default gateway
● DNS server
● WINS server
● Other variables needed for VoIP
▪ Each IP is leased for a given amount of time and given back to the pool
when lease expires (TTL)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Automatic Private IP Address (APIPA)

A

Used when device does not have a
static IP address and cannot reach a
DHCP server
▪ Allows a network device to self-assign
an IP address from the 169.254.0.0/16
network
▪ Designed to allow quick configuration of
a LAN without need for DHCP
▪ Non-routable but allows for network
connectivity inside the local subnet

17
Q

Zero Configuration (Zeroconf)

A

Newer technology based on APIPA providing:
● Assigning link-local IP addresses
o Non-routable IP usable only on local subnet
● Resolving computer names to IP addresses without the need for
DNS server on local network
o mDNS - Multicast Domain Name Server
● Locating network services
o Provides service discovery protocols
▪ Service Location Protocol (SLP)
▪ Microsoft’s Simple Service Discovery Protocol
(SSDP)
▪ Apple’s DNS-based Service Discovery (DNS-SD)

18
Q
A