How to establish client server network?

Closed
Anonymous User - Jan 6, 2014 at 12:25 PM
 Blocked Profile - Jan 6, 2014 at 01:06 PM
1.I want one computer as Application Server which is connected to other computer say database server. Database server is connected to many clients say 10 which are in different buildings. How can I establish this whole network? Which one will be suitable? Wired or wireless?

2.I want to fire sql queries from clients to database server. How this can be done?

So please tell me step by step procedure for both the above situations...
Related:

1 response

Blocked Profile
Jan 6, 2014 at 01:06 PM
WOW, What a scope?

So, I guess you have no experience with data networks? How did you get put in charge of this project?

Let us first look at the different network topologies:
PAN - personal area network - bluetooth phone to phone, 3 meter distance
LAN - Local Area Network - Standard data transmissions, multiple computers, usually located in the same building.
MAN - Metropolitan Area Network - Standard data transmisions across mutliple LAN, controlled by SUBNETS, ussually different buildings in same cities
WAN - WIDE AREA NETWORK - standard data transmissions across mutilple MAN, ussually not in same city.

Clients in different buildings are not going to connect wireless, so forget that!

As far as queries from clients, have them run stored procedures on the server!

Have FUN!
0