ArticleslgStudy

computer science

U interface

U interface is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand U interface rather than just read about it. In short: The U interface or U reference point is a Basic Rate Interface (BRI) in the local loop of an Integrated Services Digital Network (ISDN), connecting the network terminator (NT1/2) on the customer's premises to the line termination (LT) in the carrier's local exchange, in other words providing the connection from subscriber to central office. Unlike the ISDN S/T interfaces, the U interface was not originally electrica…

Key takeaways

  • U interface belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect U interface to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of U interface from memory before moving on to harder problems.

Reference excerpt

The U interface or U reference point is a Basic Rate Interface (BRI) in the local loop of an Integrated Services Digital Network (ISDN), connecting the network terminator (NT1/2) on the customer's premises to the line termination (LT) in the carrier's local exchange, in other words providing the connection from subscriber to central office. Unlike the ISDN S/T interfaces, the U interface was not originally electrically defined by the ITU ISDN specifications, but left up to network operators to implement, although the ITU has issued recommendations G.960 and G.961 to formalize the standards adopted in the US and EU. In the US, the U interface is originally defined by the ANSI T1.601 specification as a 2-wire connection using 2B1Q line coding. It is not as distance sensitive as the S interface or T interface, and can operate at distances up to 18,000 feet. Typically the U interface does not connect to terminal equipment (which typically has an S/T interface) but to an NT1 or NT2 (network terminator type 1 or 2.) An NT1 is a discrete device that converts the U interface to an S/T interface, which is then connected to terminal equipment (TE) having an S/T interface. However, some TE devices integrate an NT1, and therefore have a direct U interface suitable for connection directly to the loop. An NT2 is a more sophisticated local switching device such as a PBX, that may convert the signal to a different format or hand it off as S/T to terminal equipment. In America, the NT1 is customer premises equipment (CPE) which is purchased and maintained by the user, which makes the U interface a User–network interface (UNI). The American variant is specified by ANSI T1.601. In Europe, the NT1 belongs to the network operator, so the user doesn't have direct access to the U interface. The European variant is specified by the European Telecommunications Standards Institute (ETSI) in recommendation ETR 080. The ITU-T has issued recommendations G.960 and G.961 with world-wide scope, encompassing both the European and American variants of the U interface.

Logical interface Like all other ISDN basic rate interfaces, the U interface carries two B (bearer) channels at 64 kbit/s and one D (data) channel at 16 kbit/s for a combined bitrate of 144 kbit/s (2B+D).

Duplex transmission While in a four-wire interface such as the ISDN S and T-interfaces one wire pair is available for each direction of transmission, a two-wire interface needs to implement both directions on a single wire pair. To that end, ITU-T recommendation G.961 specifies two duplex transmission technologies for the ISDN U interface, either of which shall be used: Echo cancellation (ECH) and Time Compression Multiplex (TCM).

Echo cancellation (ECH) When a transmitter applies a signal to the wire-pair, parts of the signal will be reflected as a result of imperfect balance of the hybrid and because of impedance discontinuities on the line. These reflections return to the transmitter as an echo and are indistinguishable from a signal transmitted at the far end. In the echo cancellation (ECH) scheme, the transmitter locally simulates the echo it expects to receive, and subtracts it from the received signal.

Time Compression Multiplex (TCM)

The Time Compression Multiplex (TCM) duplex method, also referred to as "burst mode", solves the echo problem indirectly. The line is operated at a rate at least twice the signal rate and both ends of the line take turns transmitting, in a time-division duplex fashion.

Line Systems ITU-T G.961 specifies four line systems for the ISDN U interface: MMS43, 2B1Q, TCM, and SU32. All line systems except TCM use echo cancellation for duplex operation. The American standard ANSI T1.601 specifies the 2B1Q line system, the European ETSI TR 080 recommendation specifies 2B1Q and MMS43.

MMMS43 (4B3T)

The Modified Monitoring State Code mapping 4 bits into 3 ternary symbols (MMS43), which is also referred to as 4B3T (four binary, three ternary) is a line system used in Europe and elsewhere in the world. 4B3T is a "block code" that uses Return-to-Zero states on the line. 4B3T converts each group of 4 data bits into 3 "ternary" line signal states (3 symbols). Echo cancellation techniques allow full-duplex operation on the line. MMS43 is defined in Appendix I of G.961, Annex B of ETR 080, and other national standards, like Germany's 1TR220. 4B3T can be transmitted reliably at up to 4.2 km over 0.4 mm cable or up to 8.2 km over 0.6 mm cable. An internal termination impedance of 150ohms is presented to the line at each end of the U-interface. A 1 ms frame carrying 144 bits of 2B+D data is mapped to 108 ternary symbols. These symbols are scrambled, with different scrambling codes for the two transmission directions, in order reduce correlation between transmitted and received signal. To this frame, an 11-symbol preamble and a symbol from the CL channel are added, yielding a frame size of 120 ternary symbols and a symbol rate of 120 kilobaud. The CL channel is used to request activation or deactivation of a loopback in either the NT1 or a line regenerator. In 4B3T coding, there are three states presented to line: a positive pulse (+), a negative pulse (-), or a zero-state (no pulse: 0). An analogy here is that operation is similar to B8ZS or HDB3 in T1/E1 systems, except that there is an actual gain in the information rate by coding 24=16 possible binary states to one of 33=27 ternary states. This added redundancy is used to generate a zero DC-bias signal. One requirement for line transmission is that there should be no DC build-up on the line, so the accumulated DC build-up is monitored and the codewords are chosen accordingly. Of the 16 binary information words, some are always mapped to a DC-component free (ternary) code word, while others can be mapped to either one of two code words, one with a positive and the other with a negative DC-component. In the latter case, the transmitter chooses whether to send the code-word with negative or positive DC-component based on the accumulated DC-offset.

2B1Q

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with U interface

Start with the simplest possible case. Write down what U interface claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to U interface before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about U interface ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of U interface

In research
U interface appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses U interface in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
U interface is common in secondary-school and first-year university syllabi. It links to neighbouring topics ITU-T recommendations, Integrated Services Digital Network, so understanding it makes those chapters shorter.
In everyday life
Look for U interface outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “U interface” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study U interface in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what U interface means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain U interface out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is U interface in simple terms?

The U interface or U reference point is a Basic Rate Interface (BRI) in the local loop of an Integrated Services Digital Network (ISDN), connecting the network terminator (NT1/2) on the customer's premises to the line termination (LT) in the carrier's local exchange, in other words providing the co…

Why does U interface matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study U interface?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on U interface.

Tags

  • ITU-T recommendations
  • Integrated Services Digital Network

Keep exploring