Webinar: Questions and Answers? July 17, 2014. Introduction John Tkaczewski, President and Co-Founder Check out our blog:

Slides:



Advertisements
Similar presentations
FileCatalyst Performance Presentation.
Advertisements

UEFA 2012 Aspera Plays Soccer. PRESENTER AND AGENDA PRESENTER Andrea Di Muzio Sr. Solutions Architect Industry Trends and Challenges.
Rosa Filgueira – University of Edinburgh Iraklis Klamapnos- University of Edinburgh Yusuke Tanimura- AIST, Tsukuba Malcolm Atkinson- University of Edinburgh.
Lecture 7 Transport Layer
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Transport Layer.
Skills: Concepts: layered protocols, transport layer functions, TCP and UDP protocols, isochronous applications This work is licensed under a Creative.
TCP/IP: the transport layer Skills: none IT concepts: layered protocols, transport layer functions, TCP and UDP protocols, isochronous applications This.
TCP/IP summary Skills: none IT concepts: review This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License.
Introduction1-1 Introduction to Computer Networks Our goal:  get “feel” and terminology  more depth, detail later in course  approach:  use Internet.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
1 Day 01 - The Internet. 2 Chapter 1 Introduction Computer Networking: A Top Down Approach Featuring the Internet, 3 rd edition. Jim Kurose, Keith Ross.
Internetworking Fundamentals (Lecture #2) Andres Rengifo Copyright 2008.
Introduction to FileCatalyst Workflow May 21, 2015 Webinar at 11:00AM ET.
1: Introduction1 Part I: Introduction Goal: r get context, overview, “feel” of networking r more depth, detail later in course r approach: m descriptive.
Ensuring the Reliability of Data Delivery © 2004 Cisco Systems, Inc. All rights reserved. Understanding How UDP and TCP Work INTRO v2.0—6-1.
What Can IP Do? Deliver datagrams to hosts – The IP address in a datagram header identify a host IP treats a computer as an endpoint of communication Best.
©2015 Cleo. All rights reserved. Company confidential. Managing Chaos: Frank Toscano Director, Product Management 2 Enterprise Data Movement.
TRANSPORT LAYER T.Najah Al-Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
Chapter Two Application Layer Prepared by: Dr. Bahjat Qazzaz CS Dept. Sept
Transport Layer3-1 Chapter 3 outline r 3.1 Transport-layer services r 3.2 Multiplexing and demultiplexing r 3.3 Connectionless transport: UDP r 3.4 Principles.
Chapter 1: Introduction to Web Applications. This chapter gives an overview of the Internet, and where the World Wide Web fits in. It then outlines the.
Presenter: John Tkaczewski Duration: 30 minutes February Webinar: The Basics of Remote Data Replication.
Huda AL_Omairl - Network 71 Protocols and Network Software.
Presenter: Christian Charette, John Tkaczewski Duration: 30 minutes May Webinar: 10Gbps transfers.
Mukesh N. Tekwani Elphinstone College Mumbai
1 Next Few Classes Networking basics Protection & Security.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 3 Transport Layer.
Transport Layer: UDP, TCP
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Transport Layer Moving Segments. Transport Layer Protocols Provide a logical communication link between processes running on different hosts as if directly.
Example: Sorting on Distributed Computing Environment Apr 20,
The Transport Layer application transport network data link physical application transport network data link physical application transport network data.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
1 End-user Protocols, Services and QoS. 2 Layering: logical communication application transport network link physical application transport network link.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Introduction to FileCatalyst C++ API July 21st, 2015 Webinar at 11:00AM ET.
Chapter 3: Transport Layer Our goals: r understand principles behind transport layer services: m multiplexing/demultipl exing m reliable data transfer.
Chapter 24 Transport Control Protocol (TCP) Layer 4 protocol Responsible for reliable end-to-end transmission Provides illusion of reliable network to.
A) Describe 3 benefits of a company moving to a wireless network compared to staying with its cabled network(3) b) Describe 2 problems that may occur (2)
Renesas Electronics America Inc. © 2010 Renesas Electronics America Inc. All rights reserved. Overview of Ethernet Networking A Rev /31/2011.
Webinar: Introducing TransferAgent September 25, 2014.
UDP File Transfer Nathan Kiel CSE434. Goal Explore difficulties of UDP transport in a file transfer application Direct experience by writing an FTP style.
Midterm Review Chapter 1: Introduction Chapter 2: Application Layer
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Flight is a SaaS Solution that Accelerates the Secure Transfer of Large Files and Data Sets Into and Out of Microsoft Azure Blob Storage MICROSOFT AZURE.
Chris Bailey June Webinar: How to Transfer Large Volumes of Small Files at Accelerated Speeds.
1 Network Communications A Brief Introduction. 2 Network Communications.
2: Transport Layer 11 Transport Layer 1. 2: Transport Layer 12 Part 2: Transport Layer Chapter goals: r understand principles behind transport layer services:
UDP: User Datagram Protocol. What Can IP Do? Deliver datagrams to hosts – The IP address in a datagram header identify a host – treats a computer as an.
SURENDRA INSTITUTE OF ENGINEERING & MANAGEMENT PRESENTED BY : Md. Mubarak Hussain DEPT-CSE ROLL
Presenter: John Tkaczewski Duration: 30 minutes March Webinar: Solving the problems of large attachments (& other web-based file transfer tools)
Application – Transport – Network
Introduction to Networks
Graciela Perera Introduction Graciela Perera
FileCatalyst Performance
Slides taken from: Computer Networking by Kurose and Ross
Networking for Home and Small Businesses – Chapter 6
Spotlight on the Petroleum and Energy Vertical February 18, 2014
FileCatalyst – Partner Spotlight
Introduction to Networks
Networking for Home and Small Businesses – Chapter 6
Chapter 1: Introduction
April Webinar: Advanced Configuration of Order Forms in Workflow
File Transfer Issues with TCP Acceleration with FileCatalyst
CPEG514 Advanced Computer Networkst
Beyond FTP & hard drives: Accelerating LAN file transfers
Networking for Home and Small Businesses – Chapter 6
News flash: Unlimi-Tech wins a Emmy
Computer network HW2 -Retransmission + Congest control
Network programming Lecture 1 Prepared by: Dr. Osama Mokhtar.
Presentation transcript:

Webinar: Questions and Answers? July 17, 2014

Introduction John Tkaczewski, President and Co-Founder Check out our blog: | © Copyright FileCatalyst,

What is File Transfer Acceleration? File transfer acceleration technology allows large files, or “big data” to be sent quickly over large geographical distances without being impeded by network impairments such as latency and packet loss This is accomplished by transferring files using the UDP protocol instead of the TCP protocol, the protocol used for FTP and SFTP Reliability and congestion control is added to UDP at the application layer thus it doesn’t sacrifice its other desirable properties | © Copyright FileCatalyst,

Why is UDP faster than FTP / TCP? The main difference between UDP and TCP is that UDP wastes no time communicating about the receipt of a block of data so that regardless of network latency, data transmission remains constant. | © Copyright FileCatalyst,

How is your UDP different from other UDP based accelerated file transfer ? Speed – Only vendor that can achieve 10Gbps speeds File Deltas – Ability to transfer only the changes. Built transparently into the transport Multi-functional product lines. Single product will provide many functions ex: Data Replication and Web Plug-in are bundled within FileCatalyst Direct. Or Distribution and Web based Folder sharing is built-in to FileCatalyst Workflow. Flexible licensing – either “All inclusive” or “A la carte”, no per seat cost, unlimited client distribution | © Copyright FileCatalyst,

Why do I need Workflow and Direct? | © Copyright FileCatalyst, Direct – Point to Point. Includes Desktop App (like Filezilla), HotFolder (Automation), Web applets, CLI and SDK Workflow - For the web. Web portal for file transfers. Includes: File Submission, Distribution, Web based Folder sharing

How can you guarantee file delivery? | © Copyright FileCatalyst, MD5 checksum – bit by bit comparison is done after transfer Transfer with temporary file name. Ex: MediaFile123.mxf.fctemp File Delivery receipt in PDF or XML format (in Workflow only)

Can you resume file transfers? | © Copyright FileCatalyst, Resume can be done at any block (32MB default) MD5 checksum – bit by bit comparison is done on the partials before resume operation can be started File Delta – Rsync can be done on a file that has grown.

Are there any limits? | © Copyright FileCatalyst, There are no known theoretical limits on the UDP transport. In production, we transfer single files up-to 8 TB in size In production, we transfer file sets containing up-to 4 million files For file transfer speeds, We have a number of 10Gbps production deployments. On the low end, we test with speeds as slow as 128Kbps. We test and have deployments with up-to 2000 milliseconds (2 seconds!) of latency and 10% pocket loss

Tell me about the cloud... | © Copyright FileCatalyst, FileCatalyst is an ideal solution to move files in and from the cloud. All our products have been designed to run on most public clouds: AWS, Azure, OpenStack etc... Through our cloud partner ComputeNext - we provide SaaS packages.

Upcoming Events - ONS Off shore North Seas, Stavanger, Norway (Aug 25-28) - IBC 2014, RAI, Amsterdam (September 12-16) And of course don’t forget our monthly webinars... | © Copyright FileCatalyst,

Thank you! Questions?