• 2022-06-06
    How to improve the performance of the whole network under the network environment of client/server mode?
    A: Change the size of the packet transmitted according to the size of the network traffic
    B: Send only "requests" and "results" to reduce network flow
    C: All data processing is stored locally through the client
    D: Perform all data processing on the server