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

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;

57 Cards in this Set

  • Front
  • Back
When an IPv4 address is written in x.x.x.x format, the possible value
for x range from 0 to what?
255
Describe base 2
Is a numbering system, digits range from 0-1, each digit represents 1 bit, also called binary
Describe base 8
It is a nubering system, digits range from 0-7, Each digit represents 3 bigs, it is also called octal
Describe base 10
a numbering system with values between 0-9 each number represents 3 and 1/3 bits, also known as decimal
Describe base 16
a numbering system with values between 0-9 and A-F each number represents 4 bits, also known as hexadecimal
Describe base 60
A numbering system with values between 0-59 used in time and geometry including navigation, usually represented with colons between numbers.
Describe base 64
it is a coding system, character includes A-Z, a-z 0-9 and two others, each character represents 6 bits, it is used for transmitting data as though it were text.
Describe base 256
A numbering system with values between 0-255, each number represents 8 bits, in writing the digits are usually separated by dots.
What is an octlet?
8 bits.
How many bits in a byte?
8
How many bits in a nybble?
4
What are the two meanings of kilo?
10^3 or 2^10th
What are the two meanings of meg?
10^6, and 2^20th
What are the two meanings of gig?
10^9th or 2^30th
In a net mask, what do the 1's mean?
1s indicate the part of the address that is the address number.
In a net mask, what do the 0's mean?
0's indicate the part of the address that is the host number.
What is the IPv4 special address range for the local network? use x.x.x.x/x format.
0.0.0.0/8
What is the class A private address range? Use x.x.x.x/x format.
10.0.0.0/8
In the Class A Private Address Range, how many (classful) networks are there?
1
In the Class A Private Address Range, what is the first IP Address?
10.0.0.0
In the Class A Private Address Range, what is the first host address?
10.0.0.1
In the Class A Private Address Range, what is the last IP address?
10.255.255.255
In the Class A Private Address Range, what is the last host address?
10.255.255.254
What is the local host Private Address Range? Use x.x.x.x/x format.
127.0.0.0/8
What is the Link Local (APIPA) Private Address Range? Use x.x.x.x/x
format.
169.254.0.0/16
How are Link Local (APIPA) addresses assigned?
each computer picks its own.
What is the Class B Private Address Range? Use x.x.x.x/x format.
172.16.0.0/12
In the Class B Private Address Range, how many (classful) networks are
there?
16
In the Class B Private Address Range, what is the first IP address?
172.16.0.0
In the Class B Private Address Range, what is the first host address?
172.16.0.1
In the Class B Private Address Range, what is the last IP address?
172.31.255.255
In the Class B Private Address Range, what is the last host address?
172.31.255.254
What is the Class C Private Address Range? Use x.x.x.x/x format.
192.168.0.0/16
In the Class C Private Address Range, how many (classful) networks are
there?
256
In the Class C Private Address Range, what is the first IP address?
192.168.0.0
In the Class C Private Address Range, what is the first host address?
192.168.0.1
In the Class C Private Address Range, what is the last IP address?
192.168.255.255
In the Class C Private Address Range, what is the last host address?
192.168.255.254
What is the IPv4 global broadcast address?
255.255.255.255
What does CIDR stand for?
classless inter domain routing
What does CIDR notation look like?
a slash followed by a number 0 - 32 i.e /8
What is the other name for slash notation?
CIDR notation
What is the other name for CIDR notation?
slash notation
What does VLSM stand for?
Variable Leangth Subnet Mask
Software port numbers range from 0 up to what number?
65535
What is port 21 normally used for?
FTP
What is port 22 normally used for?
SSH, Secure Shell
What is port 23 normally used for?
telnet
What is port 25 normally used for?
smtp simple mail transfer protocol
What is port 80 normally used for?
HTTP
What is port 443 normally used for?
HTTPS
What is a client?
a computer that makes requests
What is a server?
a computer that answers requests
What is the well-known port number for web servers?
80
What is the well-known port number for secure web servers?
443
What is the well-known port number for file transfer protocol (ftp)
servers?
21
What is the well-known port number for email servers?
25