Respuesta :
Answer:
It seems there might have been a misunderstanding. Let's clarify:
In ring networks and bus networks:
- **False**: In a ring network, if a single node malfunctions, it usually won't crash the entire system because data can still flow in both directions around the ring.
- **True**: However, in a bus network, a malfunctioning node can potentially crash the entire system because the entire network relies on a single shared communication line (the bus), and any disruption to this line can affect all nodes on the network.
So, the correct responses would be: False, True.