What can be done to Frame Relay to resolve split-horizon issues?(Choose two.)
A.
Disable Inverse ARP.
B.
Create a full-mesh topology.
C.
Develop multipoint subinterfaces.
D.
Configure point-to-point subinterfaces.
E.
Remove the broadcast keyword from the frame-relay map command.
A router never sends information about a route back in same direction which is original information came, routers keep track of where the information about a route came from.
Means when router A sends update to router B about any failure network, router B does not send any update for same network to router A in same direction.
Therefore in order to resolve split-horizon issue, we can create a full-mesh topology (a network topology in which there is a direct link between all pairs of nodes) so that all the routers can learn all the routes advertised by the neighbors -> B is correct.
Configuring Point-to-point subintf is a good way to resolve the split-horizon issue because each subinterface is treated as a separate interface so an interface can send and receive information about a route -> D is correct.