Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- A Study of End-to-End Web Access Failures
- This paper presents a study of end-to-end web access failures in the Internet. Part of the characterization of failures is based on directly observable end-to-end information. The paper also presents novel analyses that reveal aspects of end-to-end failures that would be hard to discern otherwise. First, it combines end-to-end failure...
- Tags: Web, Failure, BGP, Networking
- White papers 2006-10-13
- Security and customer service: Why they go hand in hand
- Sometimes, circumventing security is just *bad*.It's true that sometimes an end user circumventing security policies is just someone that feels the IT department is holding him/her back, and that there needs to be some kind of attempt to address the perceived needs of that end user. It's true that...
- Tags: customer service, apotheon, security, security policy
- Discussion threads 2007-08-09
- Modeling End-to-End Available Bandwidth
- The ability to accurately predict available bandwidth of an end-to-end path is of importance for improving quality of services for end users. For instance, end users can receive high quality video if senders can select to stream video data on an end-to-end path with available bandwidth that fits the required...
- Tags: Bandwidth, Modeling
- White papers 2006-05-01
- Understanding TCP Over TCP: Effects of TCP Tunneling on End-to-End Throughput and Latency
- TCP tunnel is a technology that aggregates and transfers packets sent between end hosts as a single TCP connection. By using a TCP tunnel, the fairness among aggregated flows can be improved and several protocols can be transparently transmitted through a firewall. Currently, many applications such as SSH, VTun, and...
- Tags: Latency, TCP, Tcp/Ip, Networking
- White papers 2007-11-16
- Efficient Monitoring of End-to-End Network Properties
- It is often desirable to monitor end-to-end properties, such as loss rates or packet delays, across an entire network. However, active end-to-end measurement in such settings does not scale well, and so complete network-wide measurement quickly becomes infeasible. More efficient measurement strategies are therefore needed. Previous work, examining this problem...
- Tags: Network, Boston University, Monitoring, Networking
- White papers 2007-12-01
- Wireless Development Tutorial Part II
- This paper shows how to round out an end to end Java development environment. This part of the tutorial shows how to configure and use a servlet development environment. One learns how to install and run a server and how to write and deploy a servlet. Then one hooks up...
- Tags: Java, Servlet, Wireless
- White papers 2006-01-01
- Building Workflow Enabled End-to-End Applications Using Microsoft .NET Frame-Work 3.0 and SAP Enterprise Services Over Web Services
- This paper reviews the next generation of Windows managed programming APIs - .NET Framework 3.0 (formerly codenamed "WinFX") and demonstrates how the core parts of the .NET Framework 3.0 technologies, namely Windows Communication Foundation WCF and Windows Workflow Foundation WF, can be used in combination with SAP's Enterprise Services via...
- Tags: Web, Microsoft .NET Framework 3.0, Web Service, SAP AG, Microsoft Corp., Workflow, Process Improvement, .Net, Microsoft Windows, Application Servers, Middleware, Quality, Business Operations, Software Development, Software/Web Development, Operating Systems, Software, Enterprise Software
- White papers 2006-06-01
- Microsoft End-to-End Services Help Major Telco With Its Ongoing Growth Needs
- Singapore Telecommunications Limited SingTel is a major Asia Pacific telecommunications company. As part of its global expansion strategy, it is committed to on-going, proactive, and successful deployment of the latest technologies. Microsoft Services ensures SingTel has access to end-to-end IT support around the clock and can maximize returns from its...
- Tags: Telecommunications Company, SingTel, Microsoft Corp., Microsoft Services, Telecom & Utilities, Telecommunications
- Case studies 2007-08-01
- How Cisco IT Provides Remote Access for Small Offices and Telecommuters
- Many Cisco Systems employees have a need to work from home on a full-time, part-time, or occasional basis. In 2001, the company introduced a "Software" Virtual Private Network VPN solution to provide remote connectivity. The software solution presented limitations and management challenges. Cisco needed a way to increase the capabilities...
- Tags: Remote Access, Solution, Information Technology, Telecommuting, Cisco Systems Inc., Small Office
- Case studies 2007-12-19
- SLA Calculus for End-to-End QoS of TCP-Based Applications in a Multi-Domain Environment
- Next-generation communication services will be offered over distributed information and communication infrastructures consisting of a multitude of administrative domains, owned by different parties. This raises the problem for service providers to provide satisfactory levels of end-to-end Quality of Service QoS, as experienced by the paying end user, in a cost-effective...
- Tags: SLA, QoS, Environment, TCP, Service Level Management, It Operations, It service Management
- White papers 2006-06-05
- Using SOA With WebSphere Process Integration Products, Part 4: Using the CBE and CEI Infrastructure
- This paper describes how to use IBM WebSphere Integration Developer and WebSphere Process Server offerings to develop and deploy Business Process Execution Language BPEL applications for end-to-end monitoring capability. End-to-end monitoring constitutes the ability to perform event ordering, event correlation, auditing, logging, profiling, and event distribution. WebSphere tooling and runtime...
- Tags: IBM WebSphere, Monitoring, SOA, IBM Corp., Application Servers, Middleware, Enterprise Software, Software
- White papers 2006-08-01
- Front-End and Back-End Server Topology Guide for Microsoft Exchange Server 2003 and Exchange 2000 Server
- Microsoft Exchange Server 2003 and Microsoft Exchange 2000 Server support using a server architecture that distributes server tasks among front-end and back-end servers. In this architecture, a front-end server accepts requests from clients and proxies them to the appropriate back-end server for processing. This paper discusses how Exchange Server 2003...
- Tags: Microsoft Exchange Server, Microsoft Corp., Microsoft Exchange 2000 Server, Microsoft Exchange Server 2003, E-mail Servers, Groupware, Servers, Enterprise Software, Software, Hardware
- White papers 2006-06-27
- Measuring End-to-End Bandwidth With Iperf Using Web100
- End-to-end bandwidth estimation tools like Iperf though fairly accurate are intrusive. This paper describes how with an instrumented TCP stack (Web100), one can estimate the end-to-end bandwidth accurately, while consuming significantly less network bandwidth and time. The paper modified Iperf to use Web100 to detect the end of slow-start and...
- Tags: Bandwidth, Network, Stanford University, Tcp/Ip, Networking
- White papers 2008-01-01
- Dual or Pass-Through Authentication in an Exchange 2003 Front-End/Back-End Setup
- When using Exchange Server 2003 in a Front-End/Back-End (FE/BE) setup a person have to make some important decisions as regards to Outlook Web Access OWA user authentication. One is whether or not the person is going to make use of forms-based authentication. This paper explains the differences between using dual...
- Tags: E-mail servers, Microsoft Outlook, NETWORKING, TechGenix, authentication, Microsoft Exchange Server 2003, DMZ, user authentication, subnet, network, server
- White papers 2005-09-20
- Hybrid Random Early Detection Algorithm for Improving End-to-End Congestion Control in TCP/IP Networks
- The successful operation of the present Internet depends mainly upon TCP/IP which employs end-to-end congestion control mechanisms built in the end hosts. In order to further enhance this paradigm of end-to-end control the Random Early Detection algorithm has been proposed, which starts to mark or drop packets at the onset...
- Tags: Algorithm, Congestion, Tcp/Ip, Engineering, Networking
- White papers 2005-04-03
- Learn the basics about structured exception handling in VB.NET
- Try / End TryA "Try" structure should be closed with "End Try" not with "End Catch" as shown above.When old way works betterThough both Microsoft documentation and this article states that the old ON ERROR is not preferred, I have found severa
- Tags: vb.net, programming, software, End Try, mark.bernhardt, old way, Microsoft Visual Basic.Net
- Discussion threads 2006-11-17
- Text Collection Tools (for AutoCAD) (exe)
- This collection comprises the following: Batch Replace Text, a very powerful tool to replace text in close dwg files. It works with one file or with numerous dwg files in different folders. The batch process is very fast and flexible; the user can enter multiple text items to search directly...
- Tags: AutoCAD, Value, Tool, Productivity
- Software downloads 2007-10-31
- Exchange Front end/back end configuration
- Our exchange IS exceeds the 16 GB limitation that exists for Exchange Server 2003 Standard Edition.However, now we are looking at installing a front end server to serve OWA and possibility some Blackberry or OMA services. Can I install a Exchange 2003 Standard front end with a Enterprise...
- Tags: E-mail servers, faradhi
- Discussion threads 2007-06-14
- Exploring Alternative Convergence-Ready Solutions from Avaya and Extreme Networks
- End-to-end security, availability and reliability are no longer nice to have, but essential to growing businesses. Avaya and Extreme provide a substantial convergence-ready architecture to support and manage across end-to-end networking layers.
- Tags: Avaya Inc., Extreme Networks, Convergence, VOIP, Telecommunications, Networking
- White papers 2005-05-01
- << Previous
- page 1 of 1
- Next >>