Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Switches do store ARP tables. (with mac addresses of known neighbours - required to switch frames)
Computer has mac address, but afaik it doesn't store other mac addresses.
Edit: after searching i Google, red hat and windows server documentation both mention command for reading arp cache, so i'd assume that computers also store mac addresses. -
stop68673y@impune-pl for the arp table on ethernet level. But with switches it has only mac adresses of the local network.
-
Please...
We're talking about protocols here.
ARP is a protocol. Ethernet is a protocol.
Both standardized.
Doesn't matter which device, if they want to interoperate, they'll have to use the same protocols.
A switch can be OSI layer 2 and thus only use Ethernet / ARP, but it's not uncommon that they can do OSI layer 3 with IP. -
@stop Hub is OSI Layer 1 only.
Switch, MAC based (no VLAN / IP) is OSI Layer 2.
Switch, IP / VLAN capable is OSI Layer 3.
Related Rants
I was arguing with some folks regarding the fact that the switch is the one that stores mac addresses and they are telling me no, it's the computer that stores the mac addresses... anyone can respond to this?
question
network
switch