Comparisons between HTCP and GridFTP over file transfer

Size: px
Start display at page:

Download "Comparisons between HTCP and GridFTP over file transfer"

Transcription

1 Comparisons between HTCP and GridFTP over file transfer Andrew McNab and Yibiao Li Abstract: A comparison between GridFTP [1] and HTCP [2] protocols on file transfer speed is given here, based on experimental results collected from transferring files to various destinations via HTCP protocol and GridFTP protocol. Mean value and standard deviation are used in the statistical analysis of the results, and a percentage offset analysis is introduced for the analysis of sets of the experimental data. The comparisons between the HTTP [3] and FTP [4] protocols over file transfer are also discussed here. The results show that HTCP file transfer is slightly faster than GridFTP file transfer in average. Keywords: HTCP, GridFTP, file transfer, percentage offset Background Both HTCP and GridFTP were developed as grid computing [3] client side tools. GridFTP is a high performance, secure, reliable data transfer protocol optimized for high bandwidth wide area networks. The GridFTP protocol is based on FTP, and is extended it with facilities such as multistreamed transfer, autotuning and Globus based security. GridFTP supports the following features: Grid Security Infrastructure (GSI) and Kerberos support, third party control of data transfer, parallel data transfer, striped data transfer, partial file transfer, automatic negotiation of TCP buffer/window sizes, support for reliable and restartable data transfers. HTCP is developed as part of a family of Unix commands for performing file operations on remote HTTP and HTTPS fileservers. In particular, these commands provide client side support for the GridSite extensions to the Apache web server, include GSI proxies, authorization by X.509 certificate, PUT / DELETE / MOVE support, and GridHTTP bulk data transfers. It also supports: third party control of data transfer, partial file transfer and parallel data transfer. So there are great similarities between these two protocols (software tools). But the fundamental difference is that GridFTP is based on FTP protocol but HTCP is based on HTTP(S) protocol. The difference in file transfer mode between HTTP and FTP brings on the difference in file transfer mode between HTCP and GridFTP. GridFTP, following FTP, occupies two TCP channels to transfer file, one channel is used for the purpose of control and another is used for data transfer, while HTCP, following HTTP, normally uses one TCP channel for file transfer. Because HTCP and GridFTP are developed basing on HTTP and FTP, respectively, and there are few articiles or reports on the comparisons of these two protocols over the file transfer, so we start with comparing HTTP to FTP, and hope the comparison can be extended to the comparison between HTCP and GridFTP. Due to the complexities of HTTP and FTP protocols [5] [6], as well HTCP and GridFTP protocols, it is

2 almost impossible for us to compare each pair in theory and then give a conclusion of which protocol is better in file transfer. Instead, we choose to do speed tests to collect as much data as we can, then give a result based on the statistical analysis. Note the fact that the network traffic is various from time to time, and the capacities of the hardwares, such as computer CPU, memory and network device, can affect the network transformation, that means the test results may be various from time and test computer, so trying to build a fair environment for the test is critical for our test. And due to this reason, it is impossible for us to do a quantitative analysis and finally to give an exact result. Also, both FTP and HTTP are general protocols, lots of software tools derived from each protocol. Any attempt to compare these two protocols is unwise, but as we demonstrate in the later sections, the comparison between particular pair derived from these two protocols is feasible. Mathematical analysis methods To analyze the test results, we will use the following mathematical methods. The mean value is average of the numbers while the standard deviation tells how much variation of a set of values is from its average. Percentage offset and distribution To analyze a single set of data, the mean value and the standard deviation may be enough. However, as you will see in the following sections, we will combine many sets of data to do the analysis, because different set of data has its own range, it is quite difficult for us to put different set of data together, then apply a mathematical method to do analysis. Now we introduce a percentage offset, defined as a file transfer speed s percentage offset from the mean value of its set of data. For example, if we collect a set of file transfer speed data over HTTP for a specified server and a specified client, Where j stands for the j th test for file transfer over HTTP, and n j is the number of the test data collect from the j th test. Thus once we specified a value V j1, the offset percentage data of this sequence from the specified value M j1 will be:, Mean value and standard deviation Supposed that N times of test have been done and the test results (file transfer time) are: x 1, x 2,..., x N, then the mean value of the test result is defined as: Where. Similarly, for j th test of the file transfer over FTP, the speed data: and the standard deviation is defined as: Where j stands for the j th test for file transfer over FTP, and m j is the number of the test data collect from the j th test. Thus once we specified a value V j2, the offset percentage data of this sequence from the specified value V j2 will be:

3 where To compare two sequences H j and F j, we define: Where So the comparison will be based on the same value V j for the j th test. Based on the percentage sequence, we can do two comparisons. One is the general offset, can be calculated by the sum of the sequence, which gives the speed comparison. Another is the distribution comparison, specifying a percentage value P, and counting on the numbers in the H and F sequences, when the α ji or β ji is smaller than P. The comparison gives the possibilities for transfer speed over one protocol to be faster than another one. Let us apply this method to one of the tests now. HTTP vs. FTP The original HTTP (version 0.9) provided a way to publish or retrieve hypertext pages, now it (version 1.1, 1.2) is extended to transfer or convey information on intranet and the World Wide Web. FTP or File Transfer Protocol is used to transfer data from one computer to another over the Internet, or through a network. Specifically, FTP is a commonly used protocol for exchanging files over any network that supports the TCP/IP protocol (such as the Internet or an intranet).., There are a lot of criticisms on FTP about its security issue, such as two TCP/IP connections, conflicting with firewall, etc. People turn to utilize HTTP(S) to do file transfer. The advantages of file transfer over HTTP(S) are obvious: occupying only one TCP/IP connection, persistent connection, no more cost on server etc. Though there are a lot of arguments about the file transfer speed over HTTP(S) comparing to FTP, we cannot find quantitative analysis on this issue so far. The common answer on internet is FTP is a more efficient protocol for transferring larger files, whereas HTTP is more efficient for smaller files. Theoretically, both HTTP and FTP are located in the application layer in the ISO/OSI standard model [12], and in practise both are implemented basing on the TCP connections (note that HTTP(S) does not constrain to use TCP/IP connection, it can also deploy other connections, but most popular HTTP (S) products are using TCP/IP connection). Supposed two same size packages are transferred though the same TCP connection under the same network traffic condition, there should not be the delivering time difference in theory. But HTTP and FTP have different mechanisms to utilize the TCP connection, causing the transfer speed s difference. To measure the difference of file transfer speed over between HTTP and FTP is quite difficult. An analysis [9] of RTT (round trip time), comparing FTP sequence diagram [11] to HTTP sequence diagram [10], shows that HTTP is slightly faster than FTP during TCP calling, but there are still many other mechanisms for file transfer over each of two protocols, so the RTT analysis cannot make a conclusion. Instead of struggling to compare these two protocols in theory, we do some experiments in practice. After building an environment, and collecting data of file transfer speed over HTTP and FTP, we analyze the speed data and try to find a conclusion.

4 To build a fair circumstance to do the test, we equipped a computer with HTTP server and FTP server as a test server. Then using C, together with LIBCURL [10] API and multithreading technology [11] to write a client test tool, the flowchart of the test tool is shown in Fig 1. LIBCURL provides low level programming for file transfer over HTTP and FTP, and multi threading technology enable us to start HTTP and FTP file transfer simultaneously. Before doing the tests, we copy the file to be transferred into two directories, one can be fetched through HTTP and another can be fetched by FTP. Then test tool transfers two files (actually the same file) to a destination over HTTP and FTP, certainly, two files are saved in either different name or different locations. This ensures that there is no confliction on either source server side or destination side during file IO, and also ensure that the file is transferred under the same network traffic conditions. So the test is under the fair conditions for HTTP and FTP. Figure 1: a flow chart of test tool to collect data from file transfer over HTTP and FTP, respectively. Local network test Before doing the remote network test, let us do it in a local network, which has few network traffic congestions. We execute the client test tool in a computer within the server s local network; the collected data are plotted in Figure 2.

5 Figure 2: a plot of results for comparison of 1 megabyte file transfer over HTTP and FTP protocols. Red line for HTTP transfer and blue line for FTP transfer. File transfer speed over HTTP is drawn in red and FTP in blue. Fig.2 shows the file transfer speed when a 1megabyte file was repeatedly transferred for 100 times within a local network over HTTP and FTP. At the points 3, 22, 31 and 86, the speed curves for both HTTP and FTP are jumped up to the levels far from the averages, the file transfer speeds slow down, because there are some other the network traffics at these points. Apart from these points, we can see that the speed curves for HTTP and FTP are both nearly flat, there are few oscillations. In this test, the file transfer speed over HTTP is faster than the speed over FTP, and the file transfer speed over HTTP is coincide to the file transfer speed over FTP. Another test for a 100 megabytes file to be transferred within a local network gives the similar conclusions as shown in Fig. 3. Because the file transfer time for a 100 megabyte file is longer than the time for a one megabyte file and the transfer of the 100 megabyte file increases the network traffic, so the oscillations are more in Fig 3 than in Fig 2, but it can be obviously seen that file transfer speed over HTTP coincides with the speed over FTP, in average, the file transfer speed over HTTP is faster than the speed over FTP. Figure 3: a plot of results for comparison of 100 megabyte file transfer over HTTP and FTP protocols. Red line for HTTP transfer and blue line for FTP transfer. File transfer speed over HTTP is drawn in red and FTP in blue. From the above two tests, we know that 1. The transfer speeds over HTTP or FTP are stable if no disturbance. 2. The transfer speed over HTTP should coincide with the transfer speed over FTP. Though the above two tests show that the file transfer speed over HTTP is faster than the speed over FTP, but we cannot draw a conclusion just from these two tests, because we cannot predict the result after the environment changes, for example, what if the server is changed, the network devices are changed or the test tool is reprogrammed. Grid network test The local network tests over HTTP and FTP have been shown in the previous section, before extending the tests to the comparison over GridFTP and HTCP, we will present the tests over HTTP and FTP in grid network. Similarly, we equip a grid node with a HTTP and FTP server, and use the client test tool mentioned in last section to download a specific file over HTTP and FTP at the same time, and then collect the

6 speed data. In practise, we use the GridPP as test environment; note that the grid nodes are distributed world widely, so the routes on which the files are transferred may consist of tens or hundreds of computers or network devices, that means the network traffic becomes more complicated in the grid network that it in local network. Choose a different client or server, the test results may vary in a quite big range. Figure 4: a plot of results of 100 megabyte file transfer over HTTP and FTP in Grid Network. Red triangle for HTTP transfer data and blue diamond for FTP transfer data. The test environment is similar to the local network test, but here, the clients are chosen from grid nodes that have CURL command available (actually, it comes with most of the recently popular LINUX/Unix). By turn we transfer files over HTTP and FTP with CURL command, note that we put the same file under HTTP and FTP directories, and record the transferring times, respectively. Then repeated it for a specified times, for example, 20 times, and collected the speed data of the files to be transferred. After we do enough times of test and get enough data, we can analyse the data, and see which way between CURL HTTP and CURL FTP is the best regarding the file transfer. However, the test on a particular client can be considered as a particular case, to draw a general conclusion, we must do as many tests on different clients as we can. In practise, tens of clients distributed in differently geographic locations are chosen to do the tests. Fig.5 shows a plot of mean speeds of the tests. It is clearly seen that though the transfer speeds change up and down through the tests, but the speeds over HTTP and FTP well coincides just as shown in previous section. CURL command tests We present tests of comparison of file transfer between HTTP and FTP in the previous sections. The results may not be convinced due to the test tool built by authors. Now let us turn to CURL command. CURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, etc. Because it is open source command and long time being popularly used, it should be well coincided with HTTP and FTP protocols. So we will test the file transfer speed using CURL command instead of the test tool. Figure 5: A plot of mean speeds for the test using CURL HTTP and CURL FTP. Red stars stand for the mean values collected by CURL HTTP, while blue circles stand for the mean values collected by CURL FTP. From the comparison of mean values of the transfer speed over HTTP and FTP by using CURL command, we can see that in most of cases, the speeds are equivalent. Occasionally, the mean

7 speeds between CURL HTTP and CURL FTP have differences, for example, in tests 3 and 6 in Fig.5. Contrasting to the standard deviations (Fig. 6), we find that when the mean values between the CURL HTTP and CURL FTP have obvious differences, for example, in test 3 and 6 in the Fig. 5, the related tests have big standard deviations. As known, the big deviation is normally caused by some abnormal data (far from the mean value). Here the big standard deviations are caused by the unusual file transfer speeds, due to the unstable network states. Figure 7: A plot of percentage offsets of the speeds collected from CURL HTTP and CURL FTP tests. The red stars stand for the CURL HTTP speed offsets, the blue circles stand for the CURL FTP speed offsets. Figure 8: A plot of distribution of the file transfer speed for CURL command over HTTP and FTP. The red bars stand for the percentage data of the speeds over HTTP, the blue bars stand for the percentage data of the speeds over FTP. Figure 6: A plot of standard deviations for the speed test using CURL HTTP and CURL FTP. The red stars standard the standard deviation calculated from the data collected by CURL HTTP, the blue circles, by CURL FTP. HTCP vs. GridFTP Following the CURL tests in Grid network, we present the HTCP and GridFTP test in grid network here. Using the same test environment in previous section, changing the CURL command for file transfer over HTTP to HTCP and CURL command for file transfer over FTP to GridFTP, we can perform the tests, and the test plots of mean values, standard deviations, percentage offsets and distribution are shown in the figures 9 12, separately.

8 Figure 10: A plot of standard deviations for the speed test using HTCP and GridFTP. The red stars standard the standard deviation calculated from the data collected by HTCP, the blue circles, by GridFTP. Figure 9. A plot of mean values of file transfer speeds collected from the tests fetching the same file using HTCP and GridFTP from the various Grid nodes. The red star shows the mean speed collected from HTCP test and the blue circle shows the mean speed collected from the GridFTP test. Figure 9 clearly shows that the HTCP mean speeds and GridFTP mean speeds are quite close, and at most nodes, the HTCP mean speed is slightly faster than GridFTP mean speed. But from figure 10, the plot of standard deviation, we know that the HTCP transfer has the bigger standard deviation than GridFTP transfer. From mathematical analysis, the bigger standard deviation is caused by either only the values are far from the mean value at some individual points or the most values are away from the mean value. Figure 11 shows that fewer HTCP percentage data are far from the mean value, so we know that HTCP file transfer has more chances away from mean value. Figure 11: A plot of percentage offsets of the speed data collected from HTCP and GridFTP tests. The red stars stand for the HTCP speed offsets, the blue circles stand for the GridFTP speed offsets. Figure 12: a plot of distribution of the file transfer speed for HTCP and GridFTP. The red bars stand for the percentage data of the speeds over HTCP, the blue bars stand for the percentage data of the speeds over GridFTP.

9 Conclusions In previous sections, we have compared the file transfer speeds between HTTP and FTP, CURL HTTP and CURL FTP, as well as HTCP and GridFTP. The comparison between HTTP and FTP tells that the HTTP and FTP, both as application layer protocols, sharing the lower layer TCP connection during the file transferring, are affected similarly by the network traffic. The comparison between CURL HTTP and CURL FTP, shows that the speeds for using the CURL command to transfer file over between HTTP and FTP are almost levelled, the speeds under unstable network status cannot be predicted. And the comparison between HTCP and GridFTP shows that as a UNIX/LINUX commands, HTCP can transfer files slightly faster than GridFTP in average. As well known, the GridFTP can only operate files on or between GridFTP server(s), which have been installed the GridFTP package, and the user computer, is also required to install a GridFTP client package. However, the HTCP command can operate files on a normal website or Gridsite node, the user computer, need only to install a HTCP command, is easier to use than GridFTP. [1] GridFTP information entry [2] HTCP information entry [3] HTTP information page [4] FTP information page [5] RFC 2616 Hypertext Transfer Protocol HTTP/1.1, UC Irvine, J. Gettys, J. Mogul, DEC & H. Frystyk, T. Berners Lee, MIT/LCS, Jan 1997 [6] RFC 959 File Transfer Protocol (FTP). J. Postel, J. Reynolds. Oct [7] FTP Sequence Diagram [8] HTTP Sequence Diagram [9] perf/ RTT analysis to compare HTTP and FTP [10] libcurl introduction [11] Multi threading technology. [12] ISO/OSI model and some protocols

GridFTP: A Data Transfer Protocol for the Grid

GridFTP: A Data Transfer Protocol for the Grid GridFTP: A Data Transfer Protocol for the Grid Grid Forum Data Working Group on GridFTP Bill Allcock, Lee Liming, Steven Tuecke ANL Ann Chervenak USC/ISI Introduction In Grid environments,

More information

Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago

Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago Globus Striped GridFTP Framework and Server Raj Kettimuthu, ANL and U. Chicago Outline Introduction Features Motivation Architecture Globus XIO Experimental Results 3 August 2005 The Ohio State University

More information

Web Service Robust GridFTP

Web Service Robust GridFTP Web Service Robust GridFTP Sang Lim, Geoffrey Fox, Shrideep Pallickara and Marlon Pierce Community Grid Labs, Indiana University 501 N. Morton St. Suite 224 Bloomington, IN 47404 {sblim, gcf, spallick,

More information

Network setup and troubleshooting

Network setup and troubleshooting ACTi Knowledge Base Category: Troubleshooting Note Sub-category: Network Model: All Firmware: All Software: NVR Author: Jane.Chen Published: 2009/12/21 Reviewed: 2010/10/11 Network setup and troubleshooting

More information

PRODUCTIVITY ESTIMATION OF UNIX OPERATING SYSTEM

PRODUCTIVITY ESTIMATION OF UNIX OPERATING SYSTEM Computer Modelling & New Technologies, 2002, Volume 6, No.1, 62-68 Transport and Telecommunication Institute, Lomonosov Str.1, Riga, LV-1019, Latvia STATISTICS AND RELIABILITY PRODUCTIVITY ESTIMATION OF

More information

Understanding Slow Start

Understanding Slow Start Chapter 1 Load Balancing 57 Understanding Slow Start When you configure a NetScaler to use a metric-based LB method such as Least Connections, Least Response Time, Least Bandwidth, Least Packets, or Custom

More information

High Performance Data-Transfers in Grid Environment using GridFTP over InfiniBand

High Performance Data-Transfers in Grid Environment using GridFTP over InfiniBand High Performance Data-Transfers in Grid Environment using GridFTP over InfiniBand Hari Subramoni *, Ping Lai *, Raj Kettimuthu **, Dhabaleswar. K. (DK) Panda * * Computer Science and Engineering Department

More information

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we

More information

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

More information

Bandwidth Aggregation, Teaming and Bonding

Bandwidth Aggregation, Teaming and Bonding Bandwidth Aggregation, Teaming and Bonding The increased use of Internet sharing combined with graphically rich web sites and multimedia applications have created a virtually insatiable demand for Internet

More information

<draft-luotonen-web-proxy-tunneling-00.txt> February 1998. Tunneling TCP based protocols through Web proxy servers

<draft-luotonen-web-proxy-tunneling-00.txt> February 1998. Tunneling TCP based protocols through Web proxy servers INTERNET-DRAFT Ari Luotonen Expires: August 1998 Netscape Communications Corporation February 1998 Tunneling TCP based protocols through Web proxy servers Status

More information

Internet Content Distribution

Internet Content Distribution Internet Content Distribution Chapter 2: Server-Side Techniques (TUD Student Use Only) Chapter Outline Server-side techniques for content distribution Goals Mirrors Server farms Surrogates DNS load balancing

More information

MANAGING NETWORK COMPONENTS USING SNMP

MANAGING NETWORK COMPONENTS USING SNMP MANAGING NETWORK COMPONENTS USING SNMP Abubucker Samsudeen Shaffi 1 Mohanned Al-Obaidy 2 Gulf College 1, 2 Sultanate of Oman. Email: abobacker.shaffi@gulfcollegeoman.com mohaned@gulfcollegeoman.com Abstract:

More information

Introduction & Motivation

Introduction & Motivation Introduction & Motivation WACREN Network Monitoring and Measurement Workshop Antoine Delvaux a.delvaux@man.poznan.pl perfsonar developer 30.09.2015 This document is a result of work by the perfsonar Project

More information

FAQs for Oracle iplanet Proxy Server 4.0

FAQs for Oracle iplanet Proxy Server 4.0 FAQs for Oracle iplanet Proxy Server 4.0 Get answers to the questions most frequently asked about Oracle iplanet Proxy Server Q: What is Oracle iplanet Proxy Server (Java System Web Proxy Server)? A: Oracle

More information

Network File System (NFS) Pradipta De pradipta.de@sunykorea.ac.kr

Network File System (NFS) Pradipta De pradipta.de@sunykorea.ac.kr Network File System (NFS) Pradipta De pradipta.de@sunykorea.ac.kr Today s Topic Network File System Type of Distributed file system NFS protocol NFS cache consistency issue CSE506: Ext Filesystem 2 NFS

More information

Chapter 1 - Web Server Management and Cluster Topology

Chapter 1 - Web Server Management and Cluster Topology Objectives At the end of this chapter, participants will be able to understand: Web server management options provided by Network Deployment Clustered Application Servers Cluster creation and management

More information

Introduction to Computer Security Benoit Donnet Academic Year 2015-2016

Introduction to Computer Security Benoit Donnet Academic Year 2015-2016 Introduction to Computer Security Benoit Donnet Academic Year 2015-2016 1 Agenda Networking Chapter 1: Firewalls Chapter 2: Proxy Chapter 3: Intrusion Detection System Chapter 4: Network Attacks Chapter

More information

INTERNET SECURITY: THE ROLE OF FIREWALL SYSTEM

INTERNET SECURITY: THE ROLE OF FIREWALL SYSTEM INTERNET SECURITY: THE ROLE OF FIREWALL SYSTEM Okumoku-Evroro Oniovosa Lecturer, Department of Computer Science Delta State University, Abraka, Nigeria Email: victorkleo@live.com ABSTRACT Internet security

More information

First Midterm for ECE374 03/24/11 Solution!!

First Midterm for ECE374 03/24/11 Solution!! 1 First Midterm for ECE374 03/24/11 Solution!! Note: In all written assignments, please show as much of your work as you can. Even if you get a wrong answer, you can get partial credit if you show your

More information

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.1.0.XXX Requirements and Implementation Guide (Rev 4-10209) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis Training Series

More information

Proxies. Chapter 4. Network & Security Gildas Avoine

Proxies. Chapter 4. Network & Security Gildas Avoine Proxies Chapter 4 Network & Security Gildas Avoine SUMMARY OF CHAPTER 4 Generalities Forward Proxies Reverse Proxies Open Proxies Conclusion GENERALITIES Generalities Forward Proxies Reverse Proxies Open

More information

CS 188/219. Scalable Internet Services Andrew Mutz October 8, 2015

CS 188/219. Scalable Internet Services Andrew Mutz October 8, 2015 CS 188/219 Scalable Internet Services Andrew Mutz October 8, 2015 For Today About PTEs Empty spots were given out If more spots open up, I will issue more PTEs You must have a group by today. More detail

More information

Deploying in a Distributed Environment

Deploying in a Distributed Environment Deploying in a Distributed Environment Distributed enterprise networks have many remote locations, ranging from dozens to thousands of small offices. Typically, between 5 and 50 employees work at each

More information

Traffic Analyzer Based on Data Flow Patterns

Traffic Analyzer Based on Data Flow Patterns AUTOMATYKA 2011 Tom 15 Zeszyt 3 Artur Sierszeñ*, ukasz Sturgulewski* Traffic Analyzer Based on Data Flow Patterns 1. Introduction Nowadays, there are many systems of Network Intrusion Detection System

More information

A Talari Networks White Paper. Turbo Charging WAN Optimization with WAN Virtualization. A Talari White Paper

A Talari Networks White Paper. Turbo Charging WAN Optimization with WAN Virtualization. A Talari White Paper A Talari Networks White Paper Turbo Charging WAN Optimization with WAN Virtualization A Talari White Paper 2 Introduction WAN Virtualization is revolutionizing Enterprise Wide Area Network (WAN) economics,

More information

Sage 300 ERP Online. Mac Resource Guide. (Formerly Sage ERP Accpac Online) Updated June 1, 2012. Page 1

Sage 300 ERP Online. Mac Resource Guide. (Formerly Sage ERP Accpac Online) Updated June 1, 2012. Page 1 Sage 300 ERP Online (Formerly Sage ERP Accpac Online) Mac Resource Guide Updated June 1, 2012 Page 1 Table of Contents 1.0 Introduction... 3 2.0 Getting Started with Sage 300 ERP Online using a Mac....

More information

Sage ERP Accpac Online

Sage ERP Accpac Online Sage ERP Accpac Online Mac Resource Guide Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important information and instructions on how you can get started using your Mac

More information

Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application. Author: Fung, King Pong

Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application. Author: Fung, King Pong Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application Author: Fung, King Pong MSc in Information Technology The Hong Kong Polytechnic University June 1999 i Abstract Abstract of dissertation

More information

VPN over Satellite A comparison of approaches by Richard McKinney and Russell Lambert

VPN over Satellite A comparison of approaches by Richard McKinney and Russell Lambert Sales & Engineering 3500 Virginia Beach Blvd Virginia Beach, VA 23452 800.853.0434 Ground Operations 1520 S. Arlington Road Akron, OH 44306 800.268.8653 VPN over Satellite A comparison of approaches by

More information

File Transfer And Access (FTP, TFTP, NFS) Chapter 25 By: Sang Oh Spencer Kam Atsuya Takagi

File Transfer And Access (FTP, TFTP, NFS) Chapter 25 By: Sang Oh Spencer Kam Atsuya Takagi File Transfer And Access (FTP, TFTP, NFS) Chapter 25 By: Sang Oh Spencer Kam Atsuya Takagi History of FTP The first proposed file transfer mechanisms were developed for implementation on hosts at M.I.T.

More information

The following multiple-choice post-course assessment will evaluate your knowledge of the skills and concepts taught in Internet Business Associate.

The following multiple-choice post-course assessment will evaluate your knowledge of the skills and concepts taught in Internet Business Associate. Course Assessment Answers-1 Course Assessment The following multiple-choice post-course assessment will evaluate your knowledge of the skills and concepts taught in Internet Business Associate. 1. A person

More information

SWE 444 Internet and Web Application Development. Introduction to Web Technology. Dr. Ahmed Youssef. Internet

SWE 444 Internet and Web Application Development. Introduction to Web Technology. Dr. Ahmed Youssef. Internet SWE 444 Internet and Web Application Development Introduction to Web Technology Dr. Ahmed Youssef Internet It is a network of networks connected and communicating using TCP/IP communication protocol 2

More information

FILE TRANSFER PROTOCOL INTRODUCTION TO FTP, THE INTERNET'S STANDARD FILE TRANSFER PROTOCOL

FILE TRANSFER PROTOCOL INTRODUCTION TO FTP, THE INTERNET'S STANDARD FILE TRANSFER PROTOCOL FTP FILE TRANSFER PROTOCOL INTRODUCTION TO FTP, THE INTERNET'S STANDARD FILE TRANSFER PROTOCOL Peter R. Egli INDIGOO.COM 1/22 Contents 1. FTP versus TFTP 2. FTP principle of operation 3. FTP trace analysis

More information

Xerox FreeFlow Digital Publisher Information Assurance Disclosure. Onsite, Cloud and epublishing Configurations

Xerox FreeFlow Digital Publisher Information Assurance Disclosure. Onsite, Cloud and epublishing Configurations Xerox FreeFlow Digital Publisher Information Assurance Disclosure Onsite, Cloud and epublishing Configurations May 2016 2016 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks

More information

Basic Network Configuration

Basic Network Configuration Basic Network Configuration 2 Table of Contents Basic Network Configuration... 25 LAN (local area network) vs WAN (wide area network)... 25 Local Area Network... 25 Wide Area Network... 26 Accessing the

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. Startup and Administrator's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. Startup and Administrator's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 Startup and Administrator's Guide Note Before using this information and the product it supports, read the information in Notices on page 83. This

More information

Teridion. Rethinking Network Performance. The Internet. Lightning Fast. Technical White Paper July, 2015 www.teridion.com

Teridion. Rethinking Network Performance. The Internet. Lightning Fast. Technical White Paper July, 2015 www.teridion.com Teridion The Internet. Lightning Fast. Rethinking Network Performance Technical White Paper July, 2015 www.teridion.com Executive summary Online services face the growing dual challenge of supporting many

More information

A host-based firewall can be used in addition to a network-based firewall to provide multiple layers of protection.

A host-based firewall can be used in addition to a network-based firewall to provide multiple layers of protection. A firewall is a software- or hardware-based network security system that allows or denies network traffic according to a set of rules. Firewalls can be categorized by their location on the network: A network-based

More information

First Midterm for ECE374 02/25/15 Solution!!

First Midterm for ECE374 02/25/15 Solution!! 1 First Midterm for ECE374 02/25/15 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam

More information

From Centralization to Distribution: A Comparison of File Sharing Protocols

From Centralization to Distribution: A Comparison of File Sharing Protocols From Centralization to Distribution: A Comparison of File Sharing Protocols Xu Wang, Teng Long and Alan Sussman Department of Computer Science, University of Maryland, College Park, MD, 20742 August, 2015

More information

Port Use and Contention in PlanetLab

Port Use and Contention in PlanetLab Port Use and Contention in PlanetLab Jeff Sedayao Intel Corporation David Mazières Department of Computer Science, NYU PDN 03 016 December 2003 Status: Ongoing Draft. Port Use and Contention in PlanetLab

More information

TO realize effective Grid computing on a wide-area network, Performance Evaluation of Data Transfer Protocol GridFTP for Grid Computing

TO realize effective Grid computing on a wide-area network, Performance Evaluation of Data Transfer Protocol GridFTP for Grid Computing Performance Evaluation of Data Transfer Protocol for Grid Computing Hiroyuki Ohsaki and Makoto Imase Abstract In Grid computing, a data transfer protocol called has been widely used for efficiently transferring

More information

Multi-threaded FTP Client

Multi-threaded FTP Client Multi-threaded FTP Client Jeffrey Sharkey University of Minnesota Duluth Department of Computer Science 320 Heller Hall 1114 Kirby Drive Duluth, Minnesota 55812-2496 Website: http://www.d.umn.edu/~shar0213/

More information

CASHNet Secure File Transfer Instructions

CASHNet Secure File Transfer Instructions CASHNet Secure File Transfer Instructions Copyright 2009, 2010 Higher One Payments, Inc. CASHNet, CASHNet Business Office, CASHNet Commerce Center, CASHNet SMARTPAY and all related logos and designs are

More information

GlobalSCAPE DMZ Gateway, v1. User Guide

GlobalSCAPE DMZ Gateway, v1. User Guide GlobalSCAPE DMZ Gateway, v1 User Guide GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054 Technical

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions 1. Q: What is the Network Data Tunnel? A: Network Data Tunnel (NDT) is a software-based solution that accelerates data transfer in point-to-point or point-to-multipoint network

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

Компјутерски Мрежи NAT & ICMP

Компјутерски Мрежи NAT & ICMP Компјутерски Мрежи NAT & ICMP Riste Stojanov, M.Sc., Aleksandra Bogojeska, M.Sc., Vladimir Zdraveski, B.Sc Internet AS Hierarchy Inter-AS border (exterior gateway) routers Intra-AS interior (gateway) routers

More information

ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal

ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal Abstract With the rapid growth of both information and users

More information

Grid Scheduling Dictionary of Terms and Keywords

Grid Scheduling Dictionary of Terms and Keywords Grid Scheduling Dictionary Working Group M. Roehrig, Sandia National Laboratories W. Ziegler, Fraunhofer-Institute for Algorithms and Scientific Computing Document: Category: Informational June 2002 Status

More information

Data Movement and Storage. Drew Dolgert and previous contributors

Data Movement and Storage. Drew Dolgert and previous contributors Data Movement and Storage Drew Dolgert and previous contributors Data Intensive Computing Location Viewing Manipulation Storage Movement Sharing Interpretation $HOME $WORK $SCRATCH 72 is a Lot, Right?

More information

WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL *

WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL * WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL * Bhargavi Hiremagalur and Dulal C. Kar Department of Computing and Mathematical Sciences, Texas A&M University-Corpus Christi,

More information

1 Introduction: Network Applications

1 Introduction: Network Applications 1 Introduction: Network Applications Some Network Apps E-mail Web Instant messaging Remote login P2P file sharing Multi-user network games Streaming stored video clips Internet telephone Real-time video

More information

A Tutorial on Configuring and Deploying GridFTP for Managing Data Movement in Grid/HPC Environments

A Tutorial on Configuring and Deploying GridFTP for Managing Data Movement in Grid/HPC Environments A Tutorial on Configuring and Deploying GridFTP for Managing Data Movement in Grid/HPC Environments John Bresnahan Michael Link Rajkumar Kettimuthu Dan Fraser Argonne National Laboratory University of

More information

Security of information systems secure file transfer

Security of information systems secure file transfer Security of information systems secure file transfer Who? Mateusz Grotek, 186816 Paweł Tarasiuk, 186875 When? October 30, 2012 Introduction SSH Different solutions Summary Questions Table of contents Problem

More information

Objectives of Lecture. Network Architecture. Protocols. Contents

Objectives of Lecture. Network Architecture. Protocols. Contents Objectives of Lecture Network Architecture Show how network architecture can be understood using a layered approach. Introduce the OSI seven layer reference model. Introduce the concepts of internetworking

More information

Network Configuration Settings

Network Configuration Settings Network Configuration Settings Many small businesses already have an existing firewall device for their local network when they purchase Microsoft Windows Small Business Server 2003. Often, these devices

More information

UDR: UDT + RSYNC. Open Source Fast File Transfer. Allison Heath University of Chicago

UDR: UDT + RSYNC. Open Source Fast File Transfer. Allison Heath University of Chicago UDR: UDT + RSYNC Open Source Fast File Transfer Allison Heath University of Chicago Motivation for High Performance Protocols High-speed networks (10Gb/s, 40Gb/s, 100Gb/s,...) Large, distributed datasets

More information

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS Java EE Components Java EE Vendor Specifications Containers Java EE Blueprint Services JDBC Data Sources Java Naming and Directory Interface Java Message

More information

Konica Minolta s Optimised Print Services (OPS)

Konica Minolta s Optimised Print Services (OPS) Konica Minolta s Optimised Print Services (OPS) Document Collection Agent (DCA) Detailed Installation Guide V1.6 Page 1 of 43 Table of Contents Notes... 4 Requirements... 5 Network requirements... 5 System

More information

Making Sense of Broadband Performance Solving Last Mile Connection Speed Problems Traffic Congestion vs. Traffic Control

Making Sense of Broadband Performance Solving Last Mile Connection Speed Problems Traffic Congestion vs. Traffic Control Making Sense of Broadband Performance Solving Last Mile Connection Speed Problems Traffic Congestion vs. Traffic Control When you experience a slow or inconsistent Internet connection it is often difficult

More information

Avaya P330 Load Balancing Manager User Guide

Avaya P330 Load Balancing Manager User Guide Avaya P330 Load Balancing Manager User Guide March 2002 Avaya P330 Load Balancing Manager User Guide Copyright 2002 Avaya Inc. ALL RIGHTS RESERVED The products, specifications, and other technical information

More information

Internet Technologies. World Wide Web (WWW) Proxy Server Network Address Translator (NAT)

Internet Technologies. World Wide Web (WWW) Proxy Server Network Address Translator (NAT) Internet Technologies World Wide Web (WWW) Proxy Server Network Address Translator (NAT) What is WWW? System of interlinked Hypertext documents Text, Images, Videos, and other multimedia documents navigate

More information

Load Balancing. Outlook Web Access. Web Mail Using Equalizer

Load Balancing. Outlook Web Access. Web Mail Using Equalizer Load Balancing Outlook Web Access Web Mail Using Equalizer Copyright 2009 Coyote Point Systems, Inc. Printed in the USA. Publication Date: January 2009 Equalizer is a trademark of Coyote Point Systems

More information

NEFSIS DEDICATED SERVER

NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.2.0.XXX (DRAFT Document) Requirements and Implementation Guide (Rev5-113009) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis

More information

High-Speed TCP Performance Characterization under Various Operating Systems

High-Speed TCP Performance Characterization under Various Operating Systems High-Speed TCP Performance Characterization under Various Operating Systems Y. Iwanaga, K. Kumazoe, D. Cavendish, M.Tsuru and Y. Oie Kyushu Institute of Technology 68-4, Kawazu, Iizuka-shi, Fukuoka, 82-852,

More information

GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid

GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid Wantao Liu, 1,2 Rajkumar Kettimuthu, 3,4 Brian Tieman, 5 Ravi Madduri, 3,4 Bo Li, 1 Ian Foster 2,3,4 1 School of Computer Science and Engineering,

More information

DoS: Attack and Defense

DoS: Attack and Defense DoS: Attack and Defense Vincent Tai Sayantan Sengupta COEN 233 Term Project Prof. M. Wang 1 Table of Contents 1. Introduction 4 1.1. Objective 1.2. Problem 1.3. Relation to the class 1.4. Other approaches

More information

Load Balancer Comparison: a quantitative approach. a call for researchers ;)

Load Balancer Comparison: a quantitative approach. a call for researchers ;) Load Balancer Comparison: a quantitative approach a call for researchers ;) Complex Internet infrastructure high performance systems clusters grids high availability systems resilient storage resilient

More information

Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific

Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide

More information

Campus Network Design Science DMZ

Campus Network Design Science DMZ Campus Network Design Science DMZ Dale Smith Network Startup Resource Center dsmith@nsrc.org The information in this document comes largely from work done by ESnet, the USA Energy Sciences Network see

More information

CSCI 362 Computer and Network Security

CSCI 362 Computer and Network Security The Purpose of ing CSCI 362 Computer and Security Introduction to ing Goals: Remote exchange and remote process control. A few desirable properties: Interoperability, Flexibility, Geographical range, Scalability,

More information

WEB SERVER MONITORING SORIN POPA

WEB SERVER MONITORING SORIN POPA WEB SERVER MONITORING SORIN POPA Keywords: monitoring systems, web server, monitoring process Sorin POPA, Associate Professor, PhD. University of Craiova Abstract. This paper introduces web-server monitoring,

More information

Development of Monitoring and Analysis Tools for the Huawei Cloud Storage

Development of Monitoring and Analysis Tools for the Huawei Cloud Storage Development of Monitoring and Analysis Tools for the Huawei Cloud Storage September 2014 Author: Veronia Bahaa Supervisors: Maria Arsuaga-Rios Seppo S. Heikkila CERN openlab Summer Student Report 2014

More information

AKAMAI WHITE PAPER. Delivering Dynamic Web Content in Cloud Computing Applications: HTTP resource download performance modelling

AKAMAI WHITE PAPER. Delivering Dynamic Web Content in Cloud Computing Applications: HTTP resource download performance modelling AKAMAI WHITE PAPER Delivering Dynamic Web Content in Cloud Computing Applications: HTTP resource download performance modelling Delivering Dynamic Web Content in Cloud Computing Applications 1 Overview

More information

STERLING SECURE PROXY. Raj Kumar Integration Management, Inc. Raj.Kumar@integrationmgmt.com

STERLING SECURE PROXY. Raj Kumar Integration Management, Inc. Raj.Kumar@integrationmgmt.com STERLING SECURE PROXY Raj Kumar Integration Management, Inc. Raj.Kumar@integrationmgmt.com Agenda Terminology Proxy Definition Sterling Secure Proxy Overview Architecture Components Architecture Diagram

More information

DIGIPASS Authentication for Check Point Security Gateways

DIGIPASS Authentication for Check Point Security Gateways DIGIPASS Authentication for Check Point Security Gateways With IDENTIKEY Server 2009 Integration VASCO Data Security. Guideline All rights reserved. Page 1 of 38 Disclaimer Disclaimer of Warranties and

More information

CHAPTER 3 PROBLEM STATEMENT AND RESEARCH METHODOLOGY

CHAPTER 3 PROBLEM STATEMENT AND RESEARCH METHODOLOGY 51 CHAPTER 3 PROBLEM STATEMENT AND RESEARCH METHODOLOGY Web application operations are a crucial aspect of most organizational operations. Among them business continuity is one of the main concerns. Companies

More information

Running SAP Solutions in the Cloud How to Handle Sizing and Performance Challenges. William Adams SAP AG

Running SAP Solutions in the Cloud How to Handle Sizing and Performance Challenges. William Adams SAP AG Running SAP Solutions in the Cloud How to Handle Sizing and Performance Challenges William Adams SAP AG Agenda What Types of Cloud Environments we are talking about Private Public Critical Performance

More information

PART IV Performance oriented design, Performance testing, Performance tuning & Performance solutions. Outline. Performance oriented design

PART IV Performance oriented design, Performance testing, Performance tuning & Performance solutions. Outline. Performance oriented design PART IV Performance oriented design, Performance testing, Performance tuning & Performance solutions Slide 1 Outline Principles for performance oriented design Performance testing Performance tuning General

More information

Network Security TCP/IP Refresher

Network Security TCP/IP Refresher Network Security TCP/IP Refresher What you (at least) need to know about networking! Dr. David Barrera Network Security HS 2014 Outline Network Reference Models Local Area Networks Internet Protocol (IP)

More information

Special Edition for Loadbalancer.org GmbH

Special Edition for Loadbalancer.org GmbH IT-ADMINISTRATOR.COM 09/2013 The magazine for professional system and network administration Special Edition for Loadbalancer.org GmbH Under Test Loadbalancer.org Enterprise VA 7.5 Load Balancing Under

More information

A TECHNICAL REVIEW OF CACHING TECHNOLOGIES

A TECHNICAL REVIEW OF CACHING TECHNOLOGIES WHITEPAPER Over the past 10 years, the use of applications to enable business processes has evolved drastically. What was once a nice-to-have is now a mainstream staple that exists at the core of business,

More information

Secure Transfers. Contents. SSL-Based Services: HTTPS and FTPS 2. Generating A Certificate 2. Creating A Self-Signed Certificate 3

Secure Transfers. Contents. SSL-Based Services: HTTPS and FTPS 2. Generating A Certificate 2. Creating A Self-Signed Certificate 3 Contents SSL-Based Services: HTTPS and FTPS 2 Generating A Certificate 2 Creating A Self-Signed Certificate 3 Obtaining A Signed Certificate 4 Enabling Secure Services 5 A Note About Ports 5 Connecting

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.2

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.2 Job Reference Guide SLAMD Distributed Load Generation Engine Version 1.8.2 June 2004 Contents 1. Introduction...3 2. The Utility Jobs...4 3. The LDAP Search Jobs...11 4. The LDAP Authentication Jobs...22

More information

GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid

GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid Wantao Liu 1,2 Raj Kettimuthu 2,3, Brian Tieman 3, Ravi Madduri 2,3, Bo Li 1, and Ian Foster 2,3 1 Beihang University, Beijing, China 2 The

More information

Network Technologies

Network Technologies Network Technologies Glenn Strong Department of Computer Science School of Computer Science and Statistics Trinity College, Dublin January 28, 2014 What Happens When Browser Contacts Server I Top view:

More information

Multi-Channel Clustered Web Application Servers

Multi-Channel Clustered Web Application Servers THE AMERICAN UNIVERSITY IN CAIRO SCHOOL OF SCIENCES AND ENGINEERING Multi-Channel Clustered Web Application Servers A Masters Thesis Department of Computer Science and Engineering Status Report Seminar

More information

Project #2. CSE 123b Communications Software. HTTP Messages. HTTP Basics. HTTP Request. HTTP Request. Spring 2002. Four parts

Project #2. CSE 123b Communications Software. HTTP Messages. HTTP Basics. HTTP Request. HTTP Request. Spring 2002. Four parts CSE 123b Communications Software Spring 2002 Lecture 11: HTTP Stefan Savage Project #2 On the Web page in the next 2 hours Due in two weeks Project reliable transport protocol on top of routing protocol

More information

An Introduction to UC-Monitor

An Introduction to UC-Monitor An Introduction to UC- UC----, based upon the Internet application services, is a new generation of large-scale Distributive real time monitor system, as well as a server administration system which has

More information

Data Driven Success. Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA)

Data Driven Success. Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA) Data Driven Success Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA) In business, data is everything. Regardless of the products or services you sell or the systems you support,

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence 2. Web Servers Introduction Web content lives on Web servers Web servers speak the platform independent HyperText Transfer Protocol (HTTP) (so

More information

Oracle WebLogic Server 11g Administration

Oracle WebLogic Server 11g Administration Oracle WebLogic Server 11g Administration This course is designed to provide instruction and hands-on practice in installing and configuring Oracle WebLogic Server 11g. These tasks include starting and

More information

Higher Computing Networking 1

Higher Computing Networking 1 Networking Briefly state what is meant by a computer network. What does the term topology refer to in this context? What are the ideal goals a network designer should aim for? Compare and contrast a star

More information

INITIAL TOOL FOR MONITORING PERFORMANCE OF WEB SITES

INITIAL TOOL FOR MONITORING PERFORMANCE OF WEB SITES INITIAL TOOL FOR MONITORING PERFORMANCE OF WEB SITES Cristina Hava & Stefan Holban Faculty of Automation and Computer Engineering, Politehnica University Timisoara, 2 Vasile Parvan, Timisoara, Romania,

More information

Optimizing Outlook Performance

Optimizing Outlook Performance Optimizing Outlook Performance Synopsis: this document will share some tips & tricks for how to get Outlook to perform at its best. If you have a large mailbox, there are certain settings you can change

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Application Server 10g

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Application Server 10g DEPLOYMENT GUIDE Version 1.1 Deploying F5 with Oracle Application Server 10g Table of Contents Table of Contents Introducing the F5 and Oracle 10g configuration Prerequisites and configuration notes...1-1

More information

gateprotect Performance Test of xutm Appliances

gateprotect Performance Test of xutm Appliances Introduction The gateprotect xutm appliances were tested under loads that as closely as possible reflected market requirements. As the results showed, the xutm appliances sold by gateprotect offer extremely

More information