Skip to main content

Posts

Showing posts from 2013

Real time GPS Tracker on JUST HTML / JS and Google Maps to be run on a mobile phone

Most browsers in the latest smart phones have implemented the W3C Geo location: The Geolocation API defines a high-level interface to location information associated only with the device hosting the implementation, such as latitude and longitude. The API itself is agnostic of the underlying location information sources. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs, as well as user input. No guarantee is given that the API returns the device's actual location. The API is designed to enable both "one-shot" position requests and repeated position updates, as well as the ability to explicitly query the cached positions. Using the Geolocation API to plot a point on Google Maps, will look something like this:     if ( navigator . geolocation ) { navigator . geolocation . getCurrentPosition

A PROGRAM TO ADD TWO 16-BIT NUMBERS ON INTEL 8085 MICROPROCESSOR

This is a program to add two 16 bit numbers in which one number is stored at 8050 and 8051 and the 2nd number is stored at 8060 and 8061............ and the result is at 8070 and 8071 program:                   LDA 8051H                   LXI H,8061H                   MOV B,M                   MVI E,00H                   ADD B                   JNC        loop1                   INR E loop1         STA 8071H                   LDA 8050H                   LXI H,8060H                   MOV B,M                   ADD E                   ADD B                   MVI E,00H                   JNC      loop 2                   INR E  loop 2         STA 8070H                   MOV A,E                   STA 8072H                   HLT

CCNA 2 EROUTING Final Exam ANNSWERS 2013 v 1 100%

CCNA 2 Final Exam 2013 v 100% 1. Refer to the exhibit. The interfaces of all routers are configured for OSPF area 0. R3 can ping R1, but the two routers are unable to establish a neighbor adjacency. What should the network administrator do to troubleshoot this problem? Check if the interfaces of the routers are enabled. Check the hello and dead intervals between the routers. Check the process ID of both routers. Check if CDP is enabled on all the routers. 2. Which of the following are primary functions of a router? (Choose two.) packet switching microsegmentation domain name resolution path selection flow control 3. Refer to the exhibit. When troubleshooting a network, it is important to interpret the output of various router commands. On the basis of the exhibit, which three statements are true? (Choose three.) The missing information for Blank 1 is the command show ip route. The missing information for Blank 1 is the command debug ip route. The missing infor

CCNA 2 Final Exam 2013 v 3 ANSWERS 100%

CCNA 2 Final Exam 2013 v3 1. Refer to the exhibit. When troubleshooting a network, it is important to interpret the output of various router commands. On the basis of the exhibit, which three statements are true? (Choose three.) The missing information for Blank 1 is the command show ip route. The missing information for Blank 1 is the command debug ip route. The missing information for Blank 2 is the number 100. The missing information for Blank 2 is the number 120. The missing information for Blank 3 is the letter R. The missing information for Blank 3 is the letter C. 2. Which of the following are required when adding a network to the OSPF routing process configuration? network address loopback address autonomous system number subnet mask wildcard mask area ID 3. Which of the following are primary functions of a router? (Choose two.) packet switching microsegmentation domain name resolution path selection flow control 4. Refer to the exhibit. Pa