Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Networking and Servers

Oct 18, 2015 7:35AM PDT

Assume I have a server set up for an app or a website.
Can I (in anyway) connect to the server through the following route?
Phone-->Mobile data-->
Network operator-->Server
No cables in between final step

Discussion is locked

- Collapse -
Answer
Re: server
Oct 18, 2015 7:42AM PDT

Why do you think a wireless connection shouldn't work?

Kees

- Collapse -
(NT) sounds like a homework question
Oct 18, 2015 8:27AM PDT
- Collapse -
Pretty new homework question.
Oct 18, 2015 8:30AM PDT

The oddity here is that term "Network Operator." The OP should elaborate what that is.

- Collapse -
Re: oddity
Oct 18, 2015 1:30PM PDT

That's AT&T and Verizon, of course. But I don't understand what "no cables in between final step" means.

- Collapse -
Those network operators
Oct 18, 2015 1:38PM PDT

Mind you I have some background in apps that connected with those company offerings but their wording is not one I've seen before. Maybe it's their first time out there.

- Collapse -
Re: network operator
Oct 18, 2015 2:24PM PDT
- Collapse -
It's not a common term I read when noting cellular access.
Oct 18, 2015 2:35PM PDT

There's more to this as well as the systems here in NA (we covered use in Mexico, USA, Canada) didn't work when putting a "server" up on a cellular connection. It's mildly technical but it has to do with how most cellular access doesn't hold it's IP address steady for long.

The design is definitely made for client use like email, web browsing or apps that go get something from the web.

A server would need to be at some IP for a time for the request to make it to the server.

This is partly why I want to hear a little more why and how they connected.

- Collapse -
That's quite clear.
Oct 18, 2015 3:07PM PDT

A webserver needs to have a fixed IP-address (to be reachable via the usual DNS) and that usually is a wired connection.

But wouldn't using fixed Wimax (http://www.teletopix.org/wimax/what-is-fixed-wimax/) work, with one station being on the AT&T network and the other station connected to my web server? Not that it will often be done that way, of course, but in principle.

Kees

- Collapse -
Here, the cost and coverage of fixed wimax
Oct 18, 2015 3:33PM PDT

Meant we couldn't pull it off. That said there was a way for our code to cheat and that's what we did in the end. It's pretty technical but if the OP would tell more maybe we can get down to it.