Latest

6/recent/ticker-posts

Hot Widget

recent/hot-posts

Ad Code

Recent posts

View all
Write a Client-Server socket program to implement “TCP client server” architecture.
Use the following customer table and write the SQL query to:
 Use the following Product table and write the SQL query to find the count , sum and average price.
Use the following customer table and write the SQL query to select the first three records from the  Customers table.
Use the following customer table and write the SQL query to select all fields from  Customers where the country is NOT  Germany and NOT USA.
 Use the following customer table and write the SQL query to select all fields from  Customers where the country is Germany AND the city must be Berlin OR München.
Write an “Echo Client” and “Echo Server” using UDP to estimate the round trip Time from client to the server. The server should be such that it can accept Multiple connections at any given time
Consider the E-R diagram in the following Figure  , which models an online bookstore.a. List the entity sets and their primary keys.b. Suppose the bookstore adds music cassettes and compact disks to its collection. The same music item may be present in cassette or compact disk format, with differing prices. Extend the E-R diagram to model this addition, ignoring the effect on shopping baskets.c. Now extend the E-R diagram, using generalization, to model the case where a shopping basket may contain any combination of books, music cassettes, or compact disks.
Data communication and networking by Forouzan chapter 19 solution
What is Peterson's solution?
What is Process Synchronization?
How to create a .sh file in linux?