How does a driver work to send and receive frames? (Describe the handling of outgoing and incoming packets, with hardware and interrupt handling.) Answer: Outgoing packet handling: invoke remote DMA...


How does a driver work to send and receive frames? (Describe the handling of outgoing and incoming packets, with hardware and interrupt handling.)


Answer:


Outgoing packet handling: invoke remote DMA to move frames to the interface card, write commands to the command register, register an interrupt handler that reads the status register, and send subsequent frames.


Incoming packet handling: register an interrupt handler that reads the status register, and invoke remote DMA to move frames into main memory.



Jan 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here