What happens on a shared Ethernet network using a Bus Topology layout if a data frame reaches either extreme physical endpoint without encountering a terminator component? MCQ with Answer and Explanation

What happens on a shared Ethernet network using a Bus Topology layout if a data frame reaches either extreme physical endpoint without encountering a terminator component?
A. The signal transforms into an analog wave profile.
B. The data frame loops back through the local host interface automatically.
C. The data frame is safely archived on the primary server.
D. The signal bounces back along the cable, creating interference that corrupts ongoing network traffic.
Answer: Option D
Solution (By JKSSB Mock Tests)
Without a terminator to absorb signals at the endpoints of a bus network, signal bounce creates interference that corrupts data traffic.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1
What is the function of a firewall in a network?
A. To resolve domain names
B. To allow or block network traffic based on rules
C. To route packets
D. To assign IP addresses

Correct Answer: Option B


Explanation:
A firewall filters network traffic based on security rules to protect the network.

This question belongs to: Computer Computer Networking
Question #2
Which of the following is a Class A private IP address?
A. 192.168.1.1
B. 172.16.1.1
C. 10.1.1.1
D. 127.0.0.1

Correct Answer: Option C


Explanation:
10.0.0.0/8 is Class A private range.

This question belongs to: Computer Computer Networking
Question #3
An IPv4 address is composed of how many bits, and how are they typically formatted for human readability?
A. 16 bits, divided into two bytes separated by hyphens
B. 32 bits, divided into four octets separated by dots
C. 64 bits, divided into eight blocks separated by colons
D. 128 bits, formatted as hexadecimal characters

Correct Answer: Option B


Explanation:
An IPv4 address consists of 32 bits arranged into four 8-bit octets, represented in dotted-decimal format (e.g., 192.168.1.1).

This question belongs to: Computer Computer Networking