Explaining IPv4 And IPv6 Addressing Flashcards

1
Q

Fields in a data gram used to identify source and destination IP addresses, protocol type and other layer 3 properties

A

Internet Protocol (IP) header

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

Identifier for a protocol working over the Internet Protocol, such as TCP, UDP, ICMP, GRE, EIGRP, or OSPF

A

IP Protocol Type

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

Format for expressing IPv4 addresses using four decimal values from 0 to 255 for each octet

A

Dotted decimal notation

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

Number of bits applied to an IP address to mask the network ID portion from the host/interface ID portion. Also referred to as a network mask or subnet mask.

A

Network Mask

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

Division of a single IP network into 2 or more smaller broadcast domains by using longer netmasks within the boundaries of the network. Also called a subnet mask.

A

Subnet Addressing

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

IP configuration parameter that identifies the address of a router on the local subnet that the host can use to contact other networks.

A

Default Gateway

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

Broadcast mechanism by which the hardware MAC address of an interface is matched to an IP address in a local network segment.

A

Address Resolution Protocol (ARP)

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

A packet addressed to a single host. If the host is not on the local subnet, the pack must be sent via one or more routers

A

Unicast

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

Packet or frame addressed to all hosts on a local network segment, subnet or broadcast domain. Routers do not ordinarily forward broadcast traffic. The broadcast address of IP is one where the host bits are all set to 1; at the MAC layer it is the address ff:ff:ff:ff:ff:ff.

A

Broadcast

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

A packet addressed to a selection of hosts (in IP, those belonging to a multicast group).

A

Multicasting

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

Layer 3 protocol that allows hosts to join and leave groups configured to receive multicast communications.

A

Internet Group Management Protocol (IGMP)

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

IP delivery mechanism whereby a packet is addressed to a single host from a group sharing the same address

A

Any cast

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

Host operating multiple protocols simultaneously on the same interface. Most hosts are capable of dual stack IPv4 and IPv6 operation for instance.

A

Dual Stack

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

Encapsulating data from a local protocol within another protocols PDU to transport it to a remote network over an intermediate network. Tunneling protocols are used in many contexts including virtual private networks (VPNs) and transport IPv6 packets over IPv4 networks.

A

Tunneling

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

IPv6 protocol used to identify link local nodes

A

Neighbor Discovery (ND) protocol

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

Packet sent by and IPv6 capable router to notify hosts about prefixes and auto configuration methods available on the local link

A

Router advertisement (RA)

17
Q

Mechanism used in IPv6 for hosts to assign addresses to interfaces without requiring manual intervention

A

Stateless address auto configuration (SLAAC)

18
Q

IP addressing scheme used within the scope of a single broadcast domain only.

A

Link local

19
Q

Parameter assigned by a host to distinguish ambiguous interface addresses within a link local scope.

A

Zone index

20
Q

Format for representing IPv6 addresses using hex double bytes with colon delimitation and zero compression

A

Canonical notation

21
Q

IP level protocol for reporting errors and status information supporting the function of troubleshooting utilities such as ping

A

Internet Control Message Protocol (ICMP)

22
Q

Cross platform command tool for testing IP packet transmission

A

Ping

23
Q

Utility to display and modify contents of hosts cache of IP to MAC address mappings as resolved by address resolution protocol

A

ARP

24
Q

Command tool used to gather information about the IP configuration of a Windows host

A

Ipconfig