Front | Back |
What is a web service?
|
An object callable across a network.
|
What kind of approach does a web service use?
|
Platform-neutral approach because:1) Data is passed back and forth as XML2) Protocols based on SOAP and HTTP3) Calls routed through web server
|
Example of a web service code
|
Obj = new WebService();result = obj.add(20, 99);2099
Int Add(int x, int y){return x + y;} 119 |
What is a protocol?
|
A procedure. Tells what to do next.
|
How do you call web services?
|
Proxy objects, SOAP, XML, HTTP, and .ASMX pages
|
Why might web services change software development?
|
1) Works on any platform: Mac OS X, Windows, Linux2) Works with most programming languages: Java, C++, VB, C#3) Works with old, legacy hardware: New systems can interact with old.
|
What are the strengths of handheld PC's?
|
Note: Known as "clamshell computers."1) Instant on/off capability2) They have a long battery
|
What are the strengths and weaknesses of Tablet PC's?
|
Strength - They have similar power and storage capacities to laptops and attractive features. Weakness - Reincarnation of the Tablet PC -> business needs to justify the additional cost and support
|
How many segments can wireless networks be divided into and what are they?
|
Two. Short-range and Long-range.
|
What are short-range networks?
|
They pertain to networks that are confined to a limited area.
|
What are long-range networks?
|
They continue to where LANs end.
|
What is the goal of long-range networks?
|
To provide wireless globally.
|
What are the different categories of Wireless Networks?
|
1) PAN - personal area network2) MAN - metropolitan area network3) WAN - wide area network4) LAN - local area network
|
What are the specifications of Bluetooth? What IEEE Standard and what type of wireless network does it use?
|
802.15 - short range, low power, low cost, and small networks. Communication occurs within a PAN (Personal Area Network).
|
What is the IEEE standard of WLAN? Name some characteristics of the specification.
|
IEEE 802.11b - lowest cost, signal range is best and is not easily obstructed, slowest maximum speed, supports fewer simultaneous users, appliances may interfere on the unregulated frequency band
|