Recent content by cseuser

  1. C

    Programming error: I need help with this code.

    I have to run this server program check it. Do I need a client appln? Or can it be run independently ie., without any client program.
  2. C

    Programming error: I need help with this code.

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Sockets; namespace CSEServer1Obj { class SerService { public Socket CS_Sock; public void Service() { try...
  3. C

    Programming error: I need help with this code.

    I sense the problem with accepting connection request in this server progam. Coding in C#. Stmt which is BOLD text is where the real problem is. Something is blocking the connection request. I have the SerListner class which is accepts connection request. using System; using...
  4. C

    email big file

    Suppose that you are responsible for the IT department of a university with the students around the world. It is infeasible to meet each of the students in person. The IT department is responsible for all secured communication with the students. Assume that there is a trusted certificate...
  5. C

    email big file

    At the end of the semester, your department issues the academic transcript to individual students. How would you transmit Kim’s transcript to him/her via the Internet, which is not a secure communication channel. Assume that the transcript comes with scanned documents, and total size of the file...
  6. C

    email big file

    The actual question is: ] Suppose that you are responsible for the IT department of a university with the students around the world. It is infeasible to meet each of the students in person. The IT department is responsible for all secured communication with the students. Assume that there is a...
  7. C

    email big file

    How would you transmit Alice 's transcript to him/her via the Internet, which is not a secure communication channel. Assume that the transcript comes with scanned documents, and total size of the file is very big. ANother question is: From time to time, the department, on behalf of the...
  8. C

    how to run RARP ?

    ARP is the command which coverts the IP address(logical) to (physical) MAC address. Now to convert MAC to logical we need RARP command . I tried it at command prompt but it says not an internal command and that leads me here? What is the tool /software required to run RARP command on windows 8?