I have some questions regarding the functioning of IPFS. These are the following:
if I am the only one that has the Merkle root hash of an uploaded file on IPFS, is it infeasible for other peers to download/find this same file?
related to point 1., can I see all the files that have been uploaded on IPFS from every peers in the network? If yes, how?
once uploaded a file on IPFS, this is split in chunks and these are given to the peers in the network. In which scenario is it possible to 'lose' the file? Can the fact that several peers in the network go 'offline' forever be a security problem for IPFS?
Is there a way to allow only specific peers to have access to a specific file stored on IPFS?