troubleshooting Flashcards
7 step troubleshooting methodology:
- identify the problem
- establish theory of probable cause
- test the theory to determine the cause
- establish a plan of action to resolve the problem
- implement the solution / escalate if necessary
- verify full system functionality
- document findings, actions, outcomes and lessons learned
RSSI
Received Signal Strength Indication (RSSI): estimated strength of the wifi signal received by the client
anything from zero to minus 60dBm indicated good, strong signal
EIRP
effective Equivalent isotropic radiated power
signal strength emitted by the access point
measured in dBi
Channel utilisation for an efficient wifi network?
keep below 30%
attenuation
reduction of signal strength between the transmission and receipt of the signal
Users connecting to an SSID appear to be unable to authenticate to the captive portal. Which of the following is the MOST likely cause of the issue?
Captive portals usually rely on 802.1x, and 802.1x uses RADIUS for authentication. The IEEE 802.1x standard is a network authentication protocol that opens ports for network access when an organization authenticates a user’s identity and authorizes them for access to the network. This defines port security. The user’s identity is determined based on their credentials or certificate, which is confirmed by the RADIUS server.
You are troubleshooting network connectivity issues for a large network. You determine you need to start troubleshooting beginning with the middle layer of the OSI model and moving up or down based on your findings. Which troubleshooting methodology are you using?
With the Divide and conquer troubleshooting approach, you start in the middle of the OSI model (network layer) and move up or down the layers based on what you think is causing the problem.
The Top-to-bottom approach begins on layer 7 (Application) and moves down to layers 6, 5, 4, and so on.
What property is defined as a gradual reduction in signal strength with an increased distance from a source?
Attenuation is a natural property that occurs as a reduction of signal when the distance from the source increases.
EMI (Electromagnetic Interference) is a disturbance generated by an external source.
Crosstalk is a form of EMI in which one circuit creates an undesired effect on another.
What is known as variance in delay?
Variance in Delay is known as Jitter which is measured in Milliseconds. Delay is the amount of time it takes for a packet to travel from one point to the next measured in milliseconds.
Latency describes the amount of time a delay takes. Absorption is a property in which signal can get lost by an undesired source absorbing the signal. Loss is a reduction in attenuation as it spreads through a space.
Which word is used to describe the latency of traffic?
Delay is the amount of time it takes for a packet to travel from one point to the next measured in milliseconds. Variance in Delay is known as Jitter which is measured in Milliseconds.
What does the absence of light typically mean on an interface status indicator?
When light isn’t present on a switchport’s LED status indicator, it typically means something in the physical layer isn’t up or functioning.
You notice as you move farther from an access point, the signal strength and throughput capability weakens. What property are you likely experiencing?
Attenuation is a natural property that occurs as a reduction of signal when the distance from the source increases. This property applies to wireless signals from an AP, especially if not configured properly, or if there is something blocking the signal.
You need to verify L3 host redundancy failover time after setting up a FHRP between 2 routers. You need to do this on a Windows host and need to continuously ping the virtual IP address, 192.168.1.1. Which of the following commands should you use?
ping -t 192.168.1.1
Which Windows command line utility combines the functions of traceroute and ping?
PathPing is a windows utility that combines the functions of the ping command and tracert (traceroute) commands.
Which command can you issue on a Windows workstation to display ARP information?
arp -a.