Network + 1 - 50

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Pocho
P
Pocho
Community Contributor
Quizzes Created: 2 | Total Attempts: 983
| Attempts: 255 | Questions: 49
Please wait...
Question 1 / 49
0 %
0/100
Score 0/100
1. You work as a network technician at CompTIA.com. You needs to find out the NICs MAC address of a known IP address of a NIC. What should you do?

Explanation

To find out the NICs MAC address of a known IP address, you should consider using the arp command. The Address Resolution Protocol (ARP) is used to map an IP address to a MAC address. By using the arp command, you can view the ARP cache table which contains the mappings of IP addresses to MAC addresses on the local network. This will allow you to find the MAC address associated with the known IP address of the NIC you are looking for.

Submit
Please wait...
About This Quiz
Network Plus Quizzes & Trivia

If you are studying for your Network + certification and as a result looking for a resources to help you study, look no further as the quiz below... see moreis all you need. Take it up and all the best. see less

2. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which protocol has the ability to access files on a remote server. What should you reply?

Explanation

FTP (File Transfer Protocol) is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the internet. It allows users to access and manipulate files on a remote server. Therefore, the correct answer is that the FTP protocols can access files on a remote server.

Submit
3. You work as a network technician at CompTIA.com. A CompTIA.com user has complaint that she cannot ping the server by the FQDN, but she can ping the server by using the IP address. What should you do?

Explanation

The user's complaint suggests that there is an issue with resolving the server's FQDN (Fully Qualified Domain Name) to its IP address. This indicates a problem with the DNS (Domain Name System) configuration, as DNS is responsible for translating domain names to IP addresses. Therefore, the correct action would be to ensure that DNS is properly configured.

Submit
4. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which of the following is related to the MAC address and the corresponding IP address. What should you reply?

Explanation

Arp (Address Resolution Protocol) is a network protocol that is used to map an IP address to its corresponding MAC address. It is responsible for resolving IP addresses to MAC addresses in order to facilitate communication between devices on a local network. Therefore, Arp is the correct answer as it directly relates to the relationship between MAC address and the corresponding IP address.

Submit
5. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which of the following will be able to list the MAC addresses. What should you reply?

Explanation

The correct answer is "He should consider using arp." The Address Resolution Protocol (ARP) is used to map an IP address to a MAC address in a local network. By using ARP, the trainee will be able to list the MAC addresses associated with the IP addresses in the network. Pinging, digging, and using nbtstat are not directly related to listing MAC addresses.

Submit
6. Identify the utility being used given the output:   Interface: 206.212.36.18 on Interface 1 Internet Address                             Physical Address                  Type 206.212.36.9                         00-00-21-64-91-12                Dynamic 206.212.36.12                       00-00-21-1b-4a-a7                Dynamic

Explanation

The correct answer is "arp". The output provided shows the IP addresses and physical addresses of devices on the network. ARP (Address Resolution Protocol) is a protocol used to map an IP address to a physical (MAC) address. In this case, the output displays the IP addresses and corresponding physical addresses, indicating that the ARP utility is being used to retrieve this information.

Submit
7. You work as a network technician at CompTIA.com. You have been given the instruction to use a connectionless state protocol that does not use acknowledgements. What should you do?

Explanation

UDP (User Datagram Protocol) is a connectionless state protocol that does not use acknowledgements. It is commonly used for applications that require fast and efficient communication, such as streaming media, online gaming, and VoIP. Unlike TCP, UDP does not establish a connection before sending data and does not guarantee delivery or order of packets. This makes UDP a suitable choice when real-time communication is more important than reliability. Therefore, considering the given requirements, using UDP would be the appropriate choice.

Submit
8. You work as a network administrator at CompTIA.com. You notice suspicious IP traffic on the local subnet. After successfully pinging the source, which utility can you use to find the associated MAC address?

Explanation

After successfully pinging the source, the utility that can be used to find the associated MAC address is "arp". The Address Resolution Protocol (ARP) is used to map an IP address to a MAC address on a local network. By using the ARP utility, the network administrator can view the ARP cache table, which contains the IP-MAC address mappings for devices on the local subnet. This allows the administrator to identify the MAC address associated with the suspicious IP traffic.

Submit
9. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee has received the following output:   Interface: 172.30.0.104 0x2 Internet Address                    Physical Address                  Type 172.30.0.50                  0304882728c              dynamic 172.30.0.254                00304882650e            dynamic   The newly appointed CompTIA.com trainee wants to know which command was used. What should you reply?

Explanation

The correct answer is "arp was used." This can be determined from the output provided, which shows the Internet Address and Physical Address of different interfaces. The "arp" command is used to view and manipulate the Address Resolution Protocol (ARP) cache, which maps IP addresses to physical addresses on a network. The output indicates that dynamic ARP entries were retrieved, suggesting that the "arp" command was used to obtain this information.

Submit
10. Given the following output, which utility was used?   Interface 10.10.10.1 on Interface 0x1000004 Internet Address                             Physical Address                  Type 10.10.10.5                                       00-e0-29-62-0d-de                dynamic 10.10.10.11                           00-00-08-fd-97-fa                  static

Explanation

The correct answer is "arp". This is because the given output displays the Internet Address and Physical Address of different interfaces. The "arp" utility is used to view and manage the Address Resolution Protocol (ARP) cache, which maps IP addresses to physical addresses (MAC addresses) on a local network. The output shows the dynamic and static mappings of IP addresses to MAC addresses, which is a function of the ARP protocol.

Submit
11. You work as a network technician at CompTIA.com. You have received instruction from management to allow the users to use a FQDN as a replacement for the IP address. What should you do?

Explanation

The DNS (Domain Name System) protocol is used to translate domain names into IP addresses. By allowing users to use a Fully Qualified Domain Name (FQDN) as a replacement for the IP address, the DNS protocol can be utilized to resolve the domain name to its corresponding IP address. This allows for easier and more user-friendly access to network resources without the need to remember and input complex IP addresses. Therefore, using the DNS protocol is the appropriate solution in this scenario.

Submit
12. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know when discovering suspicious IP activity and pinging the source which utility should be used to find the associated Media Access Control (MAC) address. What would your reply be?

Explanation

The ARP (Address Resolution Protocol) command line utility is used to find the associated Media Access Control (MAC) address when discovering suspicious IP activity and pinging the source. ARP is responsible for mapping an IP address to a MAC address in a local network. By using the ARP command line utility, the network technician can obtain the MAC address associated with a specific IP address, which can help in identifying and investigating suspicious activity on the network.

Submit
13. Which of the following statements is TRUE regarding a small remote office network unable to access the home office network which requires the clients to obtain IP addresses by selecting the protocol which should be enabled?

Explanation

The small remote office network is unable to access the home office network because the clients are not obtaining IP addresses. Enabling the Dynamic Host Configuration Protocol (DHCP) will allow the clients to automatically obtain IP addresses, which will enable them to connect to the home office network.

Submit
14. You work as the network administrator at CompTIA.com. A new CompTIA.com technician wants to know which of the following a  connection oriented protocol is. What should you reply?

Explanation

The TCP (Transmission Control Protocol) can be classified as a connection-oriented protocol. This is because TCP establishes a connection between the sender and receiver before transmitting data, ensuring reliable and ordered delivery. It provides features such as error checking, flow control, and congestion control to ensure data integrity and efficient transmission. UDP (User Datagram Protocol) is a connectionless protocol, while SPX (Sequenced Packet Exchange) and IP (Internet Protocol) are also connectionless protocols.

Submit
15. Which of the following statements is TRUE regarding the network protocol which makes use of the File Transfer Protocol (FTP) protocol?

Explanation

The correct answer is that the Transmission Control Protocol / Internet Protocol (TCP/IP) would make use of the protocol. This means that TCP/IP, which is the standard protocol suite for internet communication, utilizes the File Transfer Protocol (FTP) protocol. FTP is commonly used for transferring files over a network, and TCP/IP is responsible for ensuring reliable and efficient communication between devices on the internet.

Submit
16. You work as a network technician at CompTIA.com. You have received instruction from management to map the names to IP address. What should you do?

Explanation

The network technician should consider using DNS (Domain Name System) to map names to IP addresses. DNS is a system that translates domain names (such as www.example.com) into IP addresses (such as 192.168.1.1) so that computers can communicate with each other over the internet. By using DNS, the technician can easily manage and update the mapping of names to IP addresses, ensuring that the network operates smoothly and efficiently. IMAP4 is a protocol used for email retrieval, DHCP is used for assigning IP addresses dynamically, and Telnet is a protocol used for remote access to devices, none of which are directly related to mapping names to IP addresses.

Submit
17. Which of the following statements is TRUE regarding the protocol which makes use of Domain Name Resolution (DNS) to find addresses?

Explanation

The correct answer is that the Transmission Control Protocol / Internet Protocol (TCP/IP) makes use of DNS to find addresses. DNS is a protocol used to translate domain names into IP addresses, allowing devices to locate and communicate with each other on a network. TCP/IP is the foundational protocol suite for the internet and relies on DNS to resolve domain names to IP addresses for successful communication.

Submit
18. You work as a network technician at CompTIA.com. You have received instruction from management to translate a physical network address to its IP address. What should you do?

Explanation

RARP (Reverse Address Resolution Protocol) is used to translate a physical network address to its IP address. It is commonly used in legacy systems where a device needs to obtain its IP address based on its MAC address. Nslookup is used to query DNS servers for information about domain names, ping command is used to test network connectivity, and netstat is used to display network statistics and active connections. However, in this scenario, the management specifically instructed to translate a physical network address to its IP address, which is the purpose of RARP.

Submit
19. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which can be used to display the IP to a Physical address table. What should you reply?

Explanation

The ARP command can be used to display the IP to a Physical address table. ARP (Address Resolution Protocol) is a protocol used to map an IP address to a physical (MAC) address on a local network. By using the ARP command, you can view the ARP cache, which contains the mapping of IP addresses to MAC addresses. This can be useful for troubleshooting network connectivity issues or for identifying devices on the network. The other options mentioned (netstat, nbtstat, and ping) do not provide this specific functionality.

Submit
20. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which of the following maps an IP address to a MAC address. What should you reply?

Explanation

The ARP (Address Resolution Protocol) protocol is used to map an IP address to a MAC address. It allows devices on a local network to discover and communicate with each other by resolving the IP address to the corresponding MAC address. RARP (Reverse Address Resolution Protocol) is used for the opposite purpose, mapping a MAC address to an IP address. DHCP (Dynamic Host Configuration Protocol) is used for automatic IP address assignment, while NTP (Network Time Protocol) is used for time synchronization.

Submit
21. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know what can be used to translate the IP address to its physical network address. What should you reply?

Explanation

ARP (Address Resolution Protocol) is used to translate an IP address to its physical network address, such as a MAC address. It is a protocol used in computer networks to map an IP address to a physical machine address. By using ARP, a device can determine the MAC address of another device on the same network, allowing for communication between them. Therefore, in order to translate an IP address to its physical network address, the trainee should consider using ARP.

Submit
22. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which network protocol has the ability to recover from lost/corrupted network packets during transmission. What would your reply be?

Explanation

The correct answer is that the Transmission Control Protocol (TCP) protocol has the ability to recover from lost/corrupted network packets during transmission. TCP uses a system of acknowledgments and retransmissions to ensure that all packets are successfully delivered. If a packet is lost or corrupted, TCP will request for it to be resent, ensuring reliable data transmission.

Submit
23. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which of the following forms part of the TCP/IP protocol suite. What should you reply?

Explanation

UDP (User Datagram Protocol) is indeed a part of the TCP/IP protocol suite. TCP/IP is a set of protocols that allows communication between devices over a network. UDP is a connectionless protocol that is used for sending datagrams (packets) of data without the need for establishing a connection. It is commonly used for applications that require fast and efficient communication, such as streaming media or online gaming.

Submit
24. You have a network that is connected to the Internet for only maintenance purposes. You place a firewall between your network and they Internet. You configure the firewall to permit only UDP traffic. Which network file transfer protocol will be able to pass through the firewall?

Explanation

TFTP (Trivial File Transfer Protocol) will be able to pass through the firewall because it uses UDP (User Datagram Protocol) for communication. The firewall is configured to permit only UDP traffic, so TFTP, which is a UDP-based protocol, will be allowed to pass through. NNTP (Network News Transfer Protocol), IRTF (Internet Research Task Force), and SNMP (Simple Network Management Protocol) use TCP (Transmission Control Protocol) for communication, so they will not be able to pass through the firewall.

Submit
25. You work as a network technician at CompTIA.com. You have received numerous complaints from the users at CompTIA.com. The complaints state that they cannot connect to the server. The server is using FQDN. What should you do?

Explanation

Enabling DNS (Domain Name System) would be the appropriate solution in this scenario. DNS is responsible for translating domain names into IP addresses, allowing users to connect to the server using its FQDN (Fully Qualified Domain Name). If the users are unable to connect to the server, it suggests that the DNS resolution is not functioning correctly. By enabling DNS, the server will be able to resolve the FQDN and establish the connection with the users.

Submit
26. You work as a network technician at CompTIA.com. You have just completed the installation of a basic router for the SOHO network. However, the computer connected to the router is unable to get an IP address. What should you do?

Explanation

The computer connected to the router is unable to get an IP address, indicating that the issue lies with the allocation of IP addresses. DHCP (Dynamic Host Configuration Protocol) is responsible for automatically assigning IP addresses to devices on a network. Therefore, configuring DHCP correctly would resolve the problem by ensuring that the computer receives a valid IP address. NAT (Network Address Translation) is used for translating IP addresses between different networks, WINS (Windows Internet Naming Service) is used for resolving NetBIOS names to IP addresses, and DNS (Domain Name System) is used for resolving domain names to IP addresses. While these services are important for network functionality, they are not directly related to the computer's inability to obtain an IP address.

Submit
27. You work as the network administrator at CompTIA.com. A new CompTIA.com technician wants to know which protocols are needed for E-mail traffic. What should you tell him? (Choose THREE)

Explanation

not-available-via-ai

Submit
28. You work as the network administrator at CompTIA.com. A new CompTIA.com technician wants to know which authentication protocols can be uses to transmit plain text passwords over the internet. What should you reply?

Explanation

PAP (Password Authentication Protocol) is an authentication protocol that can be used to transmit plain text passwords over the internet. It is a simple and insecure authentication method that sends the password in clear text format, making it vulnerable to interception and unauthorized access. Despite its lack of security, PAP is still used in some legacy systems or situations where security is not a major concern.

Submit
29. Which of the following statements is TRUE regarding the command which should be used when booting a computer and receiving an error message stating a duplicate IP address is in use on the network?

Explanation

The ARP (Address Resolution Protocol) command line utility is used to view and manipulate the ARP cache, which contains IP to MAC address mappings. In the given scenario, if a computer is receiving an error message stating a duplicate IP address is in use on the network, using the arp command can help identify the conflicting device by checking its MAC address. This can help in resolving the duplicate IP address issue by either reconfiguring the IP address of the conflicting device or updating the IP address of the current device.

Submit
30. Which of the following statements describes the TCP/IP configuration of a Windows XP Professional computer that has a TCP/IP address of 169.254.1.37?

Explanation

The given TCP/IP address of 169.254.1.37 falls within the range of APIPA (Automatic Private IP Addressing) addresses, which are assigned automatically by Windows when a DHCP server is unavailable. This indicates that the computer is set for DHCP but cannot obtain an IP address from a DHCP server on the network. Therefore, the correct answer is "The computer is set for DHCP, but no DHCP server is available on the network."

Submit
31. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which protocol is used by the UDP ports. What should you reply?

Explanation

TFTP (Trivial File Transfer Protocol) is a protocol that uses UDP (User Datagram Protocol) for communication. UDP is a connectionless protocol that does not require a handshake or error checking, making it faster but less reliable than TCP. TFTP is commonly used for transferring small files, such as firmware updates or configuration files, over a network. Therefore, the correct answer is TFTP is used for the UDP ports.

Submit
32. You work as the network administrator at CompTIA.com. You have received instruction to make use of a protocol to transmit usernames and passwords as clear text. What should you do?

Explanation

PAP (Password Authentication Protocol) is a protocol that transmits usernames and passwords as clear text. It is an older and less secure authentication method compared to others like CHAP (Challenge Handshake Authentication Protocol) or SSH (Secure Shell). However, if the instruction specifically asks for clear text transmission, PAP would be the appropriate choice.

Submit
33. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which transfer methods transfer files with the use of User Datagram Protocol (UDP). What would your reply be?

Explanation

The correct answer is that the Trivial File Transfer Protocol (TFTP) uses the UDP protocol. TFTP is a simple file transfer protocol that is often used for booting operating systems or transferring configuration files in network devices. UDP is a connectionless protocol that provides fast and lightweight communication, making it suitable for applications like TFTP where speed is more important than reliability.

Submit
34. You work as a network technician at CompTIA.com. The CompTIA.com user wants to know which protocol/protocols has the fastest file transfers. What would your reply be?

Explanation

The Trivial File Transfer Protocol (TFTP) protocol has the fastest file transfers. TFTP is a lightweight protocol that is designed for simple and fast file transfers. It does not have the advanced features and security measures of other protocols like SMTP, PAP, and SFTP, but it is optimized for speed and efficiency. TFTP is commonly used for booting devices over a network or transferring small files in environments where speed is prioritized over security or reliability.

Submit
35. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know takes place at the application layer of the OSI model. What should you reply?

Explanation

FTP (File Transfer Protocol) is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the internet. It operates at the application layer of the OSI model, which is responsible for providing network services to user applications. FTP allows users to authenticate themselves with a username and password, browse directories, and transfer files between the client and server. Other protocols mentioned, such as UDP, TCP, and SPX, operate at lower layers of the OSI model and are not specifically designed for file transfer.

Submit
36. You work as a network technician at CompTIA.com. A CompTIA.com sales representative uses his operating system at home which is connected to the Internet 24/7. During a meeting at work, he contacted you because he was unable to connect to his computer at home that has an IP address of 192.168.1.125. What could be the cause?

Explanation

The sales representative is unable to connect to his computer at home because the computer does not have a routable IP address across the Internet. This means that the IP address assigned to the computer is not recognized or accessible outside of the local network. This could be due to various reasons such as the router at home not properly configured for port forwarding or the ISP not providing a public IP address. As a result, the computer cannot establish a connection from outside the local network.

Submit
37. Which of the following statements is TRUE regarding the command line utility used for producing the output:   CompTIA.com (192.168.12.22) at 08:00:20:0b:4a:71 us.CompTIA.com (192.168.12.32) at 08:00:20:0e:aa:40 uk.CompTIA.com (192.168.12.42) at 00:00:93:e0:80:b1?

Explanation

The given output shows the MAC addresses and corresponding IP addresses of three different websites. The command line utility "arp" is used to display and manipulate the Address Resolution Protocol (ARP) cache, which maps IP addresses to MAC addresses. Therefore, the correct answer is that the command line utility "arp" was used to produce the output.

Submit
38. You work as the network administrator at CompTIA.com. The CompTIA.com management wants you to connect the clients to a news server with a suitable protocol. What should you do?

Explanation

NNTP (Network News Transfer Protocol) is a suitable protocol for connecting clients to a news server. NNTP is specifically designed for distributing, querying, and retrieving news articles and is commonly used for accessing Usenet newsgroups. SMTP (Simple Mail Transfer Protocol) is used for sending and receiving emails. NCP (NetWare Core Protocol) is a protocol used in Novell NetWare networks for communication between clients and servers. IMAP4 (Internet Message Access Protocol version 4) is used for retrieving emails from a mail server. Therefore, NNTP is the most appropriate protocol for connecting clients to a news server in this scenario.

Submit
39. You work as the network administrator at CompTIA.com. CompTIA.com uses different operating systems in the company. You have given the instruction to use a protocol to authenticate resources which will include computers, users and printers. What should you do?

Explanation

LDAP stands for Lightweight Directory Access Protocol. It is a protocol used for accessing and maintaining distributed directory information services over an IP network. In this scenario, the network administrator at CompTIA.com needs a protocol to authenticate resources such as computers, users, and printers. LDAP is commonly used for authentication and authorization purposes in network environments. It provides a centralized directory service that allows for efficient and secure authentication of users and devices. Therefore, using the LDAP protocol would be a suitable choice in this situation.

Submit
40. Which of the following commands can be used to check for duplicate IP address on a network?

Explanation

The arp command can be used to check for duplicate IP addresses on a network. ARP stands for Address Resolution Protocol, and it is used to map an IP address to a physical (MAC) address. By using the arp command, one can view the ARP cache and check if there are any duplicate IP addresses present. This can be helpful in identifying and resolving IP address conflicts on a network.

Submit
41. You work as a network technician at CompTIA.com. A CompTIA.com user named Mia Hamm has the following complain. She has pinged the following: 127.0.0.1 and received the following message: Unable to contact IP driver, error code 2. What should you do?

Explanation

The user received the message "Unable to contact IP driver, error code 2" when pinging the loopback address (127.0.0.1). This indicates that the TCP/IP protocol is not installed or functioning properly on the user's system. Therefore, the correct action to take is to consider installing the TCP/IP protocol.

Submit
42. You work as a network technician at CompTIA.com. Management complained that they can connect to the company server via remote, but they cannot access the directories of thee other server from that server. However, they can ping the other servers by using the IP address. What should you do?

Explanation

The correct answer is to configure the DNS correctly. This is because the management is able to connect to the company server via remote, indicating that the network connectivity is functioning properly. However, they cannot access the directories of the other server, which suggests that there may be an issue with resolving the server names to their corresponding IP addresses. By configuring the DNS correctly, the server names will be properly resolved, allowing access to the directories on the other server.

Submit
43. You cannot reach a web site on a host computer but you can ping the host name and Telnet to the host name. What is the source of the problem?

Explanation

The given scenario suggests that the host computer is not accessible through a web browser, but it can still be reached using ping and Telnet commands. This indicates that the host's HTTP service is not functioning properly or is down. The other options (lack of DNS entry, lack of WINS entry, and the host being down) can be ruled out since the host name can be pinged and Telnet can establish a connection, indicating that the host is reachable. Therefore, the most likely source of the problem is that the host's HTTP service is down.

Submit
44. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee has received the following output:   Interface: 172.30.0.102 0x2 Internet Address                                                Physical Address        Type 172.30.0.5 0                                              0304882728c              dynamic   The newly appointed CompTIA.com trainee wants to know which command and switch combination was used. What should you reply?

Explanation

The correct answer is "arpa was used." The output provided includes the Internet Address and Physical Address, which are typically associated with the Address Resolution Protocol (ARP). ARP is used to map an IP address to a physical (MAC) address on a network. The "0x2" in the interface line suggests that the ARP protocol was used. Therefore, the command and switch combination used to obtain this output was likely "arp -a" or something similar.

Submit
45. Which of the following statements is TRUE regarding network users who are unable to access a web site on a host computer but are capable of pinging the hostname and Telnet to the host name?

Explanation

If network users are able to ping the hostname and Telnet to the host name but unable to access the website, it suggests that the network connectivity is fine and the issue lies with the HTTP protocol. This means that the web server or the HTTP service on the host computer may be down or not functioning properly. Therefore, checking if the host Hyper Text Transfer Protocol (HTTP) protocol is down would be the appropriate step to identify and resolve the issue.

Submit
46. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know the highest level of fault tolerance after reconfiguring a server to facilitate DNS requests. What should you reply?

Explanation

Adding a second NIC (Network Interface Card) would provide the highest level of fault tolerance after reconfiguring a server to facilitate DNS requests. By having two NICs, the server can have redundant network connections, ensuring that if one NIC fails, the other can still handle the DNS requests. This increases the server's reliability and minimizes the risk of downtime or service disruption.

Submit
47. You work as a network technician at CompTIA.com. You have received complaints from the CompTIA.com users that they have difficulty accessing the Internet. However, they can connect to the E-mail server. You need to use a command to display the MAC address. What should you do?

Explanation

not-available-via-ai

Submit
48. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which command line utility displays the arp table. What would your reply be?

Explanation

The correct answer is arp. The arp command is used to display and manipulate the Address Resolution Protocol (ARP) cache, which is a table that maps IP addresses to MAC addresses on a local network. By using the arp command, the trainee will be able to view the contents of the ARP table on their computer.

Submit
49. You work as a network technician at CompTIA.com. The newly appointed CompTIA.com trainee wants to know which protocol at the transport layer of the OSI model is the best choice for a delivery method. What should you reply?

Explanation

The UDP (User Datagram Protocol) is the best choice for a delivery method at the transport layer of the OSI model because it is a connectionless protocol that provides fast and efficient delivery of data packets. It is commonly used for applications that require real-time communication or where speed is more important than reliability, such as streaming media or online gaming. Unlike TCP, UDP does not provide error checking or retransmission of lost packets, making it a lighter-weight option for certain types of applications.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 20, 2010
    Quiz Created by
    Pocho
Cancel
  • All
    All (49)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
You work as a network technician at CompTIA.com. You needs to find out...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. A CompTIA.com user...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. The newly appointed...
Identify the utility being used given the output: ...
You work as a network technician at CompTIA.com. You have been given...
You work as a network administrator at CompTIA.com. You notice...
You work as a network technician at CompTIA.com. The newly appointed...
Given the following output, which utility was used? ...
You work as a network technician at CompTIA.com. You have received...
You work as a network technician at CompTIA.com. The newly appointed...
Which of the following statements is TRUE regarding a small remote...
You work as the network administrator at CompTIA.com. A new...
Which of the following statements is TRUE regarding the network...
You work as a network technician at CompTIA.com. You have received...
Which of the following statements is TRUE regarding the protocol which...
You work as a network technician at CompTIA.com. You have received...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. The newly appointed...
You have a network that is connected to the Internet for only...
You work as a network technician at CompTIA.com. You have received...
You work as a network technician at CompTIA.com. You have just...
You work as the network administrator at CompTIA.com. A new...
You work as the network administrator at CompTIA.com. A new...
Which of the following statements is TRUE regarding the command which...
Which of the following statements describes the TCP/IP configuration...
You work as a network technician at CompTIA.com. The newly appointed...
You work as the network administrator at CompTIA.com. You have...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. The CompTIA.com user...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. A CompTIA.com sales...
Which of the following statements is TRUE regarding the command line...
You work as the network administrator at CompTIA.com. The CompTIA.com...
You work as the network administrator at CompTIA.com. CompTIA.com uses...
Which of the following commands can be used to check for duplicate IP...
You work as a network technician at CompTIA.com. A CompTIA.com user...
You work as a network technician at CompTIA.com. Management complained...
You cannot reach a web site on a host computer but you can ping the...
You work as a network technician at CompTIA.com. The newly appointed...
Which of the following statements is TRUE regarding network users who...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. You have received...
You work as a network technician at CompTIA.com. The newly appointed...
You work as a network technician at CompTIA.com. The newly appointed...
Alert!

Advertisement