网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
You wish to segment your LAN into multiple broadcast domains. Which technology method should you implement in order to do this?()
- A、Transparent bridging
- B、Cut-through switching
- C、Fragment-free switches
- D、Virtual LANs
- E、Store-and-forward switching
参考答案
更多 “You wish to segment your LAN into multiple broadcast domains. Which technology method should you implement in order to do this?()A、Transparent bridgingB、Cut-through switchingC、Fragment-free switchesD、Virtual LANsE、Store-and-forward switching” 相关考题
考题
You wish to segment your LAN into multiple broadcast domains. Which technology method should you implement in order to do this?A. Transparent bridgingB. Cut-through switchingC. Fragment-free switchesD. Virtual LANsE. Store-and-forward switchingF. None of the above
考题
You are writing a method that accepts a string parameter named message.Your method must break the message parameter into individual lines of text and pass each line to a second method named Process.Which code segment should you use?()A.B.C.D.
考题
You are writing a method to compress an array of bytes.The array is passed to the method in a parameter named document.You need to compress the incoming array of bytes and return the result as an array of bytes.Which code segment should you use?()A.B.C.D.
考题
Your company has a domain with multiple sites.You have a domain-based DFS namespace called \\contoso.com\management namespace hierachy is updated frequently. You need to configure the \\contoso.com\management namespace to reduce the workload of the PDC emulator. What should you do?()A.Enable the optimize for scalibity option.B.Enable the optimize for consistency option.C.Set the ordering method option to lowest cost.D.Set the ordering method option to random order.
考题
You install a wireless router and disable the Service Set identifier (SSID) broadcast feature. You need to configure your computer to connect to the wireless network.What should you do?()
A.AB.BC.CD.D
考题
What feature of a networks switch allows an administrative to create separate broadcast domains?()
A. Store-and-forward switchingB. MicrosegmentationC. Transparent bridgingD. Fragment-free switchingE. Virtual LANsF. Cut-through switching
考题
A group of hosts are physically connected to the same switch. The hosts are used by employees of different departments and therefore do not need to directly exchange data on a regular basis.Which technology can a network administrator deploy to reduce unnecessary broadcast traffic between these hosts?()A. Micro segmentationB. Transparent switchingC. peer-to-peer networkingD. port securityE. store-and-forward switchingF. virtual local area networks
考题
You want your Catalyst switch to implement a switching method that holds a packet in its memory until the data portion of the respected packet reaches the switch.Which method should you employ on your Catalyst switch?()A. Fast ForwardB. Store and forwardC. Frag-freeD. None of the above
考题
Which option correctly identifies the Cisco IOS switching methods in descending order from the fastest method to the slowest method?()A、CEF, distributed CEF (dCEF), fast switching, process switchingB、distributed CEF (dCEF), CEF, fast switching, process switchingC、fast switching, process switching, distributed CEF (dCEF), CEFD、process switching, fast switching, distributed CEF (dCEF), CEFE、process switching, distributed CEF (dCEF), CEF, fast switchingF、process switching, CEF, distributed CEF (dCEF), fast switching
考题
You want your Catalyst switch to implement a switching method that holds a packet in its memory until the data portion of the respected packet reaches the switch.Which method should you employ on your Catalyst switch?()A、Fast ForwardB、Store and forwardC、Frag-freeD、None of the above
考题
What feature of a networks switch allows an administrative to create separate broadcast domains?()A、Store-and-forward switchingB、MicrosegmentationC、Transparent bridgingD、Fragment-free switchingE、Virtual LANsF、Cut-through switching
考题
You are creating a Windows Forms application for a financial service provider by using the .NET Framework 3.5. You have to implement a multiple document interface (MDI) in the application to allow users to open multiple financial documents simultaneously.You need to ensure that whenever the child MDI form is created, the application displays a message in the title bar of the parent MDI that a child form has received focus. What should you do?()A、Implement theActivated eventB、Implement the MdiChildActivate eventC、Override the OnParentVisibleChanged methodD、Override the OnParentBindingContextChanged method
考题
You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. There is a server named S01 that runs Windows Server 2008 and Hyper-V inyour company. Three virtual machines are hosted on S01. According to the requirement of company policy,the virtual machines must not connect to the company network. All of the virtual machines need to beconfigured to connect to each other. You must meet the company policy. Which should you do?()A、The Connection should be set to Host for the network interface card.B、The Connection should be set to None for the network interface card.C、You should choose the Not connected option for each virtual machine.D、The Enable virtual LAN identification option should be enabled for each virtual machine.
考题
Your company has a domain with multiple sites. You have a domain-based DFS namespace called contoso.com Management. The contoso.com Management namespace hierachy is updated frequently.You need to configure the contoso.com/Management namespace to reduce the workload of the PDC emulator. What should you do? ()A、 Enable the Optimize for scalibity optionB、 Enable the optimize for consistency optionC、 Set the Ordering method option to Lowest costD、 Set the Ordering method option to Random order
考题
Your company has a domain with multiple sites. You have a domain-based DFS namespace called //contoso.com/Management.The //contoso.com/Management namespace hierarchy is updated frequently.You need to configure the //contoso.com/Management namespace to reduce the workload of the PDC emulator. What should you do?()A、Enable the Optimize for scalability option.B、Enable the Optimize for consistency option.C、Set the Ordering method option to Lowest cost.D、Set the Ordering method option to Random order.
考题
A group of hosts are physically connected to the same switch. The hosts are used by employees of different departments and therefore do not need to directly exchange data on a regular basis.Which technology can a network administrator deploy to reduce unnecessary broadcast traffic between these hosts?()A、Micro segmentationB、Transparent switchingC、peer-to-peer networkingD、port securityE、store-and-forward switchingF、virtual local area networks
考题
You have a use case in your web application that adds several session-scoped attributes. At the end of theuse case, one of these objects, the manager attribute, is removed and then it needs to decide which of theother session-scoped attributes to remove. How can this goal be accomplished?()A、The object of the manager attribute should implement the HttpSessionBindingListener and it should call the removeAttribute method on the appropriate session attributes.B、The object of the manager attribute should implement the HttpSessionListener and it should call the removeAttribute method on the appropriate session attributes.C、The object of the manager attribute should implement the HttpSessionBindingListener and it should call the deleteAttribute method on the appropriate session attributes.D、The object of the manager attribute should implement the HttpSessionListener and it should call the deleteAttribute method on the appropriate session attributes.
考题
You want to create a filter for your web application and your filter will implement javax.servlet.Filter. Which two statements are true?()A、Your filter class must implement an init method and a destroy method.B、Your filter class must also implement javax.servlet.FilterChain.C、When your filter chains to the next filter, it should pass the same arguments it received in its doFiltermethod.D、The method that your filter invokes on the object it received that implements javax.servlet.FilterChaincan invoke either another filter or a servlet.E、Your filter class must implement a doFilter method that takes, among other things, anHTTPServletRequest object and an HTTPServletResponse object.
考题
All servers on your network run Windows Server 2008 R2. You are planning a deployment of a virtual desktop infrastructure (VDI). You need to estimate the number of servers required for the deployment. Which factor should you consider?()A、the number of static and dynamic sessions for the VDI clientsB、the Remote Desktop Protocol (RDP) version that clients will connect withC、the deployment method for VDI operating systemsD、the provisioning method for VDI desktops
考题
You are creating a Windows Forms application by using the .NET Framework 3.5. You plan to develop a new control for the application.You need to ensure that the control extends the TreeView control by adding a custom node tag and a highlight color.What should you do?()A、Override the OnPaint method.B、Write a code segment in the DrawNode event handler to specify the highlight color.C、Set the DrawMode property of the control to OwnerDrawAll, and then implement a custom DrawNode event handler.D、Set the DrawMode property of the control to OwnerDrawText,and then implement a custom DrawNode event handler.
考题
You are developing a custom-collection class.You need to create a method in your class. You need to ensure that the method you create in your class returns a type that is compatible with the Foreach statement. Which criterion should the method meet?()A、The method must return a type of either IEnumerator or IEnumerable.B、The method must return a type of IComparable.C、The method must explicitly contain a collection.D、The method must be the only iterator in the class.
考题
You plan to implement Hyper-V Virtualization to test applications. In the test environment, you will take frequent snapshots of virtual machines (VMs). You need to recommend which disk types you should use for the planned deployment of the VMs. Which disk types should you recommend?()A、fixed-sizeB、dynamically expandingC、pass-throughD、differencing
考题
单选题You create a method that runs by using the credentials of the end user. You need to use Microsoft Windows groups to authorize the user. You must add a code segment that identifies whether a user is in the local group named Clerk.Which code segment should you use?()A
AB
BC
CD
D
考题
单选题You are developing a method to decrypt data that was encrypted with the Triple DES Algorithm. The method accepts the following parameters: The byte array to be decrypted, which is named cipherMessage The key, which is named key An initialization vector, which is named iv You need to decrypt the message by using the TripleDES class and place the result in a string. Which code segment should you use?()A
AB
BC
CD
D
考题
单选题You are creating a Windows Forms application for a financial service provider by using the .NET Framework 3.5. You have to implement a multiple document interface (MDI) in the application to allow users to open multiple financial documents simultaneously.You need to ensure that whenever the child MDI form is created, the application displays a message in the title bar of the parent MDI that a child form has received focus. What should you do?()A
Implement theActivated eventB
Implement the MdiChildActivate eventC
Override the OnParentVisibleChanged methodD
Override the OnParentBindingContextChanged method
考题
单选题You wish to segment your LAN into multiple broadcast domains. Which technology method should you implement in order to do this?()A
Transparent bridgingB
Cut-through switchingC
Fragment-free switchesD
Virtual LANsE
Store-and-forward switching
考题
单选题All servers on your network run Windows Server 2008 R2. You are planning a deployment of a virtual desktop infrastructure (VDI). You need to estimate the number of servers required for the deployment. Which factor should you consider?()A
the number of static and dynamic sessions for the VDI clientsB
the Remote Desktop Protocol (RDP) version that clients will connect withC
the deployment method for VDI operating systemsD
the provisioning method for VDI desktops
热门标签
最新试卷