learninmypc Posts: 9,794 +740 Jul 28, 2015 #1 Do cell phone providers keep text messages on their server or whatever its called. My question is in regards to this in the news
Do cell phone providers keep text messages on their server or whatever its called. My question is in regards to this in the news
D DelJo63 Jul 28, 2015 #2 99% of the web is a client / server architecture, meaning the client requests something and the server returns a reply. In your specific instance, the 'request' is a text message to some user, to which the server forwards the text and then replies with basically 'done'. Programmers typically 'log' at least server inputs, so I strongly suspect the answer would be YES
99% of the web is a client / server architecture, meaning the client requests something and the server returns a reply. In your specific instance, the 'request' is a text message to some user, to which the server forwards the text and then replies with basically 'done'. Programmers typically 'log' at least server inputs, so I strongly suspect the answer would be YES