Network Connections


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Network Connections
# 8  
Old 12-13-2016
Robin & Rudic -

Thanks.

something else?

C = Client
S = Server

This is as POS system. So that no one can steal the code or databases, all the data and programs will reside on S. When C starts the POS he/she will be transferred to S.
Meow613

Last edited by Meow613; 12-14-2016 at 12:08 AM..
# 9  
Old 12-14-2016
Well, I'm still not much further on. Do you want the processing to run on the POS or the server?

Running on the POS
Perhaps NFS or Samba sharing the files to the POS. You have to consider security so no-one else can pick it up.
Running on the server
The POS can send a connection to the server to do the work then return. You still have to consider security though on how you authenticate the incoming connection.

Are you worried about the POS being physically removed or just hacked? Either way, it might still be possible to access the code & data by mimicking what the POS does routinely.

This could be a major design project in the making, but you know your business far better than us, so you need to clarify what you want to do and then we can see how we can help. What does your POS do so far?



Robin
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Could you help me writing a script showing which network connections are currently active?

Could you help me writing a script showing which network connections are currently active? Means output should be something like: "eth0, wlan1, wlan3" Problem: The output is supposed to happen on a 16x2 LCD Display. Currently I am doing a "Ifconfig" as output, but its too fast for the... (2 Replies)
Discussion started by: lordofazeroth
2 Replies

2. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies

3. IP Networking

2 WAN connections on 1 switch/network

I want to know potential problems with the following scenario OR if it is an ok way to have my network setup: I have 2 WAN connections to the internet. I have each WAN connection plugged into its own router. Router DD-WRT is gateway for servers (192.0.10.50). Router Tomato is gateway for pc's... (1 Reply)
Discussion started by: herot
1 Replies

4. IP Networking

preferred network connections

I rotate between a static lan, dhcp lan, and various wireless networks daily. Is there a way to set preferred network connections? I use some static ip's daily, some static ip's like once a month, and almost never use the dhcp lan. The same I do with my various wireless networks. Some I use daily... (0 Replies)
Discussion started by: cokedude
0 Replies

5. IP Networking

Logging network connections

Hello, I have a centralized syslog server, and am wondering if there is a way to log all network connections to it (Primarily incoming, such as FTP, httpd, SSH, etc). Essentially what I would like is to get the information seen in netstat or lsof logged line by line, realtime. Is there a... (3 Replies)
Discussion started by: abstrcrndm
3 Replies

6. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

7. Linux

active network connections

how can i see active network connections (1 Reply)
Discussion started by: youmna
1 Replies

8. HP-UX

HP-UX: X connections...?

Hello All, I have 2 qries about X connections on HP-UX : 1.How/where to determine whether "X connections" to the server are controlled. 2. How/where to determine whether "X11 connection" are tunnelled via ssh. 3. How/where to determine the "Time in minutes before unattended X terminals... (0 Replies)
Discussion started by: abhayh
0 Replies
Login or Register to Ask a Question