Section 6: Ethernet Fundamentals Flashcards
Hub
▪ Layer 1 device used to connect multiple network devices/workstations
(Multiport repeater)
Three basic types:
▪ Passive hub - Repeats signal with no amplification
▪ Active hub - Repeats signal with amplification
▪ Smart hub - Active hub with enhanced features like SNMP
Bridge
A device that aggregates multiple commnication networks.
(Analyzes source MAC addresses entering the bridge and populates an internal MAC address table.)
Switch
▪ Layer 2 device used to connect multiple network segments. (Essentially a multiport bridge)
▪ Switches analyze source MAC addresses, populate an internal MAC address table and make forwarding decisions
▪ Each port represents an individual collision domain
▪ All ports belong to the same broadcast domain
Router
▪ Layer 3 device used to connect multiple networks together
▪ Make forwarding decisions based on logical network address (IP addresses (IPv4 or IPv6))
▪ Routers are typically more feature rich and support a broader range of interface types than multilayer switches
▪ Each port is a separate collision domain
▪ Each port is a separate broadcast domain
Layer 3 Switch
▪ Layer 3 device used to connect multiple network segments together
▪ Can make Layer 3 routing decisions and interconnect entire networks (like a router), not just network segments (like a switch)
Link Aggregation (IEEE Specification)
Link Aggregation (802.3ad)
▪ Combination of multiple physical connections into a single logical connection
▪ Available bandwidth is increased. Congestion is minimized/prevented
Power Over Ethernet (PoE)
802.3af
▪ Requires CAT 5 or higher copper cable
▪ Provides up to 15.4 watts of power to device
Power Over Ethernet Plus (PoE+)
802.3at
▪ Provides up to 25.5 watts of power to device
Port Monitoring or Mirroring
▪ Port mirroring makes a copy of all traffic destined for a port and sends it to another port
User Authentication
802.1x
▪ Switches can require users to authenticate themselves before gaining access to the network
▪ Once authenticated, a key is generated and shared between the supplicant (device wanting access) and the switch (authenticator)
▪ Authentication server checks the supplicant’s credentials and creates the key
▪ Key is used to encrypt the traffic coming from and being sent to the client
Management Access and Authentication (Switches)
▪ SSH - Remote administration program that allows you to connect to the switch over the network
▪ Console Port - Local administration/management of the switch via a computer and rollover (null-modem) cable. (DB-9 to RJ-45)
Out of Band Management
OOB Management -
▪ A network separate from the data network for managing network devices.
First-Hop Redundancy Protocol (FHRP)
Designed to protect the default gateway by providing transparent fail-over at the first-hop router.
Layer 3 Switches (Multilayer Switches) and Routers -
▪ Uses Hot-Standby Router Protocol (HSRP) to create virtual IP and MAC addresses to provide active standby routers.
GLBP (Other First-Hop Redundancy Protocol)
Gateway Load Balancing Protocol - (Cisco Proprietary)
▪ For Exam just need to know they are another First-Hop Redundancy Protocol but HSRP is most popular/common used in most networks.
VRRP (Other First-Hop Redundancy Protocol)
Virtual Router Redundancy Protocol - (Open Source)
▪ For Exam just need to know they are another First-Hop Redundancy Protocol but HSRP is most popular/common used in most networks.