• 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/15

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;

15 Cards in this Set

  • Front
  • Back
What is the range of valid Class A network numbers?
1.0.0.0 to 126.0.0.0
What is the range of valid Class B network numbers?
128.1.0.0 to 191.254.0.0
What is the range of valid Class C network numbers?
192.0.1.0 to 223.255.254.0
What is the purpose of subnetting?
Without subnetting you would have to use a different Class A, B, or C network address for every network. Subnetting allows you to break a single network range into multiple separate segments.
What is a boolean AND operation?
Using two binary digits to generate a third - if both inputs are "1" the output is a "1" also. Otherwise the output is "0".
Given an IP address and a subnet mask, how can you use a boolean AND to discover the subnet number?
Perform a bit-by-bit AND between the IP address and the subnet mask.
What is prefix notation?
Instead of specifying a subnet mask, you can specify how many bits in an address are devoted to either network or subnet portions. So 10.32.146.0/8 has a subnet mask of 255.0.0.0.
Given the number of host bits in a network address, how do you calculate the total number of hosts allowed on that network?
2 raised to the number of host bits, and subtract 2.
Given the number of subnet bits in a network address, how do you calculate the total number of subnets allowed on that network?
2 raised to the number of subnet bits, and subtract 2.
What is the binary value of each of the following decimal numbers:
0
128
192
224
240
248
252
254
255
0 = 0000 0000
128 = 1000 0000
192 = 1100 0000
224 = 1110 0000
240 = 1111 0000
248 = 1111 1000
252 = 1111 1100
254 = 1111 1110
255 = 1111 1111
What is CIDR?
Classless Interdomain Routing. It allows routers to aggregate and combine routes to improve scalability. For instance, a router can list a single route to the entire 10.0.0.0/8 network space.
How does CIDR work?
Routers include a network mask when they exchange information and set up routing tables.
What are the reserved private address space ranges?
10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.255.255
192.168.0.0 to 192.168.255.255
What is NAT?
Network Address Translation allows a router to forward packets to and from hosts in private address space.
How many bits are in an IPv6 address?
128