多选题Your ISP assigned you a full class B address space. From this, you need at least 300 sub-networks that can support at least 50 hosts each. Which of the subnet masksbelow are capable of satisfying your needs?()A255.255.255.0B255.255.255.128C255.255.252.0D255.255.255.224E255.255.255.192F255.255.248.0

多选题
Your ISP assigned you a full class B address space. From this, you need at least 300 sub-networks that can support at least 50 hosts each. Which of the subnet masksbelow are capable of satisfying your needs?()
A

255.255.255.0

B

255.255.255.128

C

255.255.252.0

D

255.255.255.224

E

255.255.255.192

F

255.255.248.0


参考解析

解析: 暂无解析

相关考题:

Taking Notes in Class Taking good notes is a three-stage process _____________ (1) there are certain things you should do before class, during class, and after class. Before class. Review your notes from the previous class session before you come to class. This will help you remember what _____________ (2) and get you ready to understand new information your teacher provides. Also, complete all assigned readings before you come to class. During class. Keep your attention _____________ (3) what your teacher is saying. Listen for “signal statements” that tell you that what your teacher is about to say is important to write in your notes. Write quickly by writing ____________ (4) words such as “med” for “medicine”, using symbols such as “%” for “percent”, and writing short sentences. After class. Rewrite your notes to make them more complete by changing abbreviated words into whole words. Make your notes __________ (5) accurate by answering any questions you had when writing your notes in class. You may ask your teacher or other students for help.1.A、in thatB、in whichC、whereD、which2.A、was coveredB、is coveredC、coversD、are covering3.A、focusing onB、focus onC、is focused onD、focused on4.A、shortB、abbreviatedC、otherD、several5.A、veryB、quiteC、moreD、most

You are developing a Web control. The Web control captures user address information in a Web application. You create a class named AddressControl that inherits from CompositeControl. This control consists of child controls.You need to ensure that the child controls are properly output to the browser.Developers using your control must be able to set the appropriate text for labels. In addition, they must be able to pull user address information from the associated text boxes during postback.What should you do?()A. Override the EnsureChildControls method of the base class. Add the child controls to the base container.B. Override the CreateControlCollection method of the base class. Add the child controls to the ControlCollection classC. Override the CreateChildControls method of the base class. Add the child controls to the base container.D. Override the DataBindChildren method of the base class. Add the child controls to the ControlCollection class.

You develop a Web control. The Web control consists of labels and associated text boxes.You need to ensure that the Web control has both toolbox and visual designer support. What should you do?() A. Add a Web Control Library project to your solution. Define a class that inherits from CompositeControl.B. Add a Windows Control Library project to your solution. Define a class that inherits from UserControl.C. Add a Web User Control to your project. Define a class that inherits from UserControl.D. Add a Mobile Web User Control to your project. Define a class that inherits from MobileUserControl.

Your network contains the servers configured as shown in the following table. Name Server role Private IP address Public IP address Server1Routing and Remote Access server192.168.1.1 131.107.0.1 Web1 Web server 192.168.1.2 ? Your company is assigned the public IP addresses from 131.107.0.1 to 131.107.0.31.You need to ensure that Web1 is accessible from the Internet by using https://131.107.0.2.What should you do from the Routing and Remote Access console?()A. From the Static Routes node, configure a static route.B. From the server properties, configure SSL Certificate Binding.C. From the NAT interface, add an address pool and a reservation.D. From the NAT interface, configure the Secure Web Server (HTTPS) service.

Your ISP has assigned you the following IP address and subnet mask:IP address: 199.141.27.0Subnet mask: 255.255.255.240Which of the following addresses can be allocated to hosts on the resulting subnet?(Select all that apply)A. 199.141.27.2B. 199.141.27.175C. 199.141.27.13D. 199.141.27.11E. 199.141.27.208F. 199.141.27.112

Your ISP assigned you a full class B address space. From this, you need at least 300 sub-networks that can support at least 50 hosts each. Which of the subnet masksbelow are capable of satisfying your needs?()A.255.255.255.0B.255.255.255.128C.255.255.252.0D.255.255.255.224E.255.255.255.192F.255.255.248.0

You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to develop a custom control for the application.  The control will be a composite control.Your need to derive from the class that will create the control by using the minimum amount of development effort.What should you do?()A、Derive from the Control class.B、Derive from the UserControl class.C、Derive from the FrameworkElement class.D、Derive from the ContainerControl class.

Your ISP assigned you a full class B address space. From this, you need at least 300 sub-networks that can support at least 50 hosts each. Which of the subnet masksbelow are capable of satisfying your needs?()A、255.255.255.0B、255.255.255.128C、255.255.252.0D、255.255.255.224E、255.255.255.192F、255.255.248.0

Your ISP has assigned you the following IP address and subnet mask: IP address: 199.141.27.0 Subnet mask: 255.255.255.240 Which of the following addresses can be allocated to hosts on the resulting subnet?()A、199.141.27.2B、199.141.27.175C、199.141.27.13D、199.141.27.11E、199.141.27.208F、199.141.27.112

Class C network 200.1.1.0/24 was allocated to an ISP that operated primarily in AsiA.That ISP then assigned this entire Class C network to one of its Asian customers. Network 200.1.2.0/24 has yet to be assigned to any ISP. Which of the following is most likely to be true?()A、200.1.2.0/24 could be assigned to any registrar or ISP in the worlDB、200.1.2.0/24 will be assigned in the same g eography (Asia) as 200.1.1.0/24C、200.1.2.0/24 cannot be assigned as public address spacED、Routers inside North American ISPs increase their routing table size by 1 as a result of the customer with 200.1.1.0/24 connecting to the Internet

You develop a Web control. The Web control consists of labels and associated text boxes. You need to ensure that the Web control has both toolbox and visual designer support. What should you do?()A、Add a Web Control Library project to your solution. Define a class that inherits from CompositeControl.B、Add a Windows Control Library project to your solution. Define a class that inherits from UserControl.C、Add a Web User Control to your project. Define a class that inherits from UserControl.D、Add a Mobile Web User Control to your project. Define a class that inherits from MobileUserControl..

You are creating a templated Web control for use in your Web application. You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do?()A、Ensure that the Web control inherits from the WebControl class.B、Ensure that the Web control inherits from the Control class.C、Ensure that the Web control inherits from the CompositeControl class.D、Ensure that the Web control inherits from the UserControl class.

You are developing a Web control. The Web control captures user address information in a Web application. You create a class named AddressControl that inherits from CompositeControl. This control consists of child controls. You need to ensure that the child controls are properly output to the browser. Developers using your control must be able to set the appropriate text for labels. In addition, they must be able to pull user address information from the associated text boxes during postback. What should you do? ()A、Override the EnsureChildControls method of the base class. Add the child controls to the base container.B、Override the CreateControlCollection method of the base class. Add the child controls to the ControlCollection class.C、Override the CreateChildControls method of the base class. Add the child controls to the base container.D、Override the DataBindChildren method of the base class. Add the child controls to the ControlCollection class.

Your computer is unable to access external names or IP addresses. You need to connect to external Internet resources.  What should you do first?()A、In a command window, type the ipconfig /displaydns command.B、In the Network and Sharing Center window, click the View Full Map link.C、In the Network and Sharing Center window, click the Diagnose and repair link.D、Configure the DNS server by using an IP address provided by your Internet Service Provider (ISP).

Your network administrator has assigned you an IP address of 192.168.0.20 with subnet mask of 255.255.255.0.Your network is running in pure Windows 2000 domain. What else should know in order to join your computer to the Windows 2000 domain. ()A、 Address of DHCP server.B、 Address of WINS server.C、 Address of DNS server.D、 Address of default gateway

Your network contains the servers configured as shown in the following table. Name Server role Private IP address Public IP address Server1Routing and Remote Access server192.168.1.1 131.107.0.1 Web1 Web server 192.168.1.2 ? Your company is assigned the public IP addresses from 131.107.0.1 to 131.107.0.31.You need to ensure that Web1 is accessible from the Internet by using https://131.107.0.2.What should you do from the Routing and Remote Access console?()A、From the Static Routes node, configure a static route.B、From the server properties, configure SSL Certificate Binding.C、From the NAT interface, add an address pool and a reservation.D、From the NAT interface, configure the Secure Web Server (HTTPS) service.

You are attempting to connect to your ISP. You view the status change from Dialing to Verifying user name and password. After several seconds, the status changes to Disconnecting. You are then disconnected from the computer you dialed. You verify that your user name and password are entered correctly. You want to enable your Computer to connect to your ISP correctly. What should you do? ()A、Configure your connection to enable data encryption.B、Configure your connection to use the UNIX SLIP server.C、Configure your connection to allow unsecured passwords.D、Instruct your ISP to configure your account to support Multilink.

单选题Class C network 200.1.1.0/24 was allocated to an ISP that operated primarily in AsiA.That ISP then assigned this entire Class C network to one of its Asian customers. Network 200.1.2.0/24 has yet to be assigned to any ISP. Which of the following is most likely to be true?()A200.1.2.0/24 could be assigned to any registrar or ISP in the worlDB200.1.2.0/24 will be assigned in the same g eography (Asia) as 200.1.1.0/24C200.1.2.0/24 cannot be assigned as public address spacEDRouters inside North American ISPs increase their routing table size by 1 as a result of the customer with 200.1.1.0/24 connecting to the Internet

多选题Your ISP has assigned you the following IP address and subnet mask: IP address: 199.141.27.0 Subnet mask: 255.255.255.240 Which of the following addresses can be allocated to hosts on the resulting subnet?()A199.141.27.2B199.141.27.175C199.141.27.13D199.141.27.11E199.141.27.208F199.141.27.112

单选题You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to develop a custom control for the application.  The control will be a composite control.Your need to derive from the class that will create the control by using the minimum amount of development effort.What should you do?()ADerive from the Control class.BDerive from the UserControl class.CDerive from the FrameworkElement class.DDerive from the ContainerControl class.

单选题You are creating a templated Web control for use in your Web application. You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do? ()AEnsure that the Web control inherits from the WebControl class.BEnsure that the Web control inherits from the Control class.CEnsure that the Web control inherits from the CompositeControl class.DEnsure that the Web control inherits from the UserControl class.

单选题Your network administrator has assigned you an IP address of 192.168.0.20 with subnet mask of 255.255.255.0.Your network is running in pure Windows 2000 domain. What else should know in order to join your computer to the Windows 2000 domain. ()A Address of DHCP server.B Address of WINS server.C Address of DNS server.D Address of default gateway

单选题Your network contains the servers configured as shown in the following table. Name Server role Private IP address Public IP address Server1Routing and Remote Access server192.168.1.1 131.107.0.1 Web1 Web server 192.168.1.2 ? Your company is assigned the public IP addresses from 131.107.0.1 to 131.107.0.31.You need to ensure that Web1 is accessible from the Internet by using https://131.107.0.2.What should you do from the Routing and Remote Access console?()AFrom the Static Routes node, configure a static route.BFrom the server properties, configure SSL Certificate Binding.CFrom the NAT interface, add an address pool and a reservation.DFrom the NAT interface, configure the Secure Web Server (HTTPS) service.

单选题You are attempting to connect to your ISP. You view the status change from Dialing to Verifying user name and password. After several seconds, the status changes to Disconnecting. You are then disconnected from the computer you dialed. You verify that your user name and password are entered correctly. You want to enable your Computer to connect to your ISP correctly. What should you do? ()AConfigure your connection to enable data encryption.BConfigure your connection to use the UNIX SLIP server.CConfigure your connection to allow unsecured passwords.DInstruct your ISP to configure your account to support Multilink.

单选题You are developing a Web control. The Web control captures user address information in a Web application. You create a class named AddressControl that inherits from CompositeControl. This control consists of child controls.You need to ensure that the child controls are properly output to the browser.Developers using your control must be able to set the appropriate text for labels. In addition, they must be able to pull user address information from the associated text boxes during postback. What should you do?()AOverride the EnsureChildControls method of the base class. Add the child controls to the base container.BOverride the CreateControlCollection method of the base class. Add the child controls to the ControlCollection classCOverride the CreateChildControls method of the base class. Add the child controls to the base container.DOverride the DataBindChildren method of the base class. Add the child controls to the ControlCollection class.

单选题You develop a Web control. The Web control consists of labels and associated text boxes.You need to ensure that the Web control has both toolbox and visual designer support. What should you do?()AAdd a Web Control Library project to your solution. Define a class that inherits from CompositeControl.BAdd a Windows Control Library project to your solution. Define a class that inherits from UserControl.CAdd a Web User Control to your project. Define a class that inherits from UserControl.DAdd a Mobile Web User Control to your project. Define a class that inherits from MobileUserControl.

单选题You are developing a Web control. The Web control captures user address information in a Web application. You create a class named AddressControl that inherits from CompositeControl. This control consists of child controls. You need to ensure that the child controls are properly output to the browser. Developers using your control must be able to set the appropriate text for labels. In addition, they must be able to pull user address information from the associated text boxes during postback. What should you do? ()AOverride the EnsureChildControls method of the base class. Add the child controls to the base container.BOverride the CreateControlCollection method of the base class. Add the child controls to the ControlCollection class.COverride the CreateChildControls method of the base class. Add the child controls to the base container.DOverride the DataBindChildren method of the base class. Add the child controls to the ControlCollection class.