CrazyEngineers
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorMar 9, 2017

    Rahul Naraniya
    If you have 2 systems then how do you know that which one is client system?
    The one that makes the request is a client; and the one that processes the request is a server. Any machine could be a client or a server depending upon its function.

    Does this answer your question? If not, please describe the problem a bit in more detail.
    Are you sure? This action cannot be undone.
    Cancel
  • Rahul Naraniya

    MemberMar 9, 2017

    Kaustubh Katdare
    The one that makes the request is a client; and the one that processes the request is a server. Any machine could be a client or a server depending upon its function.

    Does this answer your question? If not, please describe the problem a bit in more detail.
    Thanks for the quick reply. Is there anything other than this definition? I mean if i have 2 system then without making any request just by going through some system configuration or any file which shows any specific kind of property which proves whether its a client system or server?
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorMar 9, 2017

    Rahul Naraniya
    Thanks for the quick reply. Is there anything other than this definition? I mean if i have 2 system then without making any request just by going through some system configuration or any file which shows any specific kind of property which proves whether its a client system or server?
    A server or client is defined by the function it performs; and you can definitely figure that out by looking at the system software. For example, a web server (the system that serves http requests) will most likely have Apache or NGINX web server installed.

    But that said, the 'server' functionality or 'client' functionality can be written using multiple languages and technologies. If you are familiar with the server software or client software; you can quickly figure that out by looking at the installed software or by inspecting the code.
    Are you sure? This action cannot be undone.
    Cancel
  • Rahul Naraniya

    MemberMar 9, 2017

    Kaustubh Katdare
    A server or client is defined by the function it performs; and you can definitely figure that out by looking at the system software. For example, a web server (the system that serves http requests) will most likely have Apache or NGINX web server installed.

    But that said, the 'server' functionality or 'client' functionality can be written using multiple languages and technologies. If you are familiar with the server software or client software; you can quickly figure that out by looking at the installed software or by inspecting the code.
    Thanks.. Query solved.
    Are you sure? This action cannot be undone.
    Cancel
  • rahul69

    MemberApr 22, 2017

    Rahul Naraniya
    ..... without making any request just by going through some system configuration or any file which shows any specific kind of property which proves whether its a client system or server?
    At server level, you can check if the system is listening on specific port numbers, then it'll be a server. Run in your system:
    netstat -na
    For example a HTTPS server may be listening on port 443.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register