Week 1: IP & MAC PDU Format Flashcards

1
Q

What is the Preamble of an IEEE802.3 MAC Frame made of?

A

Alternating 1’s & 0’s

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

How many bytes long is the Preamble of an IEEE802.3 MAC Frame?

A

7 Bytes

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

What is the Start Frame Delimiter (SDF) Binary value?

A

10101011

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

How many bytes long is the SDF of an IEEE802.3 MAC Frame?

A

1 Byte

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

How many bytes long is the Destination Address in an IEEE802.3 MAC Frame?

A

6 Bytes

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

How many bytes long is the Source Address in an IEEE802.3 MAC Frame?

A

6 Bytes

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

How many bytes long is the Length or Type field in an IEEE802.3 MAC Frame?

A

2 Bytes

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

How many bytes long is the CRC Field in an IEEE802.3 MAC Frame?

A

4 Bytes

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

What is the average byte length range of an IEEE802.3 MAC Frame?

A

64 to 1518 Bytes

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

What fields compose an IEEE802.3 MAC Frame?

A
Preamble (7 Bytes)
SFD (1 Byte)
Destination Address (6 Bytes)
Source Address (6 Bytes)
Length or Type (2 Bytes)
Data & Padding (variable Byte length)
CRC (4 Bytes)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How many Bytes are in a MAC Address?

A

6 Bytes (48 bits)

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

What do the left 3 Bytes in a MAC Address indicate?

A

The vendor

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

What do the right 3 Bytes in a MAC Address indicate?

A

Interface Card

this is Network Interface Controller (NIC) specific!

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

What are the left 3 bytes in a Multicast MAC Address?

A

01:00:5E

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

What is the MAC Address for a Broadcast?

A

FF:FF:FF:FF:FF:FF

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

What is the min-max range of bytes for an IPv4 Datagram?

A

Min. 20 Bytes, Max 60 Bytes

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

How many bits long is the Source IP Address field in an IPv4 Datagram?

A

32 Bits

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

How many bits long is the Destination IP Address field in an IPv4 Datagram?

A

32 bits

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

How many bits long is the Version field in an IPv4 Datagram?

A

4 bits

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

How many bits long is the Header Length field in an IPv4 Datagram?

A

4 bits

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

How many bits long is the Priority & Type of Service field in an IPv4 Datagram?

A

8 bits

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

How many bits long is the Identification field in an IPv4 Datagram?

23
Q

How many bits long is the Flag field in an IPv4 Datagram?

24
Q

How many bits long is the Fragmented Offset field in an IPv4 Datagram?

25
How many bits long is the Time to Live field in an IPv4 Datagram?
8 bits
26
How many bits long is the Protocol field in an IPv4 Datagram?
8 bits
27
How many bits long is the Header Checksum field in an IPv4 Datagram?
16 bits
28
How many bits long is the Options field in an IPv4 Datagram?
0 or 32 bits
29
What field indicates the existence of optional headers in an IPv4 Datagram?
The Header Length field
30
What value indicates the length of the optional field(s)?
Any value more than 5
31
How many bits long is an IPv4 Address?
32 bits
32
What does the IP Address define?
A unique and universal connection of a device to the Internet
33
What is the total address space for IPv4?
2^32 or 4,294,967,296
34
What are the notation types for IPv4 address?
Dotted-Decimal and Binary Notation
35
What are the 5 Address Classes?
``` A (8 Network Bits, 24 Host Bits) B (16 Network Bits, 16 Host Bits) C (24 Network Bits, 8 Host Bits) D (Multicast) E (Research) ```
36
What is the Default CIDR subnet mask for Class A Addresses?
/8 | 255.0.0.0
37
What is the Default CIDR Subnet mask for Class B Addresses?
/16 | 255.255.0.0
38
What is the Default CIDR Subnet mask for Class C Addresses?
/24 | 255.255.255.0
39
What is the Multicast Address Range?
224.0.0.0 to 239.255.255.255
40
What are the 2 subtypes of Unicast Addressing?
Public & Private
41
What are the 4 properties of Private Addresses?
Private IP's are NOT routable through the Internet Secure Save IP Address Space Network Address Translation (NAT)
42
For Reserved Addresses, what does an address of all 0's mean?
"This network or segment"
43
For Reserved Addresses, what does an address of all 1's mean?
"All Networks"
44
For Reserved Addresses, what does the address 127.0.0.1 mean?
Loopback tests
45
For Reserved Addresses, what does a Node address of all 0's mean?
Interpreted to mean "network address" or any host on specified network
46
For Reserved Addresses, what does a Node address of all 1's mean?
Interpreted to mean "all nodes" on the specified network
47
For Reserved Addresses, what does a full IP address set to all 0's mean?
Used by Cisco Routers to designate the default route.
48
For Reserved Addresses, what does a full IP address set to all 1's mean?
Same as broadcast to all nodes on the current network (255.255.255.255)
49
What is the Address Range for Class A?
0 - 127
50
What is the Address Range for Class B?
128 - 191
51
What is the Address Range for Class C?
192 - 223
52
What is the Address Range for Class D?
224 - 239
53
What is the Address Range for Class E?
240 - 255
54
What are the 3 Private Address Segments?
10. 0.0.0 /8 (10.0.0.0 - 10.255.255.255) 172. 16.0.0 /12 (172.16.0.0 - 172.16.255.255) 192. 168.0.0 /16 (192.168.0.0 - 192.168.255.255)