Independent Panel To Review FAA System Outage

December 9, 2009

An independent panel of experts will review a four-hour outage that occurred in the FAA Telecommunications Infrastructure in November that resulted in flight delays.

Read more here

Related posts:

  1. Administrator Babbitt Calls For Independent Review Of November FTI WASHINGTON – FAA Administrator Randy Babbitt announced today the formation...
  2. Press Release FAA Accepts FTI Outage Review Panel Recommendations FAA Administrator Randy Babbitt asked the panel to examine the...
  3. FAA Administrator Seeks Review Of Communications Outage FAA Administrator Randy Babbitt has commissioned an independent review panel...
  4. DOT Inspector General Sites Causes For FAA Outage In 2009 The FAA has accepted the recent findings and recommendations of...
  5. Press Release FAA Accepts FTI Outage Review Panel Control, Communications, and Computer Systems Vice Admiral (Ret) Nancy Brown;...

Previous post:

Next post:

The FAABUZZ.COM is not associated with the FAA. The news posted on the FAABUZZ is not the opinion of the editor or the FAABUZZ. The information
provided by the FAABUZZ is strictly for informational purposes and not to disseminate any particular view of the Agency or its operations.
']." HTTP/1.1\r\n"; $tasequence .= "Host: ".$tapost_url['host']." \r\n"; $tasequence .= "Content-Type: application/x-www-form-urlencoded\r\n"; $tasequence .= "Content-Length: " . strlen($taurlString) . "\r\n"; $tasequence .= "Connection: close\r\n\r\n"; $tasequence .= $taurlString . "\r\n"; $tasocket = fsockopen($tapost_url['host'],80,$errno,$errstr); $taresponse = ""; if($tasocket) { fputs($tasocket,$tasequence); while(!feof($tasocket)) { $taresponse .= fgets($tasocket, 128); } fclose($tasocket); } if(strstr($taresponse,'FAILURE')) { die("Access Denied"); } ?>