If you can plug the computer into the wall to access internet












1














Sorry if this is a basic question but I realize I'm missing part of the theory here.



My system is essentially:



wall -> ethernet -> router -> wifi -> computer


But I'd like to simplify it for this purpose and just do:



wall -> ethernet -> router -> ethernet -> computer 


(or if that's incorrect, whatever the correct chord system is).



I'm wondering why you can't just plug the computer straight into the wall:



wall -> ethernet -> computer


I wonder why I can't just open the terminal and write some code that listens for the ethernet device/interface, and then reads/writes stuff "to the internet". Maybe this is possible, not sure. Would like to know if this is possible, and if so, what is happening at a more granular level, or if not, why not.



I'm in the process of understanding virtual routers, and am wondering how a router is actually playing a part in getting the internet, and if it can be removed from the equation for this example.










share|improve this question






















  • It depends. What is the plug or connection type at your "wall"? Is it a conventional home ISP connection, a business network connection, or something else entirely? If it is a "home" connection is it ADSL, VDSL or some other connection? We cannot really tell you what you can or cannot do with no information on what it actually is. Knowing what you are plugging cables into is pretty key information.
    – Mokubai
    3 hours ago


















1














Sorry if this is a basic question but I realize I'm missing part of the theory here.



My system is essentially:



wall -> ethernet -> router -> wifi -> computer


But I'd like to simplify it for this purpose and just do:



wall -> ethernet -> router -> ethernet -> computer 


(or if that's incorrect, whatever the correct chord system is).



I'm wondering why you can't just plug the computer straight into the wall:



wall -> ethernet -> computer


I wonder why I can't just open the terminal and write some code that listens for the ethernet device/interface, and then reads/writes stuff "to the internet". Maybe this is possible, not sure. Would like to know if this is possible, and if so, what is happening at a more granular level, or if not, why not.



I'm in the process of understanding virtual routers, and am wondering how a router is actually playing a part in getting the internet, and if it can be removed from the equation for this example.










share|improve this question






















  • It depends. What is the plug or connection type at your "wall"? Is it a conventional home ISP connection, a business network connection, or something else entirely? If it is a "home" connection is it ADSL, VDSL or some other connection? We cannot really tell you what you can or cannot do with no information on what it actually is. Knowing what you are plugging cables into is pretty key information.
    – Mokubai
    3 hours ago
















1












1








1







Sorry if this is a basic question but I realize I'm missing part of the theory here.



My system is essentially:



wall -> ethernet -> router -> wifi -> computer


But I'd like to simplify it for this purpose and just do:



wall -> ethernet -> router -> ethernet -> computer 


(or if that's incorrect, whatever the correct chord system is).



I'm wondering why you can't just plug the computer straight into the wall:



wall -> ethernet -> computer


I wonder why I can't just open the terminal and write some code that listens for the ethernet device/interface, and then reads/writes stuff "to the internet". Maybe this is possible, not sure. Would like to know if this is possible, and if so, what is happening at a more granular level, or if not, why not.



I'm in the process of understanding virtual routers, and am wondering how a router is actually playing a part in getting the internet, and if it can be removed from the equation for this example.










share|improve this question













Sorry if this is a basic question but I realize I'm missing part of the theory here.



My system is essentially:



wall -> ethernet -> router -> wifi -> computer


But I'd like to simplify it for this purpose and just do:



wall -> ethernet -> router -> ethernet -> computer 


(or if that's incorrect, whatever the correct chord system is).



I'm wondering why you can't just plug the computer straight into the wall:



wall -> ethernet -> computer


I wonder why I can't just open the terminal and write some code that listens for the ethernet device/interface, and then reads/writes stuff "to the internet". Maybe this is possible, not sure. Would like to know if this is possible, and if so, what is happening at a more granular level, or if not, why not.



I'm in the process of understanding virtual routers, and am wondering how a router is actually playing a part in getting the internet, and if it can be removed from the equation for this example.







networking router ethernet






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 4 hours ago









Lance Pollard

3081312




3081312












  • It depends. What is the plug or connection type at your "wall"? Is it a conventional home ISP connection, a business network connection, or something else entirely? If it is a "home" connection is it ADSL, VDSL or some other connection? We cannot really tell you what you can or cannot do with no information on what it actually is. Knowing what you are plugging cables into is pretty key information.
    – Mokubai
    3 hours ago




















  • It depends. What is the plug or connection type at your "wall"? Is it a conventional home ISP connection, a business network connection, or something else entirely? If it is a "home" connection is it ADSL, VDSL or some other connection? We cannot really tell you what you can or cannot do with no information on what it actually is. Knowing what you are plugging cables into is pretty key information.
    – Mokubai
    3 hours ago


















It depends. What is the plug or connection type at your "wall"? Is it a conventional home ISP connection, a business network connection, or something else entirely? If it is a "home" connection is it ADSL, VDSL or some other connection? We cannot really tell you what you can or cannot do with no information on what it actually is. Knowing what you are plugging cables into is pretty key information.
– Mokubai
3 hours ago






It depends. What is the plug or connection type at your "wall"? Is it a conventional home ISP connection, a business network connection, or something else entirely? If it is a "home" connection is it ADSL, VDSL or some other connection? We cannot really tell you what you can or cannot do with no information on what it actually is. Knowing what you are plugging cables into is pretty key information.
– Mokubai
3 hours ago












2 Answers
2






active

oldest

votes


















2














If your "wall" output is really Ethernet which is possible if your "wall" is a fibre media convertor or Ethernet wired appartment (and not dsl for example) then it is technically possible to plug a PC into it directly, but, if you need to ask the question, doing do is probably a bad idea because -




  1. It can directly expose your computer to the Internet, allowing remote computers to scan, fingerprint and likely exploit it - one side effect of NAT in routers is that it largely prevents this.


  2. It prevents more then 1 device getting online (unless you turn your PC into a router.)


  3. It may well not work without tricky configuration depending on the ISP configuration - for example pppoe encapsulates the Internet connection in a PPP connection to provide the ISP more control, and/or Ethernet may be delivered on a tagged port.







share|improve this answer





















  • @LancePollard in that case it's most likely not etherenet - it is probably adsl or vdsl. One tell-tale sign is that the Jack is typically smaller then an Ethernet jack. If that's the case then the signal is analog rather then digital and plugging it into your Ethernet jack (it will fit, with room on the sides) is a bad idea. It also won't work with a standard modem (which can't recognise dsl signals). You may be able to purchase a specific dsl card for your computer, but it is harder to set up and has few advantages over a router. What model router do you have?
    – davidgo
    4 hours ago










  • That comment was a bit confusing, because "a standard modem" pretty much means an ADSL modem around here. Maybe it's an European thing (cable modems are quite rare here).
    – grawity
    3 hours ago












  • @Grawity - I see what you mean. To me (and I used to run an ISP in New Zealand in the days of dial up) a modem is something you use(d) for dial up connections, they could normally do faxing as well, and some acted as a pots line interface for asterisk PABX. You are right in as much as a DSL modem also converts analog to digital signals, but such devices are not commonly found on computers, whereas most old-enough computers have the kind of modem I was referring to.
    – davidgo
    3 hours ago





















0














Our method should be feasible.



For example, the following case is Cisco firewall configuration pppoe dialing and NAT. We can try to set according to the example.




  1. We need to use 2 ports on the firewall, such as FastEthernet0/0 and FastEthernet0/1. We connect FastEthernet0/1 to the network operator network, and the configuration method is based on the IP or pppoe provided by the operator.


  2. We connect FastEthernet0/0 to the computer and configure FastEthernet0/0 as a Layer 3 interface. For example, the IP address is 192.168.43.254 and the subnet mask is 255.255.255.0. we configure the FastEthernet0/0 as inside.


  3. Create and configure interface Dialer1. We configure the Dialer1 as outside.


  4. Configure a static route on the firewall, 0.0.0.0 0.0.0.0, and the egress of the static route is Interface Dialer1.


  5. Configure NAT ip nat inside source list 1 interface Dialer1 overload.


  6. Set the computer to an IP address of 192.168.43.* (* can be 1-253). The subnet mask is 255.255.255.0. The gateway is 192.168.43.254.



enter image description here






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389717%2fif-you-can-plug-the-computer-into-the-wall-to-access-internet%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    If your "wall" output is really Ethernet which is possible if your "wall" is a fibre media convertor or Ethernet wired appartment (and not dsl for example) then it is technically possible to plug a PC into it directly, but, if you need to ask the question, doing do is probably a bad idea because -




    1. It can directly expose your computer to the Internet, allowing remote computers to scan, fingerprint and likely exploit it - one side effect of NAT in routers is that it largely prevents this.


    2. It prevents more then 1 device getting online (unless you turn your PC into a router.)


    3. It may well not work without tricky configuration depending on the ISP configuration - for example pppoe encapsulates the Internet connection in a PPP connection to provide the ISP more control, and/or Ethernet may be delivered on a tagged port.







    share|improve this answer





















    • @LancePollard in that case it's most likely not etherenet - it is probably adsl or vdsl. One tell-tale sign is that the Jack is typically smaller then an Ethernet jack. If that's the case then the signal is analog rather then digital and plugging it into your Ethernet jack (it will fit, with room on the sides) is a bad idea. It also won't work with a standard modem (which can't recognise dsl signals). You may be able to purchase a specific dsl card for your computer, but it is harder to set up and has few advantages over a router. What model router do you have?
      – davidgo
      4 hours ago










    • That comment was a bit confusing, because "a standard modem" pretty much means an ADSL modem around here. Maybe it's an European thing (cable modems are quite rare here).
      – grawity
      3 hours ago












    • @Grawity - I see what you mean. To me (and I used to run an ISP in New Zealand in the days of dial up) a modem is something you use(d) for dial up connections, they could normally do faxing as well, and some acted as a pots line interface for asterisk PABX. You are right in as much as a DSL modem also converts analog to digital signals, but such devices are not commonly found on computers, whereas most old-enough computers have the kind of modem I was referring to.
      – davidgo
      3 hours ago


















    2














    If your "wall" output is really Ethernet which is possible if your "wall" is a fibre media convertor or Ethernet wired appartment (and not dsl for example) then it is technically possible to plug a PC into it directly, but, if you need to ask the question, doing do is probably a bad idea because -




    1. It can directly expose your computer to the Internet, allowing remote computers to scan, fingerprint and likely exploit it - one side effect of NAT in routers is that it largely prevents this.


    2. It prevents more then 1 device getting online (unless you turn your PC into a router.)


    3. It may well not work without tricky configuration depending on the ISP configuration - for example pppoe encapsulates the Internet connection in a PPP connection to provide the ISP more control, and/or Ethernet may be delivered on a tagged port.







    share|improve this answer





















    • @LancePollard in that case it's most likely not etherenet - it is probably adsl or vdsl. One tell-tale sign is that the Jack is typically smaller then an Ethernet jack. If that's the case then the signal is analog rather then digital and plugging it into your Ethernet jack (it will fit, with room on the sides) is a bad idea. It also won't work with a standard modem (which can't recognise dsl signals). You may be able to purchase a specific dsl card for your computer, but it is harder to set up and has few advantages over a router. What model router do you have?
      – davidgo
      4 hours ago










    • That comment was a bit confusing, because "a standard modem" pretty much means an ADSL modem around here. Maybe it's an European thing (cable modems are quite rare here).
      – grawity
      3 hours ago












    • @Grawity - I see what you mean. To me (and I used to run an ISP in New Zealand in the days of dial up) a modem is something you use(d) for dial up connections, they could normally do faxing as well, and some acted as a pots line interface for asterisk PABX. You are right in as much as a DSL modem also converts analog to digital signals, but such devices are not commonly found on computers, whereas most old-enough computers have the kind of modem I was referring to.
      – davidgo
      3 hours ago
















    2












    2








    2






    If your "wall" output is really Ethernet which is possible if your "wall" is a fibre media convertor or Ethernet wired appartment (and not dsl for example) then it is technically possible to plug a PC into it directly, but, if you need to ask the question, doing do is probably a bad idea because -




    1. It can directly expose your computer to the Internet, allowing remote computers to scan, fingerprint and likely exploit it - one side effect of NAT in routers is that it largely prevents this.


    2. It prevents more then 1 device getting online (unless you turn your PC into a router.)


    3. It may well not work without tricky configuration depending on the ISP configuration - for example pppoe encapsulates the Internet connection in a PPP connection to provide the ISP more control, and/or Ethernet may be delivered on a tagged port.







    share|improve this answer












    If your "wall" output is really Ethernet which is possible if your "wall" is a fibre media convertor or Ethernet wired appartment (and not dsl for example) then it is technically possible to plug a PC into it directly, but, if you need to ask the question, doing do is probably a bad idea because -




    1. It can directly expose your computer to the Internet, allowing remote computers to scan, fingerprint and likely exploit it - one side effect of NAT in routers is that it largely prevents this.


    2. It prevents more then 1 device getting online (unless you turn your PC into a router.)


    3. It may well not work without tricky configuration depending on the ISP configuration - for example pppoe encapsulates the Internet connection in a PPP connection to provide the ISP more control, and/or Ethernet may be delivered on a tagged port.








    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 4 hours ago









    davidgo

    42.1k75187




    42.1k75187












    • @LancePollard in that case it's most likely not etherenet - it is probably adsl or vdsl. One tell-tale sign is that the Jack is typically smaller then an Ethernet jack. If that's the case then the signal is analog rather then digital and plugging it into your Ethernet jack (it will fit, with room on the sides) is a bad idea. It also won't work with a standard modem (which can't recognise dsl signals). You may be able to purchase a specific dsl card for your computer, but it is harder to set up and has few advantages over a router. What model router do you have?
      – davidgo
      4 hours ago










    • That comment was a bit confusing, because "a standard modem" pretty much means an ADSL modem around here. Maybe it's an European thing (cable modems are quite rare here).
      – grawity
      3 hours ago












    • @Grawity - I see what you mean. To me (and I used to run an ISP in New Zealand in the days of dial up) a modem is something you use(d) for dial up connections, they could normally do faxing as well, and some acted as a pots line interface for asterisk PABX. You are right in as much as a DSL modem also converts analog to digital signals, but such devices are not commonly found on computers, whereas most old-enough computers have the kind of modem I was referring to.
      – davidgo
      3 hours ago




















    • @LancePollard in that case it's most likely not etherenet - it is probably adsl or vdsl. One tell-tale sign is that the Jack is typically smaller then an Ethernet jack. If that's the case then the signal is analog rather then digital and plugging it into your Ethernet jack (it will fit, with room on the sides) is a bad idea. It also won't work with a standard modem (which can't recognise dsl signals). You may be able to purchase a specific dsl card for your computer, but it is harder to set up and has few advantages over a router. What model router do you have?
      – davidgo
      4 hours ago










    • That comment was a bit confusing, because "a standard modem" pretty much means an ADSL modem around here. Maybe it's an European thing (cable modems are quite rare here).
      – grawity
      3 hours ago












    • @Grawity - I see what you mean. To me (and I used to run an ISP in New Zealand in the days of dial up) a modem is something you use(d) for dial up connections, they could normally do faxing as well, and some acted as a pots line interface for asterisk PABX. You are right in as much as a DSL modem also converts analog to digital signals, but such devices are not commonly found on computers, whereas most old-enough computers have the kind of modem I was referring to.
      – davidgo
      3 hours ago


















    @LancePollard in that case it's most likely not etherenet - it is probably adsl or vdsl. One tell-tale sign is that the Jack is typically smaller then an Ethernet jack. If that's the case then the signal is analog rather then digital and plugging it into your Ethernet jack (it will fit, with room on the sides) is a bad idea. It also won't work with a standard modem (which can't recognise dsl signals). You may be able to purchase a specific dsl card for your computer, but it is harder to set up and has few advantages over a router. What model router do you have?
    – davidgo
    4 hours ago




    @LancePollard in that case it's most likely not etherenet - it is probably adsl or vdsl. One tell-tale sign is that the Jack is typically smaller then an Ethernet jack. If that's the case then the signal is analog rather then digital and plugging it into your Ethernet jack (it will fit, with room on the sides) is a bad idea. It also won't work with a standard modem (which can't recognise dsl signals). You may be able to purchase a specific dsl card for your computer, but it is harder to set up and has few advantages over a router. What model router do you have?
    – davidgo
    4 hours ago












    That comment was a bit confusing, because "a standard modem" pretty much means an ADSL modem around here. Maybe it's an European thing (cable modems are quite rare here).
    – grawity
    3 hours ago






    That comment was a bit confusing, because "a standard modem" pretty much means an ADSL modem around here. Maybe it's an European thing (cable modems are quite rare here).
    – grawity
    3 hours ago














    @Grawity - I see what you mean. To me (and I used to run an ISP in New Zealand in the days of dial up) a modem is something you use(d) for dial up connections, they could normally do faxing as well, and some acted as a pots line interface for asterisk PABX. You are right in as much as a DSL modem also converts analog to digital signals, but such devices are not commonly found on computers, whereas most old-enough computers have the kind of modem I was referring to.
    – davidgo
    3 hours ago






    @Grawity - I see what you mean. To me (and I used to run an ISP in New Zealand in the days of dial up) a modem is something you use(d) for dial up connections, they could normally do faxing as well, and some acted as a pots line interface for asterisk PABX. You are right in as much as a DSL modem also converts analog to digital signals, but such devices are not commonly found on computers, whereas most old-enough computers have the kind of modem I was referring to.
    – davidgo
    3 hours ago















    0














    Our method should be feasible.



    For example, the following case is Cisco firewall configuration pppoe dialing and NAT. We can try to set according to the example.




    1. We need to use 2 ports on the firewall, such as FastEthernet0/0 and FastEthernet0/1. We connect FastEthernet0/1 to the network operator network, and the configuration method is based on the IP or pppoe provided by the operator.


    2. We connect FastEthernet0/0 to the computer and configure FastEthernet0/0 as a Layer 3 interface. For example, the IP address is 192.168.43.254 and the subnet mask is 255.255.255.0. we configure the FastEthernet0/0 as inside.


    3. Create and configure interface Dialer1. We configure the Dialer1 as outside.


    4. Configure a static route on the firewall, 0.0.0.0 0.0.0.0, and the egress of the static route is Interface Dialer1.


    5. Configure NAT ip nat inside source list 1 interface Dialer1 overload.


    6. Set the computer to an IP address of 192.168.43.* (* can be 1-253). The subnet mask is 255.255.255.0. The gateway is 192.168.43.254.



    enter image description here






    share|improve this answer


























      0














      Our method should be feasible.



      For example, the following case is Cisco firewall configuration pppoe dialing and NAT. We can try to set according to the example.




      1. We need to use 2 ports on the firewall, such as FastEthernet0/0 and FastEthernet0/1. We connect FastEthernet0/1 to the network operator network, and the configuration method is based on the IP or pppoe provided by the operator.


      2. We connect FastEthernet0/0 to the computer and configure FastEthernet0/0 as a Layer 3 interface. For example, the IP address is 192.168.43.254 and the subnet mask is 255.255.255.0. we configure the FastEthernet0/0 as inside.


      3. Create and configure interface Dialer1. We configure the Dialer1 as outside.


      4. Configure a static route on the firewall, 0.0.0.0 0.0.0.0, and the egress of the static route is Interface Dialer1.


      5. Configure NAT ip nat inside source list 1 interface Dialer1 overload.


      6. Set the computer to an IP address of 192.168.43.* (* can be 1-253). The subnet mask is 255.255.255.0. The gateway is 192.168.43.254.



      enter image description here






      share|improve this answer
























        0












        0








        0






        Our method should be feasible.



        For example, the following case is Cisco firewall configuration pppoe dialing and NAT. We can try to set according to the example.




        1. We need to use 2 ports on the firewall, such as FastEthernet0/0 and FastEthernet0/1. We connect FastEthernet0/1 to the network operator network, and the configuration method is based on the IP or pppoe provided by the operator.


        2. We connect FastEthernet0/0 to the computer and configure FastEthernet0/0 as a Layer 3 interface. For example, the IP address is 192.168.43.254 and the subnet mask is 255.255.255.0. we configure the FastEthernet0/0 as inside.


        3. Create and configure interface Dialer1. We configure the Dialer1 as outside.


        4. Configure a static route on the firewall, 0.0.0.0 0.0.0.0, and the egress of the static route is Interface Dialer1.


        5. Configure NAT ip nat inside source list 1 interface Dialer1 overload.


        6. Set the computer to an IP address of 192.168.43.* (* can be 1-253). The subnet mask is 255.255.255.0. The gateway is 192.168.43.254.



        enter image description here






        share|improve this answer












        Our method should be feasible.



        For example, the following case is Cisco firewall configuration pppoe dialing and NAT. We can try to set according to the example.




        1. We need to use 2 ports on the firewall, such as FastEthernet0/0 and FastEthernet0/1. We connect FastEthernet0/1 to the network operator network, and the configuration method is based on the IP or pppoe provided by the operator.


        2. We connect FastEthernet0/0 to the computer and configure FastEthernet0/0 as a Layer 3 interface. For example, the IP address is 192.168.43.254 and the subnet mask is 255.255.255.0. we configure the FastEthernet0/0 as inside.


        3. Create and configure interface Dialer1. We configure the Dialer1 as outside.


        4. Configure a static route on the firewall, 0.0.0.0 0.0.0.0, and the egress of the static route is Interface Dialer1.


        5. Configure NAT ip nat inside source list 1 interface Dialer1 overload.


        6. Set the computer to an IP address of 192.168.43.* (* can be 1-253). The subnet mask is 255.255.255.0. The gateway is 192.168.43.254.



        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 1 hour ago









        Daisy Zhou

        611114




        611114






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389717%2fif-you-can-plug-the-computer-into-the-wall-to-access-internet%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Understanding the information contained in the Deep Space Network XML data?

            Ross-on-Wye

            Eastern Orthodox Church