A typical application of this(71)is ADSL. It is emerging as the technology for home-and small-office Internet connectivity. It provides either 1.5 Mb/s~8 Mb/s from the network to the user and 64 Kb/s~512 Kb/s in the reverse direction depending on the distance, 12 000 or 18 000 feet.. The different speed for each direction gives it the(72)label. ADSL is designed to take advantage of the fact that video-on demand, telecommuting, and Internet access traffic are inherently asymmetrical. The user(73)a brief message up to the network and receives a ton of data coming back, either a movie or a piece of data download. Under such a scenario, low-speed traffic to the network is just fine. ADSL delivers high(74)where you need it and only uses a single copper pair. Through multiplexing, it also reserves(75)of the bandwidth for POTS.
A.FTTH
B.HFC
C.FTTC
D.HDSL
第1题:
The popular young doctor is the ____ director of the medical research institute.
A. Current
B. radical
C. average
D. typical
第2题:
第3题:
创意产业的3T理论是指的哪3T?
A.Technology, Talent, Tolerance
B.Technology, Talent, Taste
C.Technology, Taste, Tolerance
D.Technology, Talent, Time
第4题:
假设现在已经利用Application对象把变量a赋值为456,那么下列语句中能显示出“456”的是______。
A.<%=Application"a"%>
B.<%=Application("a")%>
C.<%=Application(a)%>
D.<%=Application:a%>
第5题:
第6题:
下面代码实现一个站点访问量计数器,空白处的代码为()。 void ____________(object sender, EventArgs e) { Application.Lock(); Application["AccessCount"] = (int)Application["AccessCount"] + 1; Application.UnLock(); }
A.Application_Start
B.Application_Error
C.Session_Start
D.Session_End