Essential components that mange various operations within a computer network
Network Services
Used to uniquely identify a network interface card on a given network
MAC Address
To avoid issues, duplicate MAC addresses should not exist on the network | enable port security on the switches
Having two or more devices responding to data requests from the same MAC address can cause significant network issues
Listens to multicast messages on a network and keeps track of the MAC addresses being used
Logical Domain Manager
Occurs when another computers on the same network has an identical IP to another workstataion or server on the same network
Duplicate IP Address/IP Address Conflict
Static IP address issue
dhcp server issue
rogue dhcp server
start by checking whether the client is dynamically or statically assigned an IP address
Network management protocol used on IP networks to automatically assign IP addresses and other communication parameters to devices connected to the network using a client-server architecture
Dynamic Host Configuration Protocol (DHCP)
A DHCP server on a network which is not under the administrative control of network administrators
Rogue DHCP Server
To prevent a rogue DHCP server from connecting to the network, configure DHCP snooping on the network
DHCP snooping, port security, intrusion detection
Occurs when the DHCP server runs out of valid IPs to assign to the clients requesting access on the network | longer lease times can lead to DHCP scope exhaustion
DHCP Scope Exhaustion
Another strategy to address DHCP scope exhaustion is to increase the size of the scope
The final thing you can do is decrease the number of devices that are using the DHCP server and in turn, the IP addresses from its scope - enable port security or network access control (NAC)
Routing issues that you come across your network:
Multicast flooding - No specific host is associated with the multicast MAC address in the CAM table of the switch | configure the switch to block unknown multicast packets
Asymmetrical routing - Network packets leave via one path and return via a different path | in scenarios involving load balancing and protocols like HSRP, asymmetric routing asymmetric routing can occur
Missing routes - When a router cannot reach a destination because there is a missing route in the routing table | verify that the dynamic routing protocol is enabled and ensure that the two routers can communicate with each other
Routing issues cause issues with dropped packets flows
What is multicast networking?
Multicast sends traffic to multiple destination devices simultaneously using a single multicast address.
How does multicast communication work?
Traffic is sent to one multicast IP/MAC address
The network distributes it to all members of the multicast group
What is multicast flooding?
Multicast flooding occurs when multicast traffic is sent to all devices in a LAN or VLAN, even those that did not request it.
Q: What causes multicast flooding?
No specific host is associated with the multicast MAC address
The multicast MAC is missing from the switch’s CAM table
What does the switch do when multicast MAC information is missing?
It floods multicast traffic out all ports in the VLAN.
Q: Why is multicast flooding a problem?
Creates unnecessary traffic
Wastes network resources
Can degrade network performance
Q: How do you prevent multicast flooding?
Configure the switch to block unknown multicast packets
Q: Do you need to know switch commands for the exam?
No. You only need to know that blocking unknown multicast traffic solves the problem.
Exam Takeaway (High-Yield):
Multicast flooding = missing multicast MAC in CAM table
Solution = block unknown multicast traffic
Q: What is multicast networking?
A: Multicast sends traffic to multiple destination devices simultaneously using a single multicast address.
What is multicast networking?
Multicast sends one message to a single multicast address, which is then distributed to a group of destination hosts simultaneously.
Multicast = one-to-many communication.