SNTP Simple Network Time Protocol. Simple Network Time Protocol (SNTP) Get accurate date and time from SNTP server –i.e. 131.215.254.2 Make Standard Time.

Slides:



Advertisements
Similar presentations
Certification Training for Technicians Part 6 – Trouble shooting Page
Advertisements

OpalisRobot™ Demonstration Actual Run Book Procedure Actual Data center Run Book Procedure documenting for Level 1 staff how to both VERIFY.
KX-NS1000 Initial Set Up For step by step : 16 May,
KX-NS1000 Version 2 Initial Set Up 1 1.
NTP Time for iThingies A Network Time Protocol app. for iPhone and iPad Presented to TTSO8 on by Chris Douglass 1.
A correlation method for establishing provenance of timestamps in digital evidence By: Bradley Schatz*, George Mohay, Andrew Clark From: Information Security.
28.2 Functionality Application Software Provides Applications supply the high-level services that user access, and determine how users perceive the capabilities.
A CHAT CLIENT-SERVER MODULE IN JAVA BY MAHTAB M HUSSAIN MAYANK MOHAN ISE 582 FALL 2003 PROJECT.
TCP/IP Support Protocols. ICMP ARP Can’t deliver IP packet to ethernet NIC without the ethernet address Runs over datalink.
Lesson 20 – OTHER WINDOWS 2000 SERVER SERVICES. DHCP server DNS RAS and RRAS Internet Information Server Cluster services Windows terminal services OVERVIEW.
Baby Hunters Bill Liao Eugene Wang Richard Wang VS.
CCNA 2 v3.1 Module 2.
Firewall and Proxy Server Director: Dr. Mort Anvari Name: Anan Chen Date: Summer 2000.
29 July System Controller Setup. 29 July Open the Controllers Setup Window Click the Setup System tool bar button OR Select the Setup > System.
Chapter 26 Client Server Interaction Communication across a computer network requires a pair of application programs to cooperate. One application on one.
Mastering Windows Network Forensics and Investigation Chapter 11: Text Based Logs.
File System. NET+OS 6 File System Architecture Design Goals File System Layer Design Storage Services Layer Design RAM Services Layer Design Flash Services.
Mail Server Setup MAIL SERVER SETUP.
AP (Access Point) Client Operation Mode : Bridge Mode: AP IP Address: DHCP: Server Operation Mode : Bridge Mode: Client IP Address:
University of Kansas Connection Control in a Composite Protocol Network by Steve Ganje.
Configuring the MagicInfo Pro Display
Simple Web Services. Internet Basics The Internet is based on a communication protocol named TCP (Transmission Control Protocol) TCP allows programs running.
Tutorial 11 Installing, Updating, and Configuring Software
FTP (File Transfer Protocol) & Telnet
Objectives Define IP Address To be able to assign an IP address with its Subnet Mask and Default Gateway to a PC that operates using Windows 7 or Fedora.
Simple Web Services. Internet Basics The Internet is based on a communication protocol named TCP (Transmission Control Protocol) TCP allows programs running.
CLI modes Accessing the configuration Basic configuration (hostname and DNS) Authentication and authorization (AAA) Log collection Time Synchronization.
Team Welcome to Woop Woop Project WiFi Clock. Introduction Team Members  Rosemary Peters  Kirby Wigton  Nate Perkins  Joe Haggberg Advisor Dr. Aziz.
World Class Leaders in Fire Detection for over 75 years.
ACE Address Configuration Executive. Why ACE? ACE provides access to several address resolution protocols under a single API ACE is the only API available.
VTP VTP or Virtual Trunking Protocol basically revises vlans on all the client switches once a change is made on server switch. It works over trunk links.
Vassil Roussev 2 A socket is the basic remote communication abstraction provided by the OS to processes. controlled by operating system.
Establishing communication with Envirobat using TCP/IP Presented by Apourva Parthasarathy Date : 18/06/13.
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
Reconsidering Internet Mobility Alex C. Snoeren, Hari Balakrishnan, M. Frans Kaashoek MIT Laboratory for Computer Science.
Getting Started with OPC.NET OPC.NET Software Client Interface Client Base Server Base OPC Wrapper OPC COM Server Server Interface WCF Alternate.
Cisco Confidential © 2012 Cisco and/or its affiliates. All rights reserved. 1 Cisco UCS Director – Carmel (5.0) Ravikumar Pisupati Senior Manager, Engineering.
CCNA2 Chapter 2 Cisco IOS Software. Cisco’s operating system is called Cisco Internetwork Operating System (IOS) IOS provides the following network services:
SE-2840 Dr. Mark L. Hornick 1 Introduction to Ajax Asynchronous Javascript And XML.
Configuration Modes and TFTP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
FTP Client API FTP in embedded devices Implementing an FTP Client FTP Command APIs Other FTP Client APIs.
Network ManagerConnection Manager Connectivity and Messaging block Protocol Marshaller Factory.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Configuring a Router Module 3 Semester 2. Router Configuration Tasks Name a router Set passwords Examine show commands Configure a serial interface Configure.
Simple Web Services. Internet Basics The Internet is based on a communication protocol named TCP (Transmission Control Protocol) TCP allows programs running.
1 Network Communications A Brief Introduction. 2 Network Communications.
CHAPTER 3 Router CLI Command Line Interface. Router User Interface User and privileged modes User mode --Typical tasks include those that check the router.
Setting up data redundancy on DSS V6 with Asynchronous Data Replication and local Backup Software Version: DSS ver up50 Presentation updated: October.
Introduction to networking (Yarnfield) Configure a router.
NTP in UBuntu. The Network Time Protocol (NTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable- latency.
The Echo Server Problem. Contents  Basic Networking Concepts  The Echo Server Problem.
Proof of liveness: an example
UDP Socket Programming
The Ethernet Cable CAT5 CAT6 Fiber Speed 10 ~ 100 Mbps 1000 Mbps
Do-more Technical Training
Do-more Technical Training
Router Startup and Setup
Time Zones.
Hypertext Transfer Protocol
File Transfer Protocol
STP Enhancements for z10 EC, z10 BC, z9 EC, z9 BC
Date-time.
CS323 Android Topics Network Basics for an Android App
Configuration Of A Pull Network.
Router Startup and Setup
WinINet Kostas Ladavičius.
Kronos Mobile User Guide – CST Drivers
Thread per client and Java NIO
How to install and manage exchange server 2010 OP Saklani.
Presentation transcript:

SNTP Simple Network Time Protocol

Simple Network Time Protocol (SNTP) Get accurate date and time from SNTP server –i.e Make Standard Time functions (ANSI C) to return accurate date and time –i.e. time() or localtime().

Simple Network Time Protocol (SNTP) APIs –NAinstallSntpTime –NAinstallTimeZone –NArestartSntpServer –NAgetSntpTime

Simple Network Time Protocol (SNTP) NAinstallSntpTime –Establish SNTP server connection –Start SNTP (run as a separate thread) –Setup SNTP for standard time functions User’s Callback –Used to notify user the SNTP status. –i.e. Time is successfully (unsuccessfully) updated or obtained

Simple Network Time Protocol (SNTP) NAinstallTimeZone –Setup local time zone relative to GMT NArestartSntpServer –Restart SNTP with different NTP servers –It should be called in user’s callback function

Simple Network Time Protocol (SNTP) Define APP_USE_NETWORK_TIME in appconf.h to include SNTP in BSP –BSP will setup SNTP and time zone –SNTP server address & time zone are stored in NVRAM USA Eastern Standard Time is default time zone 5 hour is default time to re-synchronize SNTP server –Once time is obtained from SNTP server, use system clock (ticks)