Routers
Switch
Unmanaged Switches
Managed switches
Access Point
Central Wiring Closet
Patch Panels
Firewalls
PoE
Power Over Ethernet
- one cable provides both network connection and power
- injector supplies power to PoE cabling
- endspan: power provided at the switch
- midspan: in-line power injector when the switch doesn’t support PoE
PoE Switch
PoE: IEEE 802.3af
15.4 watts DC power, 350 mA max current
PoE+: IEEE 802.3at
25.5 watts DC power, 600 mA max current
PoE++: IEEE 802.3bt
Type 3: 51 watts, 600 mA max current
Type 4: 71.3 watts, 960 mA
10GBASE-T
aka 4PPoE
Hub
Cable modem
Digital Subscriber Line (DSL)
Optical Network Terminal (ONT)
Network Interface Card (NIC)
Software Defined Networking (SDN)
Architecture designed to make a network more flexible and easier to manage. It splits networking devices into different functional planes of operation
3 Layers:
1. Infrastructure/ data plane
- process the network frames and packets
- forwarding, trunking, encrypting, NAT
2. Control/ control plane
- manages the actions of the data plane
- routing tables, sessions tables, NAT tables
- dynamic routing protocol updates
3. Application layer/ management plane
- configure and manage the device
- SSH, browser, API
- ex. intrusion detection, firewall, and load balancing