2008-04-02

gdt: Kangaroo road sign (Default)

The ABC does peer with Australian ISPs. I know, AARNet does.

The concept that peering is always cheaper than transit is intellectually dodgy. There's very little difference in price in being a member of the Palo Alto Internet Exchange and in taking transit in the PAIX colo facility. That's what you'd expect from competition: all competitors end up near the same price, those with higher prices fall be the wayside.

The difference in price in Australia between peering and transit lies in lack of competition: in undersea capacity, in long-haul capacity and in last mile cabling.

The vulnerability of undersea cables to damage means there are good non-economic reasons for government to insist on peering of major Australian ISPs. We just haven't seen a government which understands the issues enough to do that: I think the ACCC understands the issues, but the power to direct a particular network design lies with ACMA and they have a very "the market will decide" hands-off approach. As voice moves to VoIP an undersea outage won't just effect communications to the USA, but cross-network Australian voice traffic as well as cross-network Australian Internet traffic.

People don't understand how complex billing systems are. It's much better to have a few categories of charge and let the differences in costs within a category underwrite the headline charge. Then the billing system is much simpler. For the reverse scenario see traditional telephony. About 25% of the call costs are incurred by the call's billing. ISPs don't see themslves winning sales by having complex plans which pass on all cost categories to the customer but increase the overall charge by 25%.

This discussion also lacked some understanding of costs. ISPs are paying for the links into Ultimo (or to another peering point which passes on the ABC traffic, such as PIPE). The ABC are just looking at interfaces. A J-series router can present 24 optical interfaces at about $2K each, or you can use a switch at $2K for the chassis plus optics.

gdt: Kangaroo road sign (Default)

For various reasons it's a good idea to re-partition and re-format new flash memory prior to first use.

Delete the existing partition table and create a new one.

# fdisk /dev/sdb

Command (m for help): d
Selected partition 1

Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-16384, default 1): 1
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-16384, default 16384): 16384
Using default value 16384

Command (m for help): t
Selected partition 1
Hex code (type L to list codes): 6
Changed system type of partition 1 to 6 (FAT16)

Command (m for help): p
Disk /dev/sdb: 2013 MB, 2013265920 bytes
16 heads, 15 sectors/track, 16384 cylinders
Units = cylinders of 240 * 512 = 122880 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sdb1 1 16384 1966072+ 6 FAT16

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: If you have created or modified any DOS 6.x
partitions, please see the fdisk manual page for additional
information.
Syncing disks.

Now create a vanilla MS-DOS/Windows filesystem upon that new partition.

# mkfs -t vfat -F 16 -n 'YOUR-NAME' /dev/sdb1
mkfs.vfat 2.11 (12 Mar 2005)

If your USB disk is suddenly of much less capacity you may want to return it to Dodgy Brothers.

Profile

gdt: Kangaroo road sign (Default)
Glen Turner

September 2021

S M T W T F S
   1234
567891011
121314151617 18
19202122232425
2627282930  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated 2025-06-19 22:07
Powered by Dreamwidth Studios