Why is NetBIOS still used in Windows Operating Systems?

What will be an ideal response?

Systems running newer Windows OSs can share files and resources without using NetBIOS; however, NetBIOS is still used for backward compatibility, which is important when corporate budgets don't allow upgrading every computer on the network. In addition, customer expectations must be met. Customers expect, for example, that a document created in Word 97 can still be read in Word 2003. In fact, they demand it. Therefore, software developers face the challenge of improving OS security yet still ensuring compatibility with less secure predecessors.

Computer Science & Information Technology

You might also like to view...

Which of the following code creates a list item element by using thesetAttribute ()method to set the ID value of the list item to the text string "list1"?

A. var listElem = document.createElement("li");listElem.setAttribute("id","list1"); B. var listElem = document.createElement("list1");listElem.setAttribute("id"); C. var listElem = document.Element("li");listElem.setAttribute("list1"); D. var listElem = document.createElement("li");listElem.getAttribute("id",list1);

Computer Science & Information Technology

The device that stores information permanently (unless the device becomes unusable or you change the information by rewriting it) is called primary storage.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology