Suppose a new set of protocols were to replace TCP and IP as standard network protocols. How difficult would it be to incorporate support for these new protocols intoWindows XP?
What will be an ideal response?
The network driver architecture is modular, and therefore the only difficulty would be
in writing drivers for these new protocols. As long as these drivers conformed to the NDIS
interface (for the lower-layer drivers) or interfaced correctly with TDI clients (for the transport
layer), the new drivers could be swapped into the system easily.
You might also like to view...
Hexadecimal is a numbering system based on groups of ____.
a. 4 b. 8 c. 16 d. 24
By default, when a TCP stream socket is closed, the connection is left intact while TCP tries to deliver any data previously written to the socket, but not yet received. This is known as an orderly release.If an application sends a lot of data over a TCP connection, but encounters an error during some other processing, it might make sense not to bother sending any data queued for transmission. In this case, the application can use the SO_LINGER socket option to generate an abortive release instead. An abortive release, as the name implies, discards any data queued for delivery to the other end of the connection. Write a program that illustrates the difference between abortive and orderly releases with TCP.
What will be an ideal response?
Which of the following jQuery events is triggered when a form element receives focus?
a. focus out b. focus c. hover d. focus in
How do you edit the sudoers file?
What will be an ideal response?