WRITE IN C++ USING UDP
Consider a centralized database server of an online shopping
store. You are provided by the sample
dataset of the shopping store which will be on the server. A client
can access that server and ask the query
about the different invoice numbers and their respective values
available in the given dataset.
You need to create a connectionless (UDP) client server model in
which the client will establish a
connection with the server. The client will ask about the specific
invoice number and its attributes that the
client wants to know. Server will send back that respective
information to the client. The client can ask
more than one query in a single connection.
DATASET::::::::::::::
WRITE IN C++ USING UDP Consider a centralized database server of an online shopping store. You are provided by the sampl
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am