S27-Troubleshooting Performance issues Flashcards
(30 cards)
Collision
two hosts on the network transmit at the same time causing signals to combine
T/F Collisions can only occur on a wireless medium
False, Collisions can happen on wired and wireless networks
Collision Domain
Network segment where simultaneous data transmissions collide with one another
How can you detect collision on the network
- Experiencing poor network performance
- run show network interface command on your network device & look at port stats
What can you do to overcome excessive collisions?
- Turn off Auto negotiation
- Hardcode lower speed
- change to half-duplex
Broadcast Storm
Network system is overwhelmed by continuous multicast or broadcast traffic.
what layers can a broadcast packet be addressed?
Layer 2 - FF:FF:FF:FF:FF:FF
Layer 3 - 255.255.255.255
Broadcast Domain
A group of devices that can all receive broadcast messages from each other over layer 2.
how do you breakup a Broad cast domain?
Using a router
Causes for broad cast storms
- too large singular broadcast domain
- Large DHCP request volume
- Switching loops
How can you identify a Broadcast storm?
- Large Spike in the packet counter
- frequent packet loss
- Use a packet analyzer and collect network traffic eg. via Wireshark or TCPdump
Latency
Time it takes for a signal to reach the intended client
Jitter
Variation in delay over time
How can you reduce latency & Jitter?
- Increase network performance
- ## implement quality of service
Ideal latency for quality VoIP service
under 50 - 100 ms
Packet Loss
Data packets fails to reach their destination
Common Packet Loss symptoms
- Unexplained network slowdowns
- VoIP jitter
- Abrupt Disconnections in media streaming
What are some Factor associated with packet loss?
- Network Congestion
- Faulty Router Config
- Bad Cables
- Hardware Failures
Network Congestion
Data sent through the network exceeds what the network can handle
Faulty Router Config
Router is set up incorrectly resulting in misdirected and
mis-prioritized traffic
what tools can you use to identify the source of packet loss?
- Ping command
- Traceroute/Tracert command
- Network monitoring tools
Strategy to solve a network congestion issue
- Increase bandwidth
- Optimize network layout
- Employ QoS
Strategy for Hardware issues
- Routine inspection
- Replace Faulty cables
- update firmware/drivers
Common Causes of network performance issues
- High CPU usage
- High Bandwidth usage
- Poor connectivity
- Network malfunction
- DNS issues