The broadcast is a technique than can help us to find a service on a network. Oracle on his documents say "When an RPC broadcast is issued, a message is sent to all rpcbind daemons on a network. An rpcbind daemon with which the requested service is registered forwards the request to the server. "[2]
The rpcbind will be find on linux or unix systems as portmapper. FreeBSD define the portmaped and broadcast as "The portmapper is a daemon that converts RPC program numbers into DARPA protocol port numbers". Your software will not be able to use broadcast RPC without UDP and protmapper .[3]
Example of rcpbroadcast, using Rpcgen and clnt_broadcast.
https://drive.google.com/folderview?id=0B8fTeB-2yen7bkY4NHJkWnVSMjA&usp=sharing
Reference
[1] Peters, John Durham. "Communication as Dissemination." Communication as...Perspectives on Theory. Thousand Oakes, CA: Sage, 2006. 211-22.
[3] http://docs.freebsd.org/44doc/psd/23.rpc/paper.pdf
Additional reference
commands to test rpcinfo
http://docstore.mik.ua/orelly/networking_2ndEd/nfs/ch13_03.htm
codigo en español
http://www.atc.uniovi.es/inf_superior/atc/DISTRIBUIDAS/04-L10-SUNRPC-2.pdf
http://www.dia.eui.upm.es/asignatu/Sis_dis/Transparencias/T4-Middleware-RMI-CORBA-parte2.pdf
Additional reference
commands to test rpcinfo
http://docstore.mik.ua/orelly/networking_2ndEd/nfs/ch13_03.htm
codigo en español
http://www.atc.uniovi.es/inf_superior/atc/DISTRIBUIDAS/04-L10-SUNRPC-2.pdf
http://www.dia.eui.upm.es/asignatu/Sis_dis/Transparencias/T4-Middleware-RMI-CORBA-parte2.pdf
No comments:
Post a Comment