CompTIA Networking Practice Test #1 — Questions and Answers
Question 1: What address should you use as the default gateway address when manually configuring TCP/IP settings on a PC in a SOHO network?
- the IP address of that computer
- the network address of the local LAN
- It should be left blank.
- the internal address of the Internet router (Correct answer)
Correct answer: the internal address of the Internet router
The default gateway is the IP address of the device that a computer uses to send traffic to destinations outside its local network. In a SOHO (Small Office/Home Office) network, this is typically the internal IP address of the router that connects the local network to the Internet. Without a correctly configured default gateway, the PC cannot communicate with devices on other networks, including the Internet.
Question 2: 192.168.15.211 is what kind of IP address?
- a private IPv4 address (Correct answer)
- a public IPv4 address
- a public IPv6 address
- a private IPv6 address
Correct answer: a private IPv4 address
IP addresses in the range 192.168.0.0 to 192.168.255.255 are specifically designated as private IPv4 addresses by RFC 1918. These addresses are used for internal networks and are not routable on the public Internet. This allows multiple organizations to use the same address ranges internally without conflict, conserving public IP addresses.
Question 3: For twisted pair cabling, which connection sets are used?
- RJ11 and F Type
- SC and ST
- RJ11 and RJ45 (Correct answer)
- BNC and RJ45
Correct answer: RJ11 and RJ45
RJ11 and RJ45 are the most common connection sets used for twisted pair cabling. RJ11 connectors are typically used for telephone lines and DSL connections, which utilize a smaller number of twisted pairs. RJ45 connectors are the standard for Ethernet networking, found on network interface cards and switches, and accommodate more twisted pairs for higher data rates.
Question 4: What router setting can you use to restrict access to the router to only the devices you specified in the configuration?
- subnet mask
- MAC filtering (Correct answer)
- content filtering
- encryption
Correct answer: MAC filtering
MAC (Media Access Control) filtering allows an administrator to create a whitelist or blacklist of MAC addresses, permitting or denying network access to specific devices. By configuring a whitelist, only devices with MAC addresses explicitly listed in the router's settings will be able to connect to the network. This provides a basic layer of access control to restrict who can join the network.
Question 5: This type of wireless encryption is usually seen in larger businesses, and each user must log in with their own credentials. What does this technology's name stand for?
- WEP
- WPA
- AES
- WPA2-Enterprise (Correct answer)
Correct answer: WPA2-Enterprise
WPA2-Enterprise is a robust wireless security standard designed for corporate environments. Unlike WPA2-Personal, it uses 802.1X authentication, requiring users to authenticate with individual credentials against a central authentication server (like RADIUS). This provides stronger security, centralized management, and individual accountability, making it suitable for larger businesses with many users.
Question 6: What must our SOHO router do in order for devices on our local IPv4 network to communicate with other devices on the Internet?
- NAT (Correct answer)
- DMZ
- DHCP
- DNS
Correct answer: NAT
Network Address Translation (NAT) is essential for SOHO routers to allow multiple devices on a private IPv4 network to share a single public IP address for Internet access. NAT translates the private IP addresses of internal devices into the router's public IP address when communicating with the Internet. This conserves public IP addresses and provides a basic layer of security by hiding internal network structure.
Question 7: Which Internet connection type is limited to a area near the central office and can rely on existing wiring infrastructure?
- DSL (Correct answer)
- satellite
- cable
- fiber
Correct answer: DSL
DSL (Digital Subscriber Line) provides Internet access over standard telephone lines, leveraging existing copper wiring infrastructure. Its performance and availability are highly dependent on the distance from the user's location to the telephone company's central office (CO). The further away, the weaker the signal and slower the speeds, making it limited to areas near the CO.
Question 8: Where could you install a Web server that is publically accessible from the Internet but isolated from the rest of your network?
- VLAN
- QoS
- DMZ (Correct answer)
- None of these answers are correct.
Correct answer: DMZ
A Demilitarized Zone (DMZ) is a dedicated network segment designed to host public-facing services, such as web servers, while keeping them isolated from the internal private network. This configuration allows external users to access the web server without gaining direct access to sensitive internal systems. This significantly enhances network security by creating a buffer zone.
Question 9: Harrold is setting up a new Web server at work, but he doesn't want DHCP to provide it with a new IP address each time he reboots it for maintenance. What kind of Internet address should Harrold assign to the new Web server?
- Dynamic
- DNS
- DHCP
- Static (Correct answer)
Correct answer: Static
A static IP address is manually assigned to a device and remains constant, never changing unless manually reconfigured. For servers like a web server, a static IP is crucial because it ensures the server is always reachable at the same address, which is necessary for DNS records and consistent service availability. DHCP assigns dynamic IPs, which can change upon reboot.
Question 10: What is the maximum RAM that Windows 32-bit operating systems can support?
- 4 GB (Correct answer)
- 32 GB
- 32 GB
- 12 GB
Correct answer: 4 GB
A 32-bit operating system can address a maximum of 2^32 bytes of memory, which equates to 4 gigabytes (GB). While some of this address space is reserved for hardware, the practical limit for usable RAM on a 32-bit Windows system is typically around 3.5 GB to 4 GB. This limitation is a fundamental architectural constraint of 32-bit computing.
Question 11: Which of the following statements describes a Windows 7 installation? <br> A. On a partition, replace the existing Operating System. <br> B. Windows 7 should be installed on a new partition. <br> C. The "setup.exe" file can be executed from a network file sharing.
- Upgrade Installation
- Clean Installation (Correct answer)
- Migration
- Restore from backup
Correct answer: Clean Installation
A clean installation involves formatting the hard drive partition and installing the operating system from scratch. This process typically replaces any existing OS, can be done on a new partition, and can be initiated from various media including a network share. It results in a fresh system without remnants of previous installations or user data, providing a stable foundation.
Question 12: Which tool would you use to stop a program from starting up?
- Sysprep
- Msconfig (Correct answer)
- Device Manager
- Sysconfig
Correct answer: Msconfig
Msconfig (System Configuration utility) is a Windows tool used to troubleshoot the startup process. It allows users to enable or disable startup programs, services, and boot options. By unchecking an application in the 'Startup' tab (or 'Services' tab for services), you can prevent it from launching automatically when Windows starts, helping to manage system resources and resolve conflicts.
Question 13: What is the keyboard shortcut for launching Windows Task Manager?
- F4 on boot
- Ctrl-Alt-Del (Correct answer)
- Ctrl-Shift-Tab
- F8 on boot.
Correct answer: Ctrl-Alt-Del
The Ctrl-Alt-Del key combination is a classic Windows shortcut that brings up the Windows Security screen, which includes an option to launch the Task Manager. This combination is often used to access system functions when the system is unresponsive or to ensure security by interrupting other processes before logging in. Alternatively, Ctrl-Shift-Esc can directly open Task Manager.
Question 14: What program is used to move user data from an old computer to a new one?
- Sysprep
- ERD
- Msconfig
- USMT (Correct answer)
Correct answer: USMT
USMT (User State Migration Tool) is a command-line utility provided by Microsoft for IT professionals to migrate user files and settings during large-scale operating system deployments. It allows for the transfer of user profiles, data, and settings from an old computer to a new one, streamlining the migration process and ensuring user continuity.
Question 15: To access the command prompt, what would you type into the search box?
- Cmd (Correct answer)
- Prompt
- Command
- Pmt
Correct answer: Cmd
Typing 'cmd' into the Windows search bar or the Run dialog (accessed via Windows Key + R) is the quickest and most common way to launch the Command Prompt. This executable name directly corresponds to the command-line interpreter application, providing access to various system commands and utilities.
Question 16: Which command will find faulty sectors on a disk partition structure and recover data?
- Chkdsk/r (Correct answer)
- DxDiag
- Regedit/f
- Dir/repair
Correct answer: Chkdsk/r
The `chkdsk` command (Check Disk) is used to verify the file system integrity of a volume and fix logical file system errors. The `/r` switch specifically instructs `chkdsk` to locate bad sectors on the disk and attempt to recover readable information from them, marking the bad sectors so they are no longer used. This helps prevent data loss and improves disk reliability.
Question 17: ASR was introduced by which operating system?
- Windows 7 Professional
- Windows XP (Correct answer)
- Windows Vista
- Windows 7 Home Edition
Correct answer: Windows XP
Automated System Recovery (ASR) was a feature introduced in Windows XP and Windows Server 2003. It was designed to help recover a system from a catastrophic failure by restoring the operating system to a previous state using a backup and an ASR floppy disk or file. ASR was later replaced by other recovery options in subsequent Windows versions.
Question 18: You recently installed a new printer driver, and now the printer is not working properly. Which method does Microsoft suggest for uninstalling an upgraded printer driver?
- Remove the newest driver manually from the user file c:/Windows/driver.
- Reinstall the original hardware driver.
- Select a date before the last printer driver was installed using the last system restore point.
- To roll back the driver for the physical device, use the device manager. (Correct answer)
Correct answer: To roll back the driver for the physical device, use the device manager.
When a newly installed driver causes issues, the safest and most recommended method by Microsoft is to use the 'Roll Back Driver' feature in Device Manager. This function reverts the device to its previously installed driver, often resolving compatibility or corruption problems without needing a full reinstallation or system restore. It's a quick way to undo a problematic driver update.
What address should you use as the default gateway address when manually configuring TCP/IP settings on a PC in a SOHO network?