Skills Checks Flashcards

1
Q

Locate/identify the IP Configuration on a Windows device (e.g., computer), not a network device

A

1) Right-click the Start Menu
2) Select Windows PowerShell / Command Prompt / Terminal
3) In the command prompt, type “ipconfig /all” (make sure there is a space before the /)
4) Record the IP address, Subnet Mask, default Gateway, and DNS Server that was assigned to the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the Network Host Configuration parameters?

A

1) IP Address
2) Subnet Mask
3) DNS Server
4) Default Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Convert 127 from decimal to binary

A

01111111

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Convert 10010110 to decimal

A

150

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Convert 233 from decimal to binary

A

11101001

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the steps/instructions for running a Ping?

A

1) Open Command Prompt on computer
2) type: ping [domain name or IP Address] -n 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you look up your computer’s MAC address?

A

Command Prompt –> ipconfig /all –> enter –> Computer’s MAC address will be in the first Ethernet Adapter section as the “Physical Address”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to lookup a MAC address’s manufacturer via the Internet?

A

Go to www.macvendors.com and enter the MAC address and it will list the manufacturer (is not always same as the name on the device)

The first six digits represent the manufacturer, the final six represent that specific device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Command prompt to identify the IP addresses, subnet mask, gateway, and DNS server

A

ipconfig /all

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Command prompt to run a ping using an IP address

A

ping [IP Address] -n [number of pings to run], e.g., “ping 192.168.1.1 -n 4”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Command prompt to run a ping using a domain name?

A

ping [domain address] -n [number of pings to run], e.g., “ping www.amazon.com -n 4”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain how to manage a “combo unit” form an ISP

A
  • disable the combo unit’s wireless
  • connect only the router to the combo unit
  • put the combo unit into bridge mode
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the equation to determine a Power Budget?

A

Power Budgeting = maximum amount of power the device can provide - the sum of the watts required to power each device

*You want to leave 15% of headroom in the power budget for some wiggle room

Example:
Power budget = 65W possible - 45W required = 20 W
↑ headroom = 31%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How and why should you implement separate SSIDs for the 5Ghz and 2.4 GHz bands

A

First, setup the 5GHz band, then build the 2.4 GHz band to setup devices that still require 2.4 GHz (printers, thermostats, URCs, etc).

Once the two SSIDs’ band have been optimized, then join them into a single SSID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly