3. The Network Access Layer Flashcards
1
Q
- What is a CRC?
A
A CRC (cyclic redundancy check) is a checksum that is used to verify that the data in a frame has not been corrupted
2
Q
- What is a collision detection on an ethernet network?
A
A collision occurs when two nodes on an Ethernet start transmitting at the same time. When the nodes detect that this has happened, a collision detection is said to have occurred.
3
Q
- How big is an ethernet physical address?
A
An Ethernet physical address is 48 bits.
4
Q
- What is the purpose of NDIS and ODI?
A
NDIS and ODI provide a standard interface to the network hardware that TCP/IP and other networking stacks can use to access the network hardware in a consistent and uniform way.
5
Q
- What does ARP do?
A
ARP provides a link between physical address and logical IP address.