Learning Outcome 3 Flashcards

Learn the content for the exam

1
Q

Describe briefly the characteristics of IPv6 Address

A
  • 128-bit binary addressing scheme
  • 8 octets
  • 16 bits in each octet
  • Any leading 0’s don’t need to be written
  • The 1st 64 bits are used
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Convert this part of an IPv6 address to binary:
6857:0AC5:FADC

A

6857 - 0110 1000 0101 0111
0AC5 - 0000 1010 1100 0101
FADC - 1111 1010 1101 1100

Answer = 0110 1000 0101 0111:0000 1010 1100 0101:1111 1010 1101 1100

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

Write the table used to subnet - Part 1 - Last number of IP address.

Note: This row is made by adding magic numbers from 32 to 1 to 192 in this specific order

A

Last Number of IP Address
Blank 192 224 240 248 252 254 255

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

Write the table used to subnet - Part 2 - Magic Number

Note: The magic number are the numbers used to convert to binary from 128 to 1.

A

Magic Number:
128 64 32 16 8 4 2 1

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

Write the table used to subnet - Part 3 - Network -2.

Note: This is like the magic number but reversed and the first number is higher than the last number of the magic number

A

Network -2:
2 4 8 16 32 64 128 256

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

Write the table used to subnet - Part 4 - Host -2.

Note: This is the same as the network -2 but it is flipped.

A

256 128 64 32 16 8 4 2

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

Write the table used to subnet - Part 5 - CIDR/24

Note: This is the number after the slash added with 1.

A

CIDR/24:
/25 /26 /27 /28 /29 /30 /31 /32

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

Create the Network, Range and Broadcast Table and explain how to work out the Network.

A

Network: Works by first taking your IP address and inputting the magic number as the last number. Then add the magic number to the last number of the IP address each time.

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

Create the Network, Range and Broadcast Table and explain how to work out the Broadcast.

A

Broadcast: This works by taking the second IP address of the Network table and then Subtract 1 to the last number of the IP address.

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

Create the Network, Range and Broadcast Table and explain how to work out the Range.

A

Range: This works by taking the last number of the Network IP address of that row and adding 1 and taking the Broadcast IP address and Subtracting 1 to its last number.

Example: 9-14 (Found in exam notes)

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

Work out the Subnet of 15

A

IP Address: 192.168.100.0/28
255.255.255.240
Magic Number = 16

Network: Range: Broadcast:
192.168.100.16 17-30 192.168.100.31
192.168.100.32 33-46 192.168.100.47

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

Work out the Subnet of 50

A

IP Address: 192.168.100.0/30
255.255.255.252
Magic Number = 4

Network: Range: Broadcast:
192.168.100.04 05-06 192.168.100.07
192.168.100.08 09-10 192.168.100.11

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

Describe briefly the characteristics of an IPv4 address

A
  • 32-bit binary addressing scheme
  • 4 octets
  • 5 subnets
  • Uses decimal characters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe the classes used in IPv4 address
List classes and range

A

Class: Range:
A 1-126
B 128-191
C 192-223
D 224-239
E 240-254

127 is reserved for loopback testing

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

Describe the classes used in IPv4 address
List classes and Default Subnet Mask

A

Class: Default Subnet Mask:
A 255.0.0.0
B 255.255.0.0
C 255.255.255.0
D Reserved for Multicasting
E Experimental

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

Describe the classes used in IPv4 addressing
List the class and hosts (up to class C)

A

Class: Hosts:
A 16 Million
B 65,000
C 254

17
Q

Work out the Subnet of 97

A

IP Address: 192.168.100.0/31
255.255.255.254
Magic Number = 2

Network: Range: Broadcast:
192.168.100.02 02-03 192.168.100.03
192.168.100.04 04-05 192.168.100.05