Question
Explain 4GT switch. Does it have any drawback?

Answers





Search
Can you Answer!!
  • Q What are hot spots?Why hot spots are important in harnessing Geo-thermal energy?
  • Q Disadvantage of cache
  • Q Recently RBI extended the timeline for full implementation of Basel III norms to ______instead of 31 March 2018.
  • Q Which sorting algorithm is considered the fastest?
  • Q What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
  • Q What is work of memory management unit.
  • Q The main objective of TRYSEM was ______?
  • Q In which name was the poet Ramachandra Narayanji Dwivedi best known ?
  • Q Strategy involves understanding the desired policy goals for what type of operation (A)Unexpected (B)Completed (C)Projected (D)Executed
  • Q Can db2 be accessed by tso users? if yes, which command is used to invoke db2?
  • Q What will be the output of the following code? var x = 1; var output = (function() {     delete x;     return x;   } )();  console.log(output);