Module 8 Flashcards
What is the Settings app in Windows?
The Settings app in Windows is a central location where users can adjust various settings and preferences for their computer.
What types of settings can be adjusted in the Settings app?
Examples of settings that can be adjusted in the Settings app include display settings, personalization settings, system settings, network and internet settings, privacy settings, and update and security settings.
Where can users find and access the Settings app in Windows?
The Settings app can be found and accessed by clicking on the Start button and then selecting the gear icon, or by searching for “settings” in the search bar.
What is the Network and Sharing Center in Windows?
The Network and Sharing Center in Windows is a feature that allows users to manage their network connections and settings.
What types of tasks can be performed in the Network and Sharing Center?
Examples of tasks that can be performed in the Network and Sharing Center include viewing the status of network connections, changing network settings, setting up new connections, troubleshoot network problems and share files and printers on the network.
How can users access the Network and Sharing Center in Windows?
Users can access the Network and Sharing Center by clicking on the Start button, then Control Panel, then Network and Sharing Center. Or by searching for “Network and Sharing Center” in the search bar.
What is IPconfig?
IPconfig is a command-line tool in Windows that is used to display the current configuration of a network connection, including the IP address, subnet mask, and default gateway. It can also be used to release and renew DHCP leases and flush the DNS cache.
What is Windows PowerShell and what can it be used for?
Windows PowerShell is a command-line shell and scripting language that allows you to automate many tasks in Windows, including managing network settings.
What are some examples of Windows PowerShell cmdlets that can be used to manage network settings?
Examples of Windows PowerShell cmdlets that can be used to manage network settings are Get-NetAdapter, Get-NetIPAddress, Set-NetIPAddress, Get-NetIPConfiguration. These cmdlets can be used to retrieve and configure information about network adapters, IP addresses, and IP configurations on a local or remote computer.
What is a troubleshooting approach to networking?
A troubleshooting approach to networking is a systematic process of identifying, isolating, and resolving issues that may be preventing network connections from being established between computers.
What are the steps involved in a troubleshooting approach to networking?
The steps involved in a troubleshooting approach to networking are Identifying the problem, Gather information, Isolate the problem, Resolve the problem and Verify the solution.
What is the most common protocol used in networks to establish connections between computers?
The most common protocol used in networks to establish connections between computers is the Transmission Control Protocol/Internet Protocol (TCP/IP) which is responsible for routing the data packets across the network.
What is Ping and what is it used for?
Ping is a tool that sends an Internet Control Message Protocol (ICMP) echo request packet to a specified host and waits for an ICMP echo reply. It is used to test the reachability of a host and to measure the round-trip time for packets to travel from the source host to the destination host and back.
What is Traceroute and what is it used for?
Traceroute is a tool that is used to trace the path that packets take from the source host to the destination host. It sends a series of ICMP echo request packets to the destination host, with each packet having a different Time-to-Live (TTL) value and uses ICMP time exceeded messages to determine the path that the packets took and the IP address of each router along the way.
How does Ping determine the reachability of a host?
Ping determine the reachability of a host by sending an Internet Control Message Protocol (ICMP) echo request packet to a specified host and waiting for an ICMP echo reply.
How does Traceroute trace the path of packets from a source host to a destination host?
Traceroute traces the path of packets from a source host to a destination host by sending a series of ICMP echo request packets to the destination host, with each packet having a different Time-to-Live (TTL) value. As each packet passes through a router, its TTL is decremented by one. When a packet’s TTL reaches zero, the router sends an ICMP time exceeded message back to the source host. Traceroute uses these messages to determine the path that the packets took and the IP address of each router along the way.
What is the process of verifying IP configuration and activity?
Verifying IP configuration and activity refers to the process of checking and ensuring that the IP settings of a network device are correct and that the device is able to communicate with other devices on the network.
What are some command-line tools and techniques that can be used to verify IP configuration and activity?
Some command-line tools and techniques that can be used to verify IP configuration and activity are ipconfig, ping, tracert and netstat.
How does the command “ipconfig” help in verifying IP configuration?
The command “ipconfig” can be used to view the IP configuration of a network device, including the IP address, subnet mask, and default gateway.
How does the command “ping” help in verifying IP activity?
The command “ping” can be used to test the reachability of a host and to measure the round-trip time for packets to travel from the source host to the destination host and back, thus helping in verifying IP activity.
How does the command “tracert” help in verifying IP activity?
The command “tracert” can be used to trace the path that packets take from the source host to the destination host, helping in verifying IP activity.
How does the command “netstat” help in verifying IP activity?
The command “netstat” can be used to display active TCP connections and the ports on which the computer is listening, thus helping in verifying IP activity.
What is test communications?
Test communications is the process of using tools such as ping and traceroute to test the reachability of a host and to measure the round-trip time for packets to travel from the source host to the destination host and back.
What is verifying basic connectivity?
Verifying basic connectivity is the process of checking that all necessary network components such as cables, switches, and routers are properly connected and configured.
What is identifying each hop between two systems?
Identifying each hop between two systems is the process of using traceroute to trace the path that packets take from the source host to the destination host and identifying the IP address of each router along the way.