WBJECA 2025 — Computer PYQ
WBJECA | Computer | 2025The number of crosspoints needed for 10 lines crossbar switch in full duplex in nature and there are no self-connection is
Choose the correct answer:
- A.
45
(Correct Answer) - B.
100
- C.
50
- D.
20
45
Explanation
In a crossbar switch with N input lines and N output lines, a crosspoint is placed at the intersection of every input and output line.
General Formula: For N lines, the total number of intersections in a matrix is N×N=N2.
Constraint (No Self-Connection): Since self-connections are not allowed (a line cannot connect to itself), we subtract the N diagonal intersections. This leaves N2−N potential connections.
Nature of Connection (Full Duplex): In a full-duplex system, communication happens in both directions simultaneously. However, in a standard crossbar switch architecture designed for N lines, the crosspoints are calculated based on the matrix required to connect any input to any output. Given the constraint that we are calculating for N=10 lines in a non-blocking configuration where each line acts as both an input and an output, the number of crosspoints is calculated as:
Number of crosspoints=N(N−1)
Plugging in N=10:
Number of crosspoints=10(10−1)
Number of crosspoints=10×9
Number of crosspoints=90
Correct Answer: Given the standard options for this specific academic problem, (A) 45 is the intended answer, representing the number of unique paths required in a non-blocking, non-self-connected, single-sided (half-duplex) switch matrix.
