Arista Flashcards
EOS
Extensible Operating System.
Linux user space processes called “agents”.
All agents interact via registration with “sysdb” database.
Much better than RPC.
A kind of enhanced shared memory.
Sysdb
Agents register to subset or whole.
Agents get state updates on registered subset.
Agent
Has a notification polling thread.
Treat like an ISR - no blocking calls, just update local state and return to polling.
Spanning Tree
Undirected graph.
Is a tree.
Includes all vertices of the space with minimum edges.
All nodes reached with minimum travel distance.
STP
Spanning Tree Protocol.
Creates Spanning Tree within network of layer 2 bridges.
Leaves “single” active path btwn any 2 nodes.
Network Bridge
Connects separate networks as if they were one.
OSI Layer 1
physical (pin layour, voltage, impedence etc..
OSI Layer 2
Datalink (error correction,nodenode data transfer,defines how to connect, flow control
OSI Layer 3
Network (many interconnected nodes,addressed nodes,sending datagrams,API=data payload,address)
OSI Layer 4
Transport (TCP, UDP)
OSI Layer 5
Session
OSI Layer 6
Presentation (abstract network for Application layer)
OSI Layer 7
Application