Implement a client-server-based internet application

Assignment Help Computer Engineering
Reference no: EM131470655

You are asked to implement a client-server-based Internet application.

The server is similar to the daytime server except that it is a "parking availability in Education Car Park" server. Your implementation does not need to report the actual number of parking spaces in the actual Education Car Park; the number of available parking spaces always starts at 20.

A client can connect to the server and make one of two different requests:

1. ask: The client can ask for the number of available parking spaces. The server responds with an appropriate string, like: "Education Car Park has 20 spaces available." Your string should look exactly like this string, except the number "20" should be the correct number. Asking for the number of available parking spaces does not change the count of available spaces.

2. reserve: The client can ask to reserve a parking space. If a space is available, the server subtract one parking spot count and responds with an appropriate string, like: "Space Reserved. Education Car Park now has 19 spaces available." Your string should look exactly like this string, except the number "19" should be the correct number. If there is no space available (i.e., the count is already zero), then your server should respond with "Failed Reservation."

For this simplified server, there is no way to release a parking space and increase the count. Note that the 3 possible messages above are of variable length.

The server should be runnable from the command line with:

unix-prompt% edmts.server

and it should print out the IP address of the machine it is running on and port number it is listening on. See my example program in getIPAddress.c. For example, something li  ke:

EDMTS is running on 129.128.4.80, listening on port 24459

If your Unix machine (e.g., Linux under virtual machine) is causing your server problems with respect to the IP address of the server's machine, it is OK to print:

EDMTS is running on local host, listening on port 24459

and then to have the user find the actual IP address of the server/local machine using Unix's ifconfig command.

Each time that the server starts, it considers 20 spaces to be available.

The client should be runnable from the command line with either:

unix-prompt% edmts.client 129.128.4.80 24459 ask

or

unix-prompt% edmts.client 129.128.4.80 24459 reserve

since, of course, the client needs to know the well-known location of the server process (i.e., both IP address and port number).

If called with the "ask" command-line argument, the client will just ask the server for the number of available parking spaces. The client will then print out the return string from the server, exactly as sent from the server. Then, the client will exit.

If called with the "reserve" command-line argument, the client will ask the server to reserve a parking space. The client will then print out the return string from the server, exactly as sent from the server. Recall that a reserve request can fail with a specific kind of return string. Then, the client will exit.

Use any reasonable format for the message between client-and-server and between server-and-client. You may use any source code, with proper acknowledgement, from Jim Frost, Paul Lu, or our textbook.

The following elements are required of your programs (i.e., client program and server program):

1. Use the UNIX Socket API with TCP/IP-based sockets (i.e., AF_INET) such that the client and server can be on different computer systems.

2. As discussed in class, it is strongly, strongly preferred that you write your programs in the C language. Python and Java implementations are also acceptable. If you wish to use a different language, please contact the instructor first.

3. Write your programs for Linux or any Unix-like operating system. If you wish to use a different operating system, please contact the instructor first.

4. Provide instructions or a script for how to compile your program. A Unix-like Makefileis the preferred way.

5. Be sure to comment your code to make it more understandable. In particular, comment on the message formats used.

6. Submit all source code files (i.e., .c, .h, and Makefile) to your instructor.

Reference no: EM131470655

Questions Cloud

Eigenfunctions of the sturm-liouville problem : What are the eigenvalues and corresponding eigenfunctions of the Sturm-Liouville problem y(double prime) + ?y = 0, 0
What proportion of the firm is financed with debt : You know that the firm's cost of debt capital is 10 percent and the cost of equity capital is 20% What proportion of the firm is financed with debt?
What is the automatic stay : Automatic Stay. On January 22, 2001, Marlene Moffett bought a used 1998 Honda Accord from Hendrick Honda in Woodbridge, Virginia. Moffett agreed to pay $20,024.
Which station is recording the highest wind speed : Which station has the lowest pressure?How would you describe the wind at Station B? Which station is recording the highest wind speed?
Implement a client-server-based internet application : Implement a client-server-based Internet application - write your programs in the C language. Python and Java implementations are also acceptable.
What might it encourage stout to do : Liquidation. James Stout, a professor of economics and business at Cornell College in Iowa City, Iowa, filed a petition in bankruptcy under Chapter.
What kind of pricing is the company depending on : What kind of pricing is the company depending on? The term "conglomerates" refers to firms using the diversification strategy.
Challenges of using mathematical symbols : Describe two challenges of using mathematical symbols in order to solve problems using formal logic and determine how you can overcome them
What are the major differences between the plans : Which plan should Zach consider? Why?How does the plan he should consider in this scenario compare to the plan choice from the first question?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd