NIC
-
network interface card/network adapter
-
a bunch of these on a router
- each router port has a NIC, each port is thus associated w a MAC address
-
note
- the dest mac add of a packet changes
- dest IP of packet never changes
-
to show NIC on:
- [[windows]]
ipconfig /all
- shows up as “Ethernet adapter local connection” for wired network or “ethernet adapter wireless network connection
- Mac OS X
ifconfig
- shows up as “en0, en1...” for each NIC in your computer
- Linux and Unix
ifconfig
- shows up as “en0, en1...” for each NIC in your computer
- [[windows]]