You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer my question, I don’t get it out of my head because there is no idea how this happens.
How a processor reads data from a network card??
Suppose an interruption occurred. And then what? How does he know in which transistor to send NOR or HOT, etc. How does he skip and calculate this source data and get the data that we need?
The text was updated successfully, but these errors were encountered:
You should look for DMA - Direct Memory Access. Typically, a NIC card is also a mini-computer that can send/receive network data and can directly access the system memory. Thus, the NIC can place data there when it receives network data, then send an interrupt to the CPU to notify some data is ready.
Transistors is just a building block for higher level functions. Think of transistors as bricks in your house. For example, if you want to mount your TV, you say you mount it on your wall, not on a brick. Bricks constitute the wall that you can use. Of course, if there is no brick, then there is no wall.
Please answer my question, I don’t get it out of my head because there is no idea how this happens.
How a processor reads data from a network card??
Suppose an interruption occurred. And then what? How does he know in which transistor to send NOR or HOT, etc. How does he skip and calculate this source data and get the data that we need?
The text was updated successfully, but these errors were encountered: