Module H3: Network Layer Header Protocols Flashcards
What protocol connects an IP address to a fixed physical machine address?
arp
An IPv4 address is represented by how many bits?
32
A MAC address is represented by how many bits?
48
What layer are MAC addresses used?
- Layer 1 / Physical
- Layer 2 / Data Link
- Layer 3 / Network
- Layer 4 / Transport
Layer 2 / Data Link
What layer are IP addresses used?
- Layer 1 / Physical
- Layer 2 / Data Link
- Layer 3 / Network
- Layer 4 / Transport
Layer 3 / Network
The ARP table is constantly updating.
- True
- False
True
What is a Man In the Middle Attack also known as?
- Monkey in the Middle
- ARP Spoofing
- Buffer Overflow
- Brute Force Cracking
ARP Spoofing
Packets can be filtered in Wireshark by specifying the protocol in the Display Filter.
True/False
True
What is the opcode for an ARP request?
1
What is the opcode for an ARP reply?
2
What Wireshark display filter would you write to show all ARP requests?
arp.opcode==1
If you wanted to see all ARP packets from the source IP address 192.168.92.10 what filer could you write in Wireshark?
- arp.src.proto_ipv4==192.168.10.92
- arp.src.proto_ipv4==192.168.92.10
- arp.src.proto_ipv6==192.168.92.10
- arp.des.proto_ipv4==192.168.92.10
arp.src.proto_ipv4==192.168.92.10
What is the decimal value of the version field of an IPv4 header?
4
What is the minimum length of an IP header in bytes?
20
In an IPv4 Header, what value is in the protocol field for UDP?
17