Module H2: Common Network Traffic Flashcards

1
Q

What type of data does an Ethernet frame hold?

Abstracted Data
Logical Data
Imported Data
Encapsulated Data

A

Encapsulated Data

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

What IEEE standard defines Ethernet connections?

A

802.3

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

How many bytes are in Ethernet frame preamble?

A

7

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

How many bits are in an Ethernet frame preamble?

A

56

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

Which comes first in an Ethernet frame, the destination or source address?

A

destination

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

Which part of the Ethernet frame enables synchronization?

A

preamble

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

What is contained in the destination address field?

A

mac address

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

What is the maximum amount of bytes that the data field can have?

A

1500

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

If the minimum length of the data field is not met, what is the process called of added zero byte values to make the data field meet the requirements?

  • Padding
  • Stretching
  • Buffing
  • Zeroing
A

Padding

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

If you wanted to create a filter in wireshark that only showed packets from a specific mac address what would that filter look like?

A

eth.src ==

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

What do the first 3 bytes of the destination or source mac address show us?

  • Frame Source
  • Destination Address
  • OUI / organizationally unique identifier
  • Hop Count
A

OUI / organizationally unique identifier

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

What are the three types of network traffic communications?

  • NCP, NBP, RGP
  • Unicast, broadcast, multicast
  • Comcast, Dreamcast, OutKast
  • 2.4 GHz, 5 GHz, 11 GHz
A

Unicast, broadcast, multicast

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

What is a command line tool for packet capture on most unix systems?

A

tcpdump

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

What type of scan is used to see if ports are open or active on a remote device?

A

port

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

What part of the Ethernet frame is always set to 0xAB

A

Start Frame Delimiter

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

What is the total size of an IPv4 datagram (in bytes)?

17
Q

If mapping for a local destination host is not found in the source host ARP cache, what does the source host do to send the request?

18
Q

This kind of data transmission allows data to be transmitted in both directions on a signal carrier at the same time.

For instance, one workstation can be sending data on the line while another workstation is receiving data.

A

full duplex

19
Q

On an Ethernet network, this is the unit of data that is transmitted between network points.

It has explicit minimum and maximum lengths and a set of required pieces of information that must appear within it.

20
Q

What happens if two devices on the same Ethernet network determine the network is free, but attempt to transmit data at exactly the same time.

21
Q

What is the BPF to filter for the Ethertype in the Ethernet header?

A

ether[12:2]

22
Q

What is Ethertype 0x0800?

  • IPv4
  • ARP
  • VLAN Tagging
  • IPv6
23
Q

What is byte 0 on the Ethernet header?

A

Destination MAC Address

24
Q

What is the byte offset of the “Ethertype” field in the Ethernet header?

25
What is the Ethertype for IPv6?
0x86DD
26
What is the Wireshark Filter to filter source MAC address of 00:8b:3c:54:f8:00
eth.src == 00:8b:3c:54:f8:00
27
What is the Wireshark Filter to filter source MAC address of 00:8b:3c:54:f8:00?
eth.src == 00:8b:3c:54:f8:00
28
What is the Ethertype for VLAN Tagging?
0x8100
29
Which TCPDump switch option is used to show the MAC addresses associated with a packet?
-e