Network interface: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
An OK start |
m better cat |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
{{semi-stub}} | {{semi-stub}} | ||
[[Category: Networking Basics]] | |||
Latest revision as of 13:25, 22 December 2018
A network interface is a device controller which connects a computer to a communication network; now, the network is usually a local area network such as an Ethernet.
The interface is generally assigned an address in the network's namespace for interfaces, so that packets intended for a particular host can be sent to its network interface.
Depending on the protocol suite in use, a mapping may be required between the addresses used by the protocol, and the addresses used by the physical network; the Address Resolution Protocol is the usual means for doing this.