What types of networking/authentication issues could you encounter when applications on different platforms interact over local and remote networks?

StackOverflow https://stackoverflow.com/questions/2028487

Question

My boss has asked me to look into this question but I'm not sure where to begin to research it.

Any tips on the types of topics I should be looking into?

Was it helpful?

Solution

As mentioned in another comment, more details on the problem would be useful. But in principle the problems can occur on every layer, especially character encodings, BigEndian vs. LittleEndian and so forth.

In addition these two books I can highly recommend:

  • Tanenbaum: Distributed Systems
  • Tanenbaum: Computer Networks
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top