Re: Bonding

2018-09-10 Thread Mike Bushroe
It is actually probably going to be even worse than that. Consider what
would happen in the setup you are talking about. If you sent ten 1Kbyte
packets over the giga bit and one 1Kbyte packet over the bonded 100M. Each
giga-bit packet would take roughly (1K+64)*8*1.25 nano seconds or a bit
over ten thousand nano seconds each, hundred thousand for all 10. Then,
over the same physical network your bonded 100Mb sends a single 1KB packet
at roughly (1K+64)*8*10 nano seconds or also about a hundred thousand nano
seconds. Using the bonded 100Mb port blocks 10 packets of the same size on
the 1Gb port!

Modern Etherswitches work around this problem by switching the two ports
through different internal lines, but if at any point in the network, like
where you connect to your high speed server or the uplink port going from
one switch to another or going through a older hub, then it necks down
to running both fast and slow packets over the same connection, causing it
to slow to 1/2.

If you have two, parallel, independent networks going to 2 separate NIC
cards on your server you might get the 10% speed increase. But that means
having two completely separate networks to pay for, install, configure, and
maintain. Or if you have a single Etherswitch for your entire network, and
two NIC cards on every computer, server, or other device you want to access
at 10% faster speed you can do that, too. But if you are not careful and
just do a straight forward bonding you may cut your network speed in half
rather than increase it!

Mike


> -- Forwarded message --
> From: Michael Butash 
> To: Main PLUG discussion list 
> Cc:
> Bcc:
> Date: Sun, 9 Sep 2018 13:30:20 -0700
> Subject: Re: bonding
> Keep in mind, bonding nics does not magically give you n+x throughput...
>
> By nature of the technology, there are flow hashes created off source/dest
> mac, ip, or port, that keeps your flows "stuck" to a particular computes
> hash path.  So if you have a single tcp connection with same source,
> destination, and port (ie backup or cifs filer session), it will NOT
> balance across multiple pipes, but rather will just fill one of n in the
> link aggregation bundle.  There are bond settings to control this, but will
> still ultimately be a limitation whether you're talking a linux server or a
> high-end cisco nexus switch.  This works great only when you're a service
> provider with lots of little connections to spread out, not so much a few
> major blasts.
>
> This is a popular misconception among non-networking folks that simply
> bonding multiple circuits gives your more bandwidth, but entirely not the
> case.  If you need more than 100mb, you 1gb.  If you need more than 1gb,
> you go 10gb, etc.  Bonding is more for redundancy than throughput imho.
>
> -mb
>
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Google drive chromebook

2018-09-10 Thread Stephen Partington
And a large number of chromebooks also have access to run android apps via
the google play store.

On Sun, Sep 9, 2018 at 5:00 PM Carl Parrish 
wrote:

> I have a Google Pixel Book 2. While I do still carry my MBP around with me
> I find I increasingly don't need it. The cloud 9 IDE (
> https://aws.amazon.com/cloud9/?p=tile) is pretty good. If you work with
> VS Code https://stackblitz.com/ is very close to being all you need. I
> prefer Webstorm myself and now can run the Linux version natively on my
> pixelbook before I could with Cruton -
> https://www.linux.com/learn/how-easily-install-Ubuntu-Chromebook-crouton%20 -
> but as long as I have an internet connection and can access AWS or ssh into
> my servers there is nothing stopping me from getting real work done from my
> Chromebook. I have 64 gb of hard drive space I think if I was going to do
> it again I would upgrade to the 128 GB (now that I can run docker on my
> Chromebook a bit of hard drive space is nice) but with 3 TB of cloud space
> (I think that came with 3 years through Google) I'm not hurting with it as
> a laptop at all.
>
> On Sun, Sep 9, 2018 at 9:23 AM Kevin Fries  wrote:
>
>> Always remember that a Chromebook is ment to be a connected device.  I
>> use mine all the time.  But while it can replace my desktop 70%-80% of the
>> time, there are times as a Linux professional where I need a laptop.  So, I
>> still have my Arch laptop (for software development because it has better
>> tools than online and a bigger screen).  So I try to only store locally
>> what I MUST.  Passwords are stored via LastPass so they move between
>> Chromebook and Desktop.  Files are stored on Google Drive or Dropbox for
>> the same reason.
>>
>> There is a local download on your Chromebook, but I would really try not
>> to use that for anything that is not ephemeral.  It is how the device was
>> designed to be used.
>>
>> Kevin
>>
>> Sent from BlueMail 
>> On Sep 8, 2018, at 9:00 AM, Michael  wrote:
>>
>>> I got a chromebook. I just figured out how to open the file manager for
>>> it (yeaaa me!) but I can't figure out where the "Downloads" is saved. Is
>>> that saved on the computer? I think so but I just want a verification
>>>
>>> --
>>> :-)~MIKE~(-:
>>>
>>
>>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>>> To subscribe, unsubscribe, or to change your mail settings:
>>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>>
>>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
A mouse trap, placed on top of your alarm clock, will prevent you from
rolling over and going back to sleep after you hit the snooze button.

Stephen
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss