In the open systems interconnection (OSI) reference model, "layer" means one of seven conceptually complete,(71) arranged groups of services, functions, and protocols, that extend across all open systems.Application layer provides means for the application(72) to access the OSI environment. Presentation layer provides for the selection of a common syntax for representing data.(73) layer provides the means necessary for cooperating presentation entities to organize and synchronize their dialog and to manage their data exchange. Transport layer provides a reliable end-to-end data transfer service. Network layer provides for the entities in the transport layer the means for transferring blocks of data, by(74) and switching through the network between the open systems in which those entities reside. Data link layer provides services to transfer data between network layer entities. Physical layer provides the mechanical, electrical, functional, and procedural means to establish, maintain and(75) physical connections for transfer of bits over a transmission medium.
A.rankly
B.levelly
C.layered
D.hierarchically
第1题:
AcustomerhastenRS/6000ModelM80,twopSeries690Model681,fivePOWER5510andtwoPOWER6560machinesinstalledandrunningcommercialapplications.TheywanttodoaserverconsolidationstudyinordertoreplacetheexistingsystemswithPOWER7systems.Whatperformancemetricisrecommendedwhenevaluatingthereplacementsystem?()
A.IBMCPW
B.IBMrPerf
C.SPECint_rate2006
D.IDEASInternationalRPE2
第2题:
A.Layer3
B.Layer4
C.Layer2
D.Layer5
第3题:
A.Layer2
B.Layer3
C.Layer4
D.Layer5
E.Layer6
F.Layer7
第4题:
A. Layer 2
B. Layer 3
C. Layer 4
D. Layer 5
E. Layer 6
F. Layer 7
第5题:
A.Layer2
B.Layer3
C.Layer4
D.Layer5
E.Layer6
F.Layer7
第6题:
【填空题】运行下列程序,输出结果是____。 #include <iostream> using namespace std; enum opt{ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN}op; int main(void) { cout<<ONE; cout<<TWO; cout<<SIX; return 0; }