Questions in computer networking.

Morningdot Hablu

Morningdot Hablu

@morningdot-6Xuj4M Oct 27, 2024
Hello friend's,
Currently i collect some knowledge about computer network.
i have some questions that i want to share with you.

1.what process is to be done to connect two computers ?

2.when two computer is said to be connected ?

3.Is there any necessary condition to follow before establishing connection between computer ?

anyone have some idea about these questions.
😒

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jul 8, 2010

    1.what process is to be done to connect two computers ?
    There are many ways

    one way is to use one crossover cable ,insert it into ethernet port of both computers
    and your computers are connected

    .Is there any necessary condition to follow before establishing connection between computer ?
    i don't think so

    Make sure your cable is perfect ,you have used only cross over cable ,you can't use straight cable for this
  • Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M Jul 8, 2010

    goyal420
    There are many ways

    one way is to use one crossover cable ,insert it into ethernet port of both computers
    and your computers are connected
    no no goyal i mean to say that is there any involvement of flag,matching of protocol address etc.
    i don,t mean to say that how two computers are connected physically.

    goyal420
    i don't think so

    Make sure your cable is perfect ,you have used only cross over cable ,you can't use straight cable for this
    i mean to say that is it necessary to have the same protocol for establishing the connection between two or more computers.
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jul 8, 2010

    no no goyal i mean to say that is there any involvement of flag,matching of protocol address etc.
    i don,t mean to say that how two computers are connected physically.
    I don't know about any involvement of flag
    Up to which i know only work group of both computers should be same and both computers should have different IP address
  • jhbalaji

    jhbalaji

    @jhbalaji-AH60JJ Jul 11, 2010

    mohit007kumar00
    Hello friend's,
    Currently i collect some knowledge about computer network.
    i have some questions that i want to share with you.

    1.what process is to be done to connect two computers ?

    2.when two computer is said to be connected ?

    3.Is there any necessary condition to follow before establishing connection between computer ?

    anyone have some idea about these questions.
    😒
    1.what process is to be done to connect two computers ?
    Install Lan Adapters and use T1 Cable to connect them first. I hope you use Windows OS so you can easily get that connected by enabling your Lan

    2.when two computer is said to be connected ?
    Just when the an network(exchange of information between the machine or the master and slave takes place)

    3.Is there any necessary condition to follow before establishing connection between computer ?
    To get that successful data transferred you need the DNS and your IP must be configured. basically they must have same DNS in order to share data 😀
    Since i use NetGear WiFi Router in Home to share data i really forgot to connecting using hardware cables 😀
  • Ashraf HZ

    Ashraf HZ

    @Ash Jul 12, 2010

    Generally for reliable connectivity, handshaking is done between two computers before they are "connected". There are many handshaking protocols that uses different parameters. The gist is, the first computer contacts the second one along with some basic info (such as its identity, type of data it wants to send, how it will send, how fast) then the second one responds appropriately, whether to tell the first one to go ahead or refuse, and so on.

    However, handshaking process can range from simple to complicated depending on security requirements. You'll obviously need authentication and encryption if you are accessing a secured node.

    i mean to say that is it necessary to have the same protocol for establishing the connection between two or more computers.
    Yes for direct connections, though there are some instances where protocols can be converted using a middle man in between.
  • Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M Jul 12, 2010

    A good thanks to you ash.
    That's the answer i want.