] Compare and contrast networking I/Ooperations and block/character I/Ooperations.

What will be an ideal response?


: Networking device drivers, unlike block or character device drivers, are not represented
as files in the VFS. This is due to the fundamental difference between these two categories
of devices: network devices cannot expect a stream of data, nor can they be
guaranteed in general to read to and write from a source in any particular order.Another difference
is that processes can specify particular devices from which to read and write when
performing I/O operations; however, the kernel’s networking subsystem exclusively handles
device management during network I/O. As with all device operations, the kernel must use
the networking device driver to send and receive packets. In the former case, the kernel must
enqueue packets for delivery according the specified queuing discipline. In the latter case, the
kernel is interrupted by the device, and the appropriate action is taken by interrupt handlers.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a default setting of Word 2016?

A) Default spacing after paragraphs of 12 points B) Print Layout view C) Calibri, 11 point font, with 1.08 line spacing D) Left, right, top, and bottom page margins of 1 inch

Computer Science & Information Technology

Which of the following types of queries is useful when you need to save data at a certain point in time?

A) Make table B) Find duplicates C) Find unmatched D) Crosstab

Computer Science & Information Technology

To jump from one Start screen app to the next, swipe into the screen from the left border. On a conventional computer, point to the _______ of the screen or use the Windows+Tab key combination

a. Center b. Upper-left corner c. Upper-right corner d. None of the above

Computer Science & Information Technology

Microsoft uses IBMs version of SQL in Access.

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

Computer Science & Information Technology