IP Addressing Flashcards

1
Q

IP

A

Internet Protocol address
Numerical label to identify communication devices on network
Layer 3
IPv4 or IPv6

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

IPv4 format

A

32 bits in length

Four 8 bit octets

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

Subnet mask

A

Defines network portion
Network portion if binary 1
Host portion if binary 0

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

Classful Mask

A

Using default subnet mask

255.0.0.0

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

Class A IP

A

First Octet: 1 - 126
Classful Mask decimal: 255.0.0.0
Classful Mask prefix: /8

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

Class B IP

A

First Octet: 128 - 191
Classful Mask decimal: 255.255.0.0
Classful Mask prefix: /16

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

Class C IP

A

First Octet: 192 - 223
Classful Mask decimal: 255.255.255.0
Classful Mask prefix: /24

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

Class D IP

A

First Octet: 224 - 239
Classful Mask decimal: n/a
Classful Mask prefix: n/a

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

Routable IPs

A

Publicly-routable IP addresses
Managed by ICANN
Purchased through ISP

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

ICANN

A

Internet Corporation for Assigned Names and Numbers

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

Private IPs

A

Can be used by anyone

Not routable outside LAN

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

NAT

A

Network Address Translation

Allows routing of private IPs through a public IP

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

Private Class A IP

A

Address Range: 10.0.0.0 - 10.255.255.255

Default subnet mask: 255.0.0.0

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

Private Class B IP

A

Address Range: 172.16.0.0 - 171.31.255.255

Default subnet mask: 255.255.0.0

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

Private Class C IP

A

Address Range: 192.168.0.0 - 192.169.255.255

Default subnet mask: 255.255.255.0

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

Loopback addresses

A

127.x.x.x
Refer to device itself - used for testing
Commonly 127.0.0.1

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

APIPA

A

Automatic Private IP Addresses
Dynamically assigned by OS when DHCP server unavailable
Range of 169.254.x.x
Non-routable

18
Q

IPv4 Unicast

A

Data travels from single source to single destination

19
Q

IPv4 Multicast

A

Data travels from single source to multiple specific destinations

20
Q

IPv4 Broadcast

A

Data travels from single source to all devices on destination network

21
Q

Static IP assignment

A

Simple
Time consuming
Human error
Impractical for large networks

22
Q

Dynamic IP assignment

A

Quick
Easy
Less confusing
Simple for large networks

23
Q

Information assigned from static or dynamic IP assignment

A

IP address
Subnet mask
Default gateway
Server addresses

24
Q

DHCP

A

Dynamic Host Control Protocol
Assigns IP from assignable pool (scope)
Provides clients with IP, subnet mask, default gateway, DNS server, WINS server, and variables for VoIP
IP leased for given amount of time

25
Zeroconfig
Zero Configuration Assigning link-local IP addresses Resolving computer names to IP addresses without need for DNS server - mDNS (Multicast DNS) Locating network services
26
Subnetting
Dividing up large network into smaller networks | Barrowing bits from original host portion and adding them to network portion
27
Number of created subnets formula
= 2^s | Where S is number of barrowed bits
28
Number of assignable IP addresses formula
=2^h-2 | Where h is number of host bits
29
CIDR
Classless Interdomain Routing Used to summarize contiguous networks as single route Route aggregation
30
VLSM
Variable Length Subnet Masking Allows subnets of various sizes to be used Subnetting of subnets Requires protocol that supports it: RIPv2, OSPF, IS-IS, EIGRP, BGP
31
IPv6
More addresses No broadcasts No fragmentation Simplified header (5 fields instead of 12)
32
IPv6 address structure
128 bits | Each hexadecimal is 4 bits
33
IPv6 address types
Globally routable unicast addresses: begins with 2000 to 3999 Link local address: begins with FE80 Multicast address: begins with FF
34
Does IPv6 need DHCP?
IPv6 uses auto config to discover current network Selects its own host ID based on MAC address Uses NDP to learn layer 2 addresses on the network
35
NDP
``` Neighbor Discovery Protocol Used to learn layer 2 addresses on network Performs: Router solicitation Router advertisement Neighbor solicitation Neighbor advertisement Redirect ```
36
Router solicitation
Host sends message to locate routers on link
37
Router advertisement
Routers advertise their presence periodically and in response to solicitation
38
Neighbor solicitation
Used by nodes to determine link layer addresses
39
Neighbor advertisement
Used by nodes to respond to solicitation messages
40
IPv6 Unicast
Same as IPv4 but with IPv6 addresses
41
IPv6 Multicast
Same as IPv4 but with IPv6 addresses
42
IPv6 Anycast
One host initiates efficient updating of router tables for group of hosts