• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/59

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

59 Cards in this Set

  • Front
  • Back

Length of IPv4 in bits

32 bits

Subnet mask
a second 32 bit value of 1 and zeros used to determine's which bits in an IP address refer to the host and which refer to the network
Class A Network: First octet
0 - 127
Class B Network: First octet
128 - 191
Class C Network: First octet
192 - 223
Class A Network: Number of networks number of hosts per network
Networks: 125Hosts: > 16 million
Class B Network: Number of networks number of hosts per network
Networks: > 16000Hosts: > 65000
Class C Network: Number of networks number of hosts per network
Networks: > 2 millionHosts: 254
CIDR
Classless inter-domain routing.Allows for subnet mask that are of any acceptable value dividing the host and network portions of the IP at any number
ICANN
Internet Corporation for Assigned Names and Numbers
RIR
Regional Internet Registries -- Assigned blocks of IPs by region.
Class A private netowork block
10.0.0.0/8
Class B Private network blcok
172.16.0.0/12
Class C Private network block
192.168.0.0/16
NAT
Network Address TranslationNAT routers modifies IP packets to change IP address of sender to its own public address with an identifying port
Proxy server versus NAT
Proxy servers function at the application layer forwarding traffic to specific destinations.NAT functions at the network layer
Functions of a proxy server not necessarily provided by a NAT router
FilteringLoggingCachingScanning
Superneting
Combing contiguous networks that all contain a common CIDR prefix into one network address with one CIDR prefix for replacing multiple entries in the routing table with just one.
3 ways to assign an IPv4 address
DHCPAPIPAManual config
APIPA IP block
169.254.0.0/16
How does a PC performing APIPA assignment know its selected IP is not in use by anyone but it?
Does an ARP request
Length of IPv6
128 bits
Number of IPv6 addresses available per square meter of the earth (for fun)
54 million
Notation of IPv6
Colon-hexadecimal format - eight 16-bit hex numbers separated by colons.XX:XX:XX:XX:XX:XX:XX:XXEach X = 8 bits (1 byte) represented by two hex characters
When can you replace a IPv6 block with ::
When there are two consecutive blocks with all zeros you can replace those blocks with ::You can only do this once per IP though
When can you remove zeros in an IPv6 address?
When a block has leading zeros you can remove them.
What do IPv4 addresses have that IPv6 addresses do not?
Subnet masks.
In IPv6 network se use what to identify the bits of an IPv6 address that are the network address.
We still use CIDR notation.
Unlike IPv4 there are no _____ addresses in IPv6
Broadcast addresses
Three address types in IPv6
UnicastMulticastAnycast
Unicast address
one-to-one transmission to / between individual interfaces.
Name three types of unicast addresses
GlobalLink-LocalUnique Local
Format Prefix
A sequence of bits that IDs the type of unicast. Each unicast address has an FP.
Multicast
One-to-many transmissions to groups of interfaces identified by the multicast address
Anycast
Transmission sent from one device to one-of-many -- whichever device is closest as determined by the number of intermediate routers.
Global unicast address
The equivalent of a registered (public) IPv4 address. Routable on the Internet
FP of a global unicast address
1
TLA
Top Level Aggregator. 13-bit globally unique ID allocated to regional internet registries by the IANA
NLA
Next Level Aggregator. 24-bit field that a TLA uses to create multilevel hierarchy for allocating address blocks to its customers
SLA
Site Level Aggregator. 16-bit field that organizations use to create internal hierarchy of sites or subnets
EUI-64
64-bit field derived from the network interface's MAC addresses ID-ing a specific interface on the network.
Fields that make up a global unicast address (pre-2003)
FP prefix (3 bits)TLA (13 bits)Unused Reserved (8bits)NLA (24 bits)SLA (24 bits)EUI-64 (64 bits0
Fields that make up a global unicast address (2003+)
Global routing prefix (48 bit starting with the FP)Subnet ID (16 bit. Formerly known as SLA)Interface ID (64 bit)
3 options to subnet an IPv6 address at the subnet ID level
One-level (no subnetting. subnet IDs are all 0)Two-level (same as traditional IPv4 subnets)Multi-level (As cool as it sounds)
For privacy reasons sometimes the interface ID is not the MAC address but ___
A random address. Windows does not use the MAC address by default to address privacy concerns
Link-local unicast address
Like An APIPA address for IPv4.
Network portion of all link local addresses
fe80:0000:0000:0000/64
Unique local unicast address
The IPv6 equivalent to IPv4 private addresses not routable on the Internet. (Class A B C private addresses)
Fields that make up a unique local address
Global routing prefix that starts with an FP of fd00. The rest are random. (48 bits)Subnet ID (16 bits)Interface ID (64 bits)
The binary and hex value of the FP for a multicast address
11111111ff
Multicast address format
FP (8 bits) -- IDs the address as a multicastFlags (4bits) - Specifies properties of a multicast addressScope (4 bit) - How widely routers can forward the addressGroup ID (122 bits) Unique ID of the multicast group
What are the scope options of a multicast address?
Interface LocalLink LocalSite LocalOrganization LocalGlobal
What is the function of an anycast address
Identify routers within a given address scope and send traffic to the nearest router as determined by local routing protocols
Version of DHCP for IPv6
DHCPv6
3 ways to assign an IPv6 address
Manual AllocationSelf-Allocation (Like APIPA)Dynamic Allocation (DHCPv6)
Stateless Address Autoconfiguration
Process started on Windows boot that assigns each interface a link-local unicast address
Tunneling
Process by which a system encapsulates an IPv6 datagram within an IPv4 packet. Allows for running IPv6 in IPv4 environments

6to4

Allows for formating IPv4 addresses in IPv6 addresses

ISATAP

Intra-site automatic tunnel addressing protocol - automatic tunneling protocol used by Windows workstations. Emulates IPv6 link using an IPv4 network