Thread: code help......

  1. #1
    Registered User
    Join Date
    Dec 2012
    Posts
    2

    code help......

    i need client server file download code in c.....plz help me...

  2. #2
    Registered User
    Join Date
    Dec 2012
    Posts
    2
    descriptions are.....
    Server:
    1. This application will work with three download servers.
    2. Download servers have a repository of .zip files. All servers synchronize their repositories with
    each other.
    3. Server will store variable length files.
    4. Server will share repository information with other servers immediately after any update in
    repository. Other Servers will be downloaded new file from that specific server.
    5. Server should be displayed repository of stored file to client upon client request.
    6. Server should remain connected with other servers to share repository with each other.
    7. Server will accept the request of file name and “Whole or 1 or 2 or 3” marker to download
    complete file.
    a. If server will receive the “Whole Marker ” in file request frame, it will send the complete
    file to the server
    b. If server will receive “1”, “2” or “3” in file request frame, server will send the 1st or 2nd or
    3rd part of file respectively.
    Client:
    1. Client module receives the file list from server and displays it to user.
    2. User selects file from list and client module establishes connection with a single server to
    download that specific file.
    3. Client should be able to download a file simultaneously form more than one servers in
    chunks.
    4. In case of simultaneous downloading, Client downloads file from three servers
    simultaneously. But it gets file list form single server.
    5. First server gives 30% part of file to client, Second server gives 30% part of file to the client
    and all remaining part downloads form last server.
    6. Client will merge these three chunks of file and regenerate the original file at client
    machine.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    And we need you to read the forum rules, and make an effort.
    Announcements - Networking/Device Communication

    Copy/pasting your assignment doesn't tell us anything about your level of skill.
    But does infer quite a lot about your level of laziness.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 03-10-2010, 11:28 AM
  2. Replies: 14
    Last Post: 04-01-2008, 02:23 AM
  3. producing c/c++ code from flowcharts,pseudo code , algorithims
    By rohit83.ken in forum C++ Programming
    Replies: 3
    Last Post: 02-20-2008, 07:09 AM
  4. Having trouble translating psudeo-code to real-code.
    By Lithorien in forum C++ Programming
    Replies: 13
    Last Post: 10-05-2004, 07:51 PM
  5. Replies: 0
    Last Post: 02-21-2002, 06:05 PM