Closed Thread
Results 1 to 4 of 4

Thread: Random Network Connectivity Can Be Delayed, But With Explosive Results, New Study Fin

  1. #1
    Kernel is offline RSS Feed Bot
    Join Date
    Sep 2006
    Posts
    2,105
    Rep Power
    34

    Random Network Connectivity Can Be Delayed, But With Explosive Results, New Study Fin

    A trio of mathematicians studying random networks has provided new evidence that connectivity can be appreciably delayed, but only at a cost. When it finally occurs, the transition is virtually instantaneous, like a film of water abruptly crystallizing into ice.

    Complete Story

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Random Network Connectivity Can Be Delayed, But With Explosive Results, New Study

    I'm not sure which is stranger, that somebody actually studied this (the results seem pretty intuitive to me), or the fact the results are a "big deal".
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Jordan Guest

    Re: Random Network Connectivity Can Be Delayed, But With Explosive Results, New Study

    In the life of many successful networks, the connections between elements increase over time
    I read the whole thing and it seems like this first sentence is the sum of the entire article, which seems like common sense.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Random Network Connectivity Can Be Delayed, But With Explosive Results, New Study

    It's a little more complicated than that. The real key is towards the end of the article. If you pick the connections at random (assume no double connections), then the size of each connected set of node will grow in a more or less linear rate at the beginning, and accelerate slowly as the nodes start to hook into each other.

    Consider a set of 64 nodes:
    By random activity, the average number of nodes per group after 32 links would be around 2 with around 32 groups. After 64 links, you would start getting loops within groups, so you might be at 3 and 24 groups. and after 96 links you might be at 4.5 and 16 groups.

    However, with the suppression approach, it might grow more like 2&32, 2.5&28, 3&24. What's happening is the nodes are encouraged to not join each other, but instead form internal loops. However, what happens is that the internal loops will result in an unsustainable situation where they will suddenly not have much left in the way of internal loops to form, so the small groups will suddenly start merging at a later time than normal.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Using a random function to generate another random funtion
    By Roger in forum General Programming
    Replies: 11
    Last Post: 08-23-2010, 08:07 AM
  2. Need a help with DB connectivity
    By damian in forum Database & Database Programming
    Replies: 7
    Last Post: 08-31-2009, 06:33 AM
  3. Linux connectivity with XP
    By temi in forum Linux Networking
    Replies: 2
    Last Post: 03-30-2008, 04:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts