Module H2: Common Network Traffic Flashcards
What type of data does an Ethernet frame hold?
Abstracted Data
Logical Data
Imported Data
Encapsulated Data
Encapsulated Data
What IEEE standard defines Ethernet connections?
802.3
How many bytes are in Ethernet frame preamble?
7
How many bits are in an Ethernet frame preamble?
56
Which comes first in an Ethernet frame, the destination or source address?
destination
Which part of the Ethernet frame enables synchronization?
preamble
What is contained in the destination address field?
mac address
What is the maximum amount of bytes that the data field can have?
1500
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
Padding
If you wanted to create a filter in wireshark that only showed packets from a specific mac address what would that filter look like?
eth.src ==
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
OUI / organizationally unique identifier
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
Unicast, broadcast, multicast
What is a command line tool for packet capture on most unix systems?
tcpdump
What type of scan is used to see if ports are open or active on a remote device?
port
What part of the Ethernet frame is always set to 0xAB
Start Frame Delimiter