-
What is the first tool that you should use to troubleshoot network problems with Windows 7?
Windows Network Diagnostics
-
How can you start Windows Network Diagnostics?
- In the system tray, right-click the network icon and click Troublshoot Prolems.
- Open Network and Sharing Center. On the Network Map, click the link with an X over it.
- Open Network and Sharing Center. Near the bottom of the right pane, click the Troubleshoot Problems link.
- From the Network Connections page in Control Panel, right-click a network adapter and then click Diagnose.
- When Windows Internet Explorer is unable to access a Web site, click the Diagnose Connection Problems link.
- Enter "rundll32.exe ndfapi,NdfRunDllDiagnoseIncident" (case sensative) in the Run command.
-
Where does Windows Network Troubleshooting store detailed information about the troubleshooting process?
Event Viewer > Windows Logs > System
-
What command-line tool is most commanly used to begin diagnosing networking problems in Windows?
ipconfig
-
What is the command to get ipconfig to list detailed information about all network connections?
ipconfig /all
-
What command(s) can be used with ipconfig to renew an:
ipv4 address?
ipv6 address?
- ipconfig /release
- ipconfig /renew
- ipconfig /release6
- ipconfig /renew6
-
What is the best known command-line network diagnostic tool?
Ping
-
Why is Ping less useful today than in the past?
More and more computers and routers are blocking Internet Control Message Protocol (ICMP) requests. Ping still works on most local LANS.
-
What are the two main things that Ping can tell you?
- Whether or not a host is online and
- The time, in milliseconds, indicating the round trip latency.
-
What is PathPing used for?
Although Ping uses ICMP to test connectivity to a specific host, PathPing uses ICMP to test connectivity to a remote host and all routers between you and the remote host.
PathPing is a more powerful replacement for Tracert.
-
What is PortQry used for?
PortQry tests whether a specific network service is running on a server.
- Example: "portqry -n www.microsoft.com -e 80"
- This tests port 80 at www.microsoft.com to see if web services are available.
-
Is PortQry included with Windows?
No, portqry is not included with any version of Windows but can be downloaded from Microsoft.
-
What tool can be used to test whether your DNS server can properly resolve a host name to an IP address?
NSLOOKUP
-
What does APIPA stand for?
Automatic Private IP Addressing
-
When would a computer get an APIPA assigned IP address?
When the computer is configured to use automatic IP addressign but is unable to contact a DHCP server.
-
What address range can be assigned by APIPA?
169.254.0.0 thru 169.254.255.255
-
Connectivity problems can be broken down into what two categories?
- Network connectivity problems and
- Application connectivity problems
-
What port does the following Service Name or Task use?
Web servers, HTTP, and Internet Information Services (IIS)
Transmission Control Protocol (TCP) port 80
-
What port does the following Service Name or Task use?
Web servers that use Hypertext Transfer Protocol Secure (HTTPS)
Transmission Control Protocol (TCP) port 443
-
What port does the following Service Name or Task use?
File Transfer Protocol (FTP) servers
Transmission Control Protocol (TCP) ports 20, 21
-
What port does the following Service Name or Task use?
Incoming email: Internet Mail Access Protocol (IMAP)
Transmission Control Protocol (TCP) port 143
-
What port does the following Service Name or Task use?
Incoming email: IMAP (Secure Socket Layers [SSL])
Transmission Control Protocol (TCP) port 993
-
What port does the following Service Name or Task use?
Incoming email: Post Office Protocol 3 (POP3)
Transmission Control Protocol (TCP) port 110
-
What port does the following Service Name or Task use?
Incoming email: POP3 (SSL)
Transmission Control Protocol (TCP) port 995
-
What port does the following Service Name or Task use?
Outgoing email: Simple Mail Transfer Protocol (SMTP)
Transmission Control Protocol (TCP) port 25
-
What port does the following Service Name or Task use?
Telnet
Transmission Control Protocol (TCP) port 23
-
What command allows you to view the DNS cache?
ipconfig /displaydns
-
What command clears the DNS cache?
ipconfig /flushdns
-
How can you disable the DNS cache?
- Stop the DNS Client service from the Services and Applications\Services node within the Computer Mgmt console or
- run the command line "net stop dnscache"
-
What does SSID stand for?
Service Set Identifier
-
What 3 ways can you create a wireless connection profile?
- Connect manually to a wireless network that is range.
- Manually create a wireless connection profile.
- Group Policy
-
Where can you go in Windows to manually create a new wireless connection profile?
Network And Sharing Center
-
What does "netsh" stand for?
network shell
-
What command line tool can be used to manage wireless network connections?
netsh wlan
- Examples:
- netsh wlan export profile name="<SSID>"
- netsh wlan connect nwtraders1
- netsh wlan disconnect
-
Where would you go in Windows to reconfigure an existing wireless connection?
Network and Sharing Center > Manage Wireless Networks
-
Where would you go in Windows to change the priority order for wireless networks?
Network and Sharing Center > Manage Wireless Networks > select a wireless network profile and then click Move Up or Move Down.
-
Name five types of network security.
- No security
- Wired Equivalent Protection (WEP)
- Wi-Fi Protected Access (WPA)
- ...............WPA-PSK (Pre-Share Key - also known as WPA Personal)
- ...............WPA-EAP (Extensible Authentication Protocol - also known as WPA Enterprise)
- WPA2
- Open with 802.1X
-
What is the most secure wireless security method?
WPA2-EAP
-
What are three way that WPA-EAP can authenticate users?
- PEAP-MS-CHAPv2 to enable users to connect to a wireless network using their domain credentials.
- Certificates stored on the user's computers
- Certificates stored on smart cards
-
What does RADIUS stand for?
In Windows Server 2008, what service acts as a RADIUS server?
- Remote Authentication Dial In User Service (Radius)
- Network Policy Server (NPS)
-
What process (steps) does a client go through to connect to a WPA-EAP wireless network?
Whichever authentication method you choose, Windows uses the same authentication process.
The wireless client computer passes the credentials to the wireless access point, which forwards them to a RADIUS server, which then authenticates the user against AD DS.
-
What is the default authentication method Windows 7 uses when connecting to a new WPA-EAP or WPA2-EAP network?
Secure Password (EAP-MSCHAP v2)
-
Name the two types of wireless network profiles
- All-user profiles and
- Per-user profiles
Most mobile computers are used by only a single user. However, if mobile computers inyour organization are shared between multiple users, you might want to configure wirelessnetworks to use per-user profiles. With per-user profiles, one user can connect to a wirelessnetwork without other users being able to use the same wireless network connection.
|
|