In a standard Bus Topology, what is the purpose of placing a 'terminator' at both extreme ends of the main shared backbone cable? MCQ with Answer and Explanation

In a standard Bus Topology, what is the purpose of placing a 'terminator' at both extreme ends of the main shared backbone cable?
A. To boost the electrical signal amplification.
B. To absorb electrical signals and prevent signal bounce or reflection back down the line.
C. To dynamically allocate IP configurations to incoming stations.
D. To convert the network structure into a ring format.
Answer: Option B
Solution (By JKSSB Mock Tests)
Terminators absorb signals when they reach the end of a bus line, preventing signal reflection which would otherwise corrupt ongoing data transmissions.

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1
Which network topology is used in early Ethernet networks with coaxial cable?
A. Mesh
B. Bus
C. Star
D. Ring

Correct Answer: Option B


Explanation:
Early Ethernet used a bus topology with coaxial cable (thicknet/thinnet).

This question belongs to: Computer Computer Networking
Question #2
Which of the following is a Class A private IP address?
A. 172.16.1.1
B. 192.168.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
Which networking utility uses ICMP echo requests to verify if a remote host target is online and measure round-trip network response times?
A. IPCONFIG
B. TRACERT
C. NSLOOKUP
D. PING

Correct Answer: Option D


Explanation:
The ping command utilizes ICMP Echo Request and Echo Reply packets to test basic network connectivity and record latency metrics.

This question belongs to: Computer Computer Networking