Network Implementations Flashcards
Layer 2 Switch
Directs network traffic to specific machine (unicast). Works at Layer 2 of OSI model (frames).
Layer 3 capable switch
A switch that has routing capabilities
Router
Used to connect different LANs
Hub
Repeater - broadcasts incoming frames to all ports
Access point
Wireless device to allow connection to LAN
Bridge
Joins two network segments into a single network
Wireless LAN controller
Manages wireless access points, etc.
Load balancer
Helps balance the amount of traffic flowing through specific network devices
Proxy server
Retrieves data from a source on behalf of a user
Cable modem
Connects a LAN to cable internet
DSL modem
Connects a LAN to DSL internet
Repeater
Rebroadcasts wireless signal to help it reach remote areas
IPS
Intrusion Prevention System
IDS
Intrusion detection device
Firewall
regulates incoming/outgoing traffic based on a set of rules
VPN headend
A central point that allows devices to connect through a VPN
Dynamic routing
automatically configured routing
RIP
Routing Information
Protocol - (Interior protocol) - routers periodically (fixed time interval) exchange routing tables; focuses on hop count
OSPF
Open Shortest Path First (Interior protocol) - Uses an Area ID. One router in each area is selected as the “designated router.” Routers send info about each link separately instead of the entire routing table. Convergence is quick
EIGRP
An enhanced dynamic routing protocol that uses a combination of parameters to calculate metric
BGP
Border Gateway Protocol - The internet is broken into Autonomous Systems. Because routing tables are too big, BGP only tracks how to get to other Autonomous Systems.
Link state
Information passed between routers is related to the current connectivity (up/down, speed)
Distance vector
Information passed between routers contains network details: how many “hops”
Static routing
routes are entered manually
Default route
When no other route exists, send it here.
Administrative Distance
An arbitrarily-assigned value that represents how preferred a route is
Exterior vs Interior (routing)
Exterior refers to routing to remote networks
Time to live
A value given to packets to keep them from circulating endlessly on the Internet. Starts at a certain number and decrements each time it hits a router. When it hits zero, the packet is dropped and a message is sent to the source.