题目内容

Kerberos was developed at (1) in 1998s.It was named after the three-headed watchdog in classical Greek mythology that guards the gates to Hades.The name is apt because Kerberos is a(2)process,depending on a thrid—party service called the(3)to verify one computer’S identity to another and to set up (4) for a secure connection between them.Basically,Kerberos works because each computer shares a secret with the KDC,which has two components:a Kerberos authentication server and a (5)server.If a KDC doesn’t know the requested target server,it refers the authentication transaction to(6)that does.Kerberos is a network(7)protocol that allows one computer to(8)its identity to another across an insecure network through an exchange of encrypted messages.Once identity is verified,kerberos provides the two computer with (9) for a secure communication session.Kerberos authenticates the identity and encrypts their communications through (10). (9)

A. encryption keys
B. signature
C. token
D. password

查看答案
更多问题

Now a new high-rate extension to the standard,802.11b,lets(1)networks support data rates to 1 1 M bit/see.Ratified in 1997,the-original 802.11 standard united the wireless industry by defining a(2)protocol architecture that worked with conventional upper—layer (3).Also,802.11 maintained compatibility with the three most popular radio transmission types: (4)spread spectrum,~equency-hopping spread spectrum,and infrared(5) ,this new architecture added (6)alt the medium access control(MAC)layer 2 and at the physical(PHY)(7) ,forcing(8)between the two layers in performing the critical tasks involved with initiating and maintaining wireless communications.For instance,to ensure(9)of the wireless link,MAC and PHY work together to determine if a,(10)path exists before they start a transmission. (7)

A. layer1
B. layer 3
C. layer 4
D. layer 5

给定程序的功能是分别统计字符串中大写字母和小写字母的个数。 例如,给字符串ss输入:AaaaBBb123CCccccd,则输出结果应为:upper=5,lower=9 注意:部分源程序给出如下。 请勿改动函数中的其他内容,仅在横线上填入所编写的若干表达式或语句。 试题程序: #include<stdio.h> void fun(char*s, int*a, int*b) { while(*s) { if(*s>="A"&&*s<="Z") ______; if(*s>="a"&&*s<="z") ______; s++; } } void main() { char s[100]; int upper=0, lower=0; printf("\nPlease a string: "); gets(s); fun(s, &upper, &lower); printf("\n upper=%d, lower=%d\n", ______); }

Now a new high-rate extension to the standard,802.11b,lets(1)networks support data rates to 1 1 M bit/see.Ratified in 1997,the-original 802.11 standard united the wireless industry by defining a(2)protocol architecture that worked with conventional upper—layer (3).Also,802.11 maintained compatibility with the three most popular radio transmission types: (4)spread spectrum,~equency-hopping spread spectrum,and infrared(5) ,this new architecture added (6)alt the medium access control(MAC)layer 2 and at the physical(PHY)(7) ,forcing(8)between the two layers in performing the critical tasks involved with initiating and maintaining wireless communications.For instance,to ensure(9)of the wireless link,MAC and PHY work together to determine if a,(10)path exists before they start a transmission. (8)

A. cooperation
B. conflict
C. indifference
D. confusion

狭义地说,会计电算化指的是______。

A. 会计电算化制度的建设
B. 电子信息技术在会计工作中的应用
C. 会计软件的开发
D. 会计电算化人才的培养

答案查题题库