Describe the difference between named pipe files and socket files.?

What will be an ideal response?


Named pipe files are uncommon and used primarily by administrators. ?Named pipes identify a channel that passes information from one process in memory to another, and in some cases they can be mediated by files on the hard drive. Writes to the file are processed while another process reads from it to achieve this passing of information. The socket file is a variant of a named pipe file, which allows a process on another computer to write to a file on the local computer while another process reads from that file.

Computer Science & Information Technology

You might also like to view...

Which of the following addresses is a Class B IP address?

A. 126.14.1.7 B. 224.14.9.11 C. 189.77.101.6 D. 211.55.119.7

Computer Science & Information Technology

A child class contains all the data fields and ____ of its parent.

A. parameters B. classes C. methods D. procedures

Computer Science & Information Technology

The ____________ is a collection of information of all visits at all hospitals by a patient

a. Electronic medical record b. Electronic health record c. Datasheet d. None of the above

Computer Science & Information Technology

Which of the following can be used at the command line to download a file using the HTTP protocol? (Choose two.)

A. GET B. wget C. curl D. wwwretr

Computer Science & Information Technology