JTO/JE Preparation — Intermediate
Telephone exchange evolution: what the exam actually tests here
JTO papers reliably test the progression from electromechanical to fully digital switching, because it maps directly onto BSNL's own network history:
| Generation | Technology | Key characteristic |
|---|
|---|---|---|
| Strowger / Step-by-step | Electromechanical | Each digit dialed directly steps a selector — no central control |
|---|---|---|
| Crossbar | Electromechanical, common control | Central control logic separates call routing from the switching matrix itself |
| SPC (Stored Program Control) | Electronic, software-controlled | Switching logic runs as software on a processor — this is the direct predecessor to modern digital exchanges, and the term BSNL papers use most |
| Digital (C-DOT, EWSD) | Fully digital, TDM-based | Voice digitized (PCM) and switched as time-slots, not analog signal paths |
The exam-relevant point isn't memorizing dates — it's understanding why each transition happened: electromechanical switching couldn't scale features (call waiting, conference calling) without physically rewiring hardware; SPC decoupled features from hardware entirely, since adding a feature became a software change instead of a hardware change. This is the same underlying "hardware vs. software-defined" logic that shows up again later in NFV/SDN questions on modern network papers.
SS7 signaling — the part that trips up most candidates
Signaling System No. 7 is the protocol suite that carries call setup/teardown information separately from the voice path itself — this separation (called out-of-band signaling) is the single most important concept to hold onto, because most exam confusion comes from candidates picturing signaling as traveling alongside the voice call, which it explicitly does not.
SS7 protocol layers, in the order they're usually tested:
Worked example of the pattern papers test: a call setup sequence is IAM → ACM → ANM (originating exchange sends IAM to request the call, terminating exchange responds ACM once the destination is alerting, ANM once actually answered) — knowing this exact sequence, and that REL/RLC tear it back down, covers a reliable fraction of SS7 questions across past papers.
GSM network architecture — the three subsystems
The HLR/VLR relationship is a recurring exam theme worth internalizing properly rather than memorizing as two separate facts: HLR is the permanent record (which SIM, which services subscribed to, home network); VLR is a temporary, local cache created specifically to avoid querying the HLR — often in a different city or even country — for every single call. This exact same "permanent record + local cache to avoid a slow round-trip" pattern reappears conceptually in later-generation networks under different names (HSS in LTE), which is worth recognizing as one recurring architectural idea rather than an unrelated new fact each time.
Numerical problem-solving: a worked example, the way papers actually phrase it
Typical question pattern: "An antenna has a gain of 15 dBi. Calculate the effective radiated power if the transmitter output is 10W and feeder loss is 2 dB."
Working through it:
10 log(10W / 1W) = 10 dBW10 dBW + 15 dBi − 2 dB = 23 dBWERP = 10^(23/10) = ~200WThe recurring exam skill being tested isn't the antenna formula specifically — it's fluency converting between dB and linear units under time pressure, since nearly every RF/transmission numerical on this exam eventually requires that conversion at some step. Practicing the conversion itself as a drill (not just full problems) until it's automatic is a higher-leverage use of prep time than working many different problem types slowly.

