Alcatel-Lucent Unveils Its Latest Intelligent Fabric Switch
Welcome the OmniSwitch 6900-X72.
Welcome the OmniSwitch 6900-X72.
Savvius has launched a new monitoring appliance, Insight, that integrates with Splunk and can capture packets for forensic analysis.
The post Savvius Launches Low-Cost Monitoring, Packet Capture Appliance appeared first on Packet Pushers.
New Citrix white paper on how to maximize multitenancy and build robust cloud-based data centers. Read more here.
A recent impact report from 451 Networks calls the move to port Open Netvisor Linux OS onto Dell’s Open Networking switches “great” for customers. Find out why.
Looking at https://tools.ietf.org/html/rfc1323 there is a nice title: 'TCP Extensions for High Performance'. It's worth to take a look at date May 1992. Timestamps option may appear in any data or ACK segment, adding 12 bytes to the 20-byte TCP header.
Using TCP options, the sender places a timestamp in each data segment, and the receiver reflects these timestamps back in ACK segments. Then a single subtract gives the sender an accurate RTT measurement for every ACK segment.
To prove this let's dig into kernel source:
./include/net/tcp.h:#define TCPOLEN_TSTAMP_ALIGNED 12
./net/ipv4/tcp_output.c:static void tcp_connect_init(struct sock *sk)
...
tp->tcp_header_len = sizeof(struct tcphdr) +
(sysctl_tcp_timestamps ? TCPOLEN_TSTAMP_ALIGNED : 0);
The Datanauts and Howard Marks serve up a buffet of storage topics, including the pros and cons of all-flash and hybrid arrays, the ins and outs of cloud and object storage, and what's up with Virtual Volumes.
The post Datanauts 012: The Scintillating Storage Smorgasbord appeared first on Packet Pushers.
Amdocs tells Tier 1s: Get with the program and deploy vCPE.
A 15% growth outlook might have been a little much.
DT, Vodafone, Orange, and Verizon tell production tales of NFV.