Answer to Question #5001 in Java | JSP | JSF for Maya

Question #5001
I have project in crptography course



my idea is that how I do password cracker to mobile by computer ,but the problem how I connect mobile with computer



Does it look like client and cerver (client = mobile / cerver = computer)? so,, I will use client , server Java code



Thanks
1
Expert's answer
2011-11-08T09:48:04-0500
There are two approaches to make client-server connections.

The first one
is Socket approach. Computer should be the client (which
makes computations),
and mobile device should be the server. Be
attentive, server should be
already running when client tries to
connect. As client connects to the
server, server sends the data to be
computed. After the computations, the
result should be sent to the
server.

The second one is RMI (Remote
Method Invocation) approach. Computer
should be the server and make the
computations, and mobile device
should be the client.

The second
approach could be simpler, 'cause the server should have
static IP (it's not
always possible for mobile devices).

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS