Question 6 of 617

In which of the following conditions does the system enter ROM monitor mode? Each correct answer represents a complete solution. Choose all that apply.

Answer

Suggested Answer

The suggested answer is C, D.

The system enters ROM monitor mode if the user interrupts the boot sequence or if the router does not find a valid operating system image. ROM monitor mode is used to perform diagnostic tests or to boot the device. If the router does not have a configuration file, it will enter Setup mode to create an initial configuration. Setting operating parameters is done in Privileged EXEC mode.

Question 7 of 617

Which of the following protocols is used for exchanging routing information between two gateways in a network of autonomous systems?

Answer

Suggested Answer

The suggested answer is C.

EGP stands for Exterior Gateway Protocol. It is used for exchanging routing information between two gateways in a network of autonomous systems. This protocol depends upon periodic polling with proper acknowledgements to confirm that network connections are up and running, and to request for routing updates. Each router requests its neighbor at an interval of 120 to 480 seconds, for sending the routing table updates. The neighbor host then responds by sending its routing table. EGP-2 is the latest version of EGP.
Answer option B is incorrect. Internet Control Message Protocol (ICMP) is a maintenance protocol that allows routers and host computers to swap basic control information when data is sent from one computer to another. It is generally considered a part of the IP layer. It allows the computers on a network to share error and status information. An ICMP message, which is encapsulated within an IP datagram, is very useful to troubleshoot the network connectivity and can be routed throughout the Internet.
Answer option A is incorrect. Internet Group Management Protocol (IGMP) is a communication protocol that multicasts messages and information among all member devices in an IP multicast group. However, multicast traffic is sent to a single MAC address but is processed by multiple hosts. It can be effectively used for gaming and showing online videos. IGMP is vulnerable to network attacks.
Answer option D is incorrect. Open Shortest Path First (OSPF) is a routing protocol that is used in large networks. Internet Engineering Task Force (IETF) designates OSPF as one of the Interior Gateway Protocols. A host uses OSPF to obtain a change in the routing table and to immediately multicast updated information to all the other hosts in the network.
Question 8 of 617

Which of the following is a 16-bit field that identifies the source port number of the application program in the host that is sending the segment?

Answer

Suggested Answer

The suggested answer is D.

The Source Port Address is a 16-bit field in the TCP header that identifies the source port number of the application program in the host that is sending the segment. This field helps the receiving system know which application on the sender’s system sent the data. Other fields such as the Sequence Number, Header Length, and Acknowledgment Number have different purposes related to data sequencing, header length specification, and acknowledgment of received data, respectively.

Community Votes1 vote
DSuggested
100%
Question 9 of 617

FILL BLANK - Fill in the blank with the appropriate term. ______________________ is typically carried out by a remote attacker attempting to gain information or access to a network on which it is not authorized or allowed.

Answer

Suggested Answer

Network reconnaissance is typically carried out by a remote attacker attempting to gain information or access to a network on which it is not authorized or allowed.
Network reconnaissance is increasingly used to exploit network standards and automated communication methods. The aim is to determine what types of computers are present, along with additional information about those computers such as the type and version of the operating system. This information can be analyzed for known or recently discovered vulnerabilities that can be exploited to gain access to secure networks and computers. Network reconnaissance is possibly one of the most common applications of passive data analysis. Early generation techniques, such as TCP/IP passive fingerprinting, have accuracy issues that tended to make it ineffective. Today, numerous tools exist to make reconnaissance easier and more effective.
Question 10 of 617

FILL BLANK -

Fill in the blank with the appropriate term. The _____________ is an application layer protocol that is used between workstations and routers for transporting SNA/

NetBIOS traffic over TCP sessions.

Answer

Suggested Answer

The Data Link Switching Client Access Protocol (DCAP) is an application layer protocol that is used between workstations and routers for transporting SNA/
NetBIOS traffic over TCP sessions. It was introduced in order to address a few deficiencies by the Data Link Switching Protocol (DLSw). The DLSw raises the important issues of scalability and efficiency, and since DLSw is a switch-to-switch protocol, it is not efficient when implemented on workstations. DCAP was introduced in order to address these issues.