0

I have Ubuntu 14.04 machine. I can access internet through Wifi, Ethernet and through Bluetooth tethering.

  1. Suppose I am accessing internet through Ethernet and the connection stops or I unplug the cable. Is it the job of the kernel to check what other connections are available and try them?

  2. I can see in my PC that multiple WiFi connections are handled automatically but not the multiple heterogeneous connections like WiFi, Ethernet. Is it decided at the application layer only that only one connection is to be used?

wallyk
  • 784
adrian008
  • 185

1 Answers1

-1
  1. It is not the kernel's job to do anything of the kind. The network layer might seek an alternate route if it is configured to have a switchover default route. See ROUTE ADD in this.

  2. See this answer to see if it will be possible for a single WiFi node to connect to more than one 802.11 bases.

wallyk
  • 784