IP Addressing Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Anycast

Delivered to the nearest interface

2
New cards

APIPA Range

169.254.0.0-169.254.255.255

3
New cards

Broadcast

Delivered to any interface or node in the same LAN. IPv4 only.

4
New cards

CIDR Notation

A method for allocating IP addresses and routing that uses a suffix (e.g. /24) to indicate the network prefix length instead of traditional classes

5
New cards

Default Gateway

The network node that acts as the primary forwarding point for traffic destined for networks outside the local subnet; typically a router

6
New cards

DHCPv6

A protocol that assigns IPv6 addresses and configuration parameters to devices from a central server similar to DHCP in IPv4

7
New cards

IP

Internet Protocol

8
New cards

IPv4

Internet Protocol version 4; 32 Bits

9
New cards

IPv4 Class A Range

1.0.0.0 to 126.0.0.0

10
New cards

IPv4 Class B Range

128.0.0.0 to 191.255.0.0

11
New cards

IPv4 Class C Range

192.0.0.0 to 223.255.255.255

12
New cards

IPv4 Loop-back Address

127.0.0.1

13
New cards

IPv6

Internet Protocol version 6; 128 Bits

14
New cards

IPv6 Global

IPv6 version of public addresses. Must be unique and are usable on the Internet.

15
New cards

IPv6 Link-Local

IPv6 version of APIPA. Automatically configured, and only usable on local segment. (fe80::/64)

16
New cards

IPv6 Site-Local

IPv6 version of Private Addressing. Only usable within a single organization or site. Not usable on Internet. (fc00::/7)

17
New cards

Maximum Transmission Unit (MTU)

The largest size of an IP packet that can be transmitted in a single network layer transaction without requiring fragmentation

18
New cards

Multicast

Delivered to a group of interfaces or nodes.

19
New cards

NAT

Network Address Translation. Translates IP Addresses between different networks. Typically between a public and private network

20
New cards

NAT vs PAT

A comparison where NAT translates whole IP addresses while PAT allows multiple devices to share a single IP address by differentiating sessions using port numbers

21
New cards

Private Class A Range

10.0.0.0 to 10.255.255.255

22
New cards

Private Class B Range

172.16.0.0 to 172.31.255.255

23
New cards

Private Class C Range

192.168.0.0 to 192.168.255.255

24
New cards

Private IP Address

Usable only on private networks. Can not be routed through the Internet

25
New cards

Public IP Address

Usable on both private and public networks. Can be routed through the Internet, as long as the IP Address is unique

26
New cards

Reserved IPv4 Addresses

Special IPv4 addresses such as 0.0.0.0 for the default route and 255.255.255.255 for broadcast that are reserved for specific network functions

27
New cards

Subnet Mask

A 32-bit number used in IPv4 to divide the address into network and host portions; common notation is 255.255.255.0

28
New cards

Unicast

Delivered to one interface or node