The Flattening Internet Topology: Natural Evolution, Unsightly Barnacles or Contrived


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News The Flattening Internet Topology: Natural Evolution, Unsightly Barnacles or Contrived
# 1  
Old 05-22-2008
The Flattening Internet Topology: Natural Evolution, Unsightly Barnacles or Contrived

HPL-2008-47 The Flattening Internet Topology: Natural Evolution, Unsightly Barnacles or Contrived Collapse? - Gill, Phillipa; Arlitt, Martin; Li, Zongpeng; Mahanti, Anirban
Keyword(s): Internet, topology, content providers, private WAN, measurement
Abstract: In this paper we collect and analyze traceroute measurements 1 to show that large content providers (e.g., Google, Microsoft, Yahoo!) are deploying their own wide-area networks, bringing their networks closer to users, and bypassing Tier-1 ISPs on many paths. This trend, should it continue and be ad ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Fastest alternatives to flattening a non-uniform nested array with regex?

Hello, I'm looking at simplfying a function that flattens an array, it uses recursion and filters objects by type but this seems to be a waste of resources to me at least, using conditionals like this seems like a bad idea. The array can be a generic type, int, string, float but not some... (2 Replies)
Discussion started by: f77hack
2 Replies

2. UNIX for Dummies Questions & Answers

Network Topology Discovery

Hello All! New Unix admin here, with a bit of a problem I can't seem to get a straight answer to.. I've been tasked with mapping out the topology (with IPs/Hostnames) of networks...remotely. So, I have SSH access to firewalls, but that's about as far as I can get - how would I go about... (4 Replies)
Discussion started by: Tiyugro
4 Replies

3. Infrastructure Monitoring

Discovering Network Topology

Hi all, I am tasked to write a program that learns all possible paths between each pair of nodes in an internetwork. I am not an expert in the area of IP networking/routing. I have been reading about this the last few days. If you know of examples that are close to what I am trying to do, I would... (4 Replies)
Discussion started by: nzeidat
4 Replies
Login or Register to Ask a Question
evolution(1)							   User Commands						      evolution(1)

NAME
evolution - start Ximian Evolution, Sun Microsystems Edition SYNOPSIS
evolution [--debug=filename] [--force-shutdown] [--help] [--no-splash] [--offline] [--online] [--usage] [URI] DESCRIPTION
Evolution is a personal and workgroup information management solution for Linux and UNIX-based systems. Evolution integrates email, calen- dar, contacts, and task list management in one application. Evolution provides full support for several data exchange and communications standards, such as IMAP, POP, SMTP, LDAP, iCalendar, and vCard. Evolution enables tight integration with Sun ONE Messaging and Calendar Servers and other messaging systems. EXTENDED DESCRIPTION
Evolution uses the following gconf options: use_http_proxy This option enables Evolution to get weather or news information through the proxy server. To set this option, execute the following command: % gconftool-2 --type=bool --set /system/http_proxy/use_http_proxy "TRUE" host This option sets the hostname of the proxy server. To set this option, execute the following command: % gconftool-2 --type=string --set /system/http_proxy/host "host_name" port This option sets the port number of the proxy server. To set this option, execute the following command: % gconftool-2 --type=int --set /system/http_proxy/port "port" OPTIONS
The following options are supported: --debug=filename Save all debug messages in filename. --force-shutdown Forcibly shut down all Evolution components. --help Display help text. You can also use -? to specify this option. --no-splash Disable splash screen. --offline Start in offline mode. --online Start in online mode. --usage Display brief usage text. OPERANDS
The following operands are supported: URI The name of the physical storage folder. Evolution implements four different types of storage: local storage, IMAP server storage, LDAP server storage, and vFolder storage. EXAMPLES
Example 1: Launching Evolution example% evolution Example 2: Launching Evolution and Displaying the Local Inbox example% evolution evolution:/local/Inbox Example 3: Sending an Email example% evolution mailto:someone@somewhere.com EXIT STATUS
The following exit values are returned: 0 Application exited successfully 1 Application exited with failure FILES
The following files are used by this application: /usr/bin/evolution Executable for Evolution application /usr Per-system configuration files for Evolution /etc Per-system configuration files for bonobo-activation integration /usr/share/applications Per-system configuration files for GNOME desktop integration $HOME/evolution Per-user configuration files and local storage for Evolution $HOME/.gconf Per-user configuration files for gconf $HOME/evolution/mail/account/folders Temporary files for Evolution mail $HOME/evolution/sunone/account/folders Temporary files for Evolution Sun ONE account ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC | +-----------------------------+-----------------------------+ |Availability |SUNWevo | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+ |Interface stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT safe with Exceptions | +-----------------------------+-----------------------------+ SEE ALSO
Ximian Evolution Sun Microsystems Edition User Guide gconftool-2(1) NOTES
This man page was originally written by Ximian Inc. Updated by Cynthia Gu, Sun Microsystems Inc., 2003. SunOS 5.10 8 Oct 2003 evolution(1)