EmbLogic's Blog

Author Archives: sandeep.singh

NFS SERVER CONFIGURATION

NFS, or Network File System, is a server-client protocol for sharing files between computers on a common network. NFS enables you to mount a file system on a remote computer as if it were local to your own system. You … Continue reading

Posted in Project 00: Linux System / Network Administration | Leave a comment

FTP SERVER CONFIGURATION (Batch-20.02.36)

FTP SERVER CONFIGURATION (Batch-20.02.36) Any Linux system can operate as an FTP server. It has to run only the server software—an FTP daemon with the appropriate configuration. Transfers are made between user accounts on client and server systems. A user … Continue reading

Posted in Project 00: Linux System / Network Administration | Tagged | Leave a comment

Interprocess communication

Interprocess Communication Interprocess communication is a technique used for exchange of data between two process and threads.The process can be run on same computer or via internet.IPC  is a mechanism through which two process communicates.Signals are used in IPC to … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment