Guest

Cisco Building Broadband Service Manager

BBSM Glossary

Downloads

Document ID: 17926



Contents

Introduction
Prerequisites
      Requirements
      Components Used
      Conventions
BBSM Terms
Related Information

Introduction

The definitions in this glossary are based on industry standard content. Additionally, the content within these definitions is specific to the functionality of the Cisco Building Broadband Service Manager (BBSM) application and are not intended for use outside this application.

Prerequisites

Requirements

There are no specific requirements for this document.

Components Used

This document is not restricted to specific software and hardware versions.

Conventions

For more information on document conventions, refer to the Cisco Technical Tips Conventions.

BBSM Terms

The following is a list of terms applicable to BBSM.

  • Access Code—A five-digit number that the BBSM software generates for access to the Internet.

  • Access Point—See AP (below).

  • Access Policy—An access policy defines how an end user gains access to the Internet through BBSM. The access policy is the BBSM logic that controls the duration of the Internet access for the end user.

  • Access Policy Module—BBSM ships with several access policy modules. An access policy controls the web user interface that an end user experiences before the session is active, and it also monitors the end user’s session while it is active. An integrator can create a new access policy module by writing a DLL in C++.

    Note: Not for BBSM Hotspot.

  • Accounting Policy—An accounting policy authorizes and posts charges for access to the Internet. An accounting policy is the BBSM logic that controls how the end user is charged for Internet access.

  • Accounting Policy Module—BBSM ships with several accounting policy modules. An accounting policy module charges for various services that the access policy module provides. An access policy decides when, or even if, it should invoke an accounting policy module. An integrator can create a new accounting policy module by writing a DLL in C++.

    Note: Not for BBSM Hotspot.

  • Active Server Page—See ASP (below).

  • Administrator—A BBSM user who has authentication rights on the BBSM server as an administrator. The administrator has full access to control and configure the system; that is, to add and edit sites and PMS systems and gain access to all other resources available on the BBSM system. Administrator access is global, not per site. See also Operator and Reports user (below).

    Note: Not for BBSM Hotspot.

  • AP—Access point. An AP is a wireless network element that provides physical layer access to a mobile node. This is called network device in BBSM Hotspot.

  • API—Aapplication program interface. An API is the language and message format by which an application program talks to communications software. Standardized APIs allow application programs to be developed independently of the underlying method of communication. Typically, APIs make it easier for software developers to create the links that an application needs to communicate with the operating system or with the network.

    Note: Not for BBSM Hotspot.

  • ARP—Address resolution protocol. ARP is a protocol for mapping IP address to physical addresses in the local network.

    Note: Not for BBSM Hotspot.

  • ASP—Active server page. An ASP file is a web page implemented using Microsoft IIS ASP technology. ASP files can contain logic that runs on the web server before the page is served to the client browser. Typically, the server-side logic looks up information from a database and generates specific content for the client based on the information looked up.

  • AtDial—1. Running as a Windows 2000 service, the component of BBSM configuration and logging data. 2. The BBSM SQL server database that contains BBSM configuration and logging data.

  • Athdmn—At Hotel Daemons. In the BBSM software, the Athdmn process is used by the Hotel accounting policy to provide an interface to a PMS.

  • Authentication—The process by which BBSM identifies the user by verifying the user’s credentials, by using an external system, such as a RADIUS server or a credit card server.

  • Authorization—The process by which BBSM allows the client access to the Internet by obtaining user credentials for authentication (such as username, password, and credit card number) and other policy preferences, such as bandwidth selection.

  • Barred—In the hospitality industry, the term "barred" is used to describe a guest room that is cash only and not allowed to make charges.

  • BBSD—(Cisco) Building Broadband Service Director. BBSD is a feature of BBSM that provides backup/restore capabilities for BBSM servers. It also provides centralized usage reporting.

    Note: Not for BBSM Hotspot.

  • BBSM—(Cisco) Broadband Building Service Manager. BBSM is an authentication, authorization, and accounting router, built on Windows 2000 technology, that controls access to and charging for Internet access in building-centric applications, such as hotels, apartments, and multi-tenant offices.

  • Bridged Network—A bridged network is a network in which all devices are in the same broadcast domain.

  • Byte Order—The order of bytes in a binary representation of a number. On the network (as transmitted on the Internet), the most significant byte is first; for example, a 16-bit word representation of "256" would be 0x0100. On an Intel host computer, the least significant byte is first; for example, a 16-bit word representation of "256" would be 0x0010.

  • Cable Modem—A device that enables you to hook up your PC to a local cable TV line and receive high-speed data.

  • CAS—Call accounting system.

  • Certificate—An electronic credential used to establish identity when conducting transactions for the purpose of securing communications between the web server and the web browser. The certificate contains sufficient information so that the recipient can verify that the certificate is real. See certificate authority (below).

  • Certificate Authority—A company that issues and manages security credentials; that is, certificates. The certificate authority (CA) verifies the information that the requestor of the certificate provides. If the CA successfully verifies the requestor's information, the CA then issues a certificate to the requestor. See certificate (above).

  • Certificate Request—A file generated by following the certificate request generation procedure. An administrator generates a certificate request, sends the request to a certificate authority, and receives from the certificate authority a signed certificate for installation on the Microsoft IIS.

  • Client—The hardware device, such as a laptop or PC, that the end user uses to access the Internet through BBSM. See end user (below).

  • Client Search—The process used to search network elements in a BBSM network to locate the stack, switch, and port to which a client is physically connected.

  • Cluster—A group of network elements that function as a single element. This is called network device in BBSM Hotspot.

  • CMS—Conversational Monitor System. CMS is software that provides interactive communications for IBM’s VM operating system. It allows a user or programmer to launch an application from a terminal and interactively work with it. (not for BBSM Hotspot)

    Note: Not for BBSM Hotspot.

  • CMTS—Cable modem termination system. A CMTS is a component that exchanges digital signals with cable modems on a cable network. When a CMTS sends signals to a cable modem, it converts them into Internet Protocol (IP) and sends the signal to a router for transmission over the Internet.

    Note: Not for BBSM Hotspot.

  • COM—Common object model. COM is a platform-independent, distributed, object-oriented system for creating binary software components that can interact. It requires a formal separation of interface and implementation; that is, it requires that clients communicate with objects exclusively through interface references.

  • COS—Class of service.

    Note: Not for BBSM Hotspot.

  • CPE—Customer premise equipment.

  • CSR—Certificate signing request.

  • Customer—An individual or organization who purchased BBSM.

  • Dashboard—A central location for similar features or links related to a specific feature or feature set. The dashboard is the BBSM/BBSM Hotspot-hosted web page that contains links to all BBSM management and reporting web applications.

  • Deactivate (session)—Deactivating a session is the process by which BBSM denies access to the Internet to a formerly authorized end user.

  • Default Gateway—The IP address configured on the router that is used as the interface for the BBSM network to the Internet. This IP address is routable.

  • Deprecated Parameter—An API feature that is still supported but not recommended for use, because it may be removed in the future. Usually, a newer feature has superseded a deprecated parameter.

    Note: Not for BBSM Hotspot.

  • DHCP—Dynamic Host Configuration Protocol. DHCP is a protocol that allows TCP/IP settings of a networked computer, called a DHCP client, to be configured automatically from a central DHCP server. In the BBSM network, the BBSM server is a DHCP server, and a guest computer may be a DHCP client.

  • DNS—Domain Name System. DNS is name resolution software that lets users locate computers on a UNIX network or on the Internet (TCP/IP network) by domain name. The DNS server maintains a database of domain names (host names) and their corresponding IP addresses.

  • DSLAM—Digital subscriber line access multiplexer. A DSLAM is a device that connects many digital subscriber lines (DSLs) to a network by multiplexing the DSL traffic onto one or more network trunk lines.

  • E-mail Relay Server—E-mail relay servers are used by your ISP to forward non-web based e-mail, such as Microsoft Outlook or Eudora e-mail programs, from public locations. An example FQDN is www.ispemail.com. Typical e-mail servers block traffic from unknown sources for security purposes. Our server, as with any public location, is considered an unknown source that requires an e-mail relay server to forward end-user mail.

  • End User—In regard to BBSM, an end user is a user who accesses the Internet through the BBSM server. The term is used interchangeably with the word user.

  • External Network—BBSM/BBSM Hotspot acts as a router connecting two networks: the external network and the internal network. The external network is "closer" to the Internet. BBSM/BBSM Hotspot does not allow an end user to transmit packets to the external network until the end user has an active session. See internal network.

  • Folio—An itemized list of hotel charges accrued by an end user.

  • Forced Redirect—A forced redirect occurs when an end user attempts to view one URL, and BBSM/BBSM Hotspot forces the user to a different URL. BBSM/BBSM Hotspot performs a forced redirect when it detects an unauthenticated client.

  • FQDN—Fully qualified domain name. An FQDN is the part of a URL that defines the server addressed by the URL. For example, the FQDN of http://www.microsoft.com/default.asp is www.microsoft.com.

  • Gateway Address—The address of the gateway used to reach a specified destination; for example, on a network or the Internet. Gateways are devices that route packets between different physical networks.

  • GUI—Graphical user interface.

  • Handheld PC—A Handheld PC is a class of PC devices that has a half VGA screen (640 by 240 pixels) or a full-size screen (640 by 480 or 800 by 600 pixels) with or without an integrated keyboard, or roughly, a device that fits into the palm of your hand.

  • HTTP—Hyper-Text Transmission Protocol. HTTP is a TCP protocol used to request and deliver web pages.

  • IIS—(Microsoft) Internet Information Server. IIS is Microsoft’s web server that runs under Windows NT. You can install a certificate on the server to enable it to serve pages using Netscape’s SSL security protocol.

  • Inetinfo—Inetinfo is the process in Microsoft IIS in which the BBSM Access Policy ActiveX server components run.

  • Integrator—A software developer that uses the BBSM SDK to extend the functionality of BBSM.

  • Internal Adapter—The internal adapter communicates with the local area network; that is, the internal network.

    Note: Not for BBSM Hotspot.

  • Internal Network—The network that the end user connects to. The internal network consists of a collection of network elements, end-user computers, and the BBSM internal interface. See external network (above).

  • IP address—Internet Protocol address. The 32-bit (IPv4) address of a network interface on a computer. A computer with multiple network interfaces typically has a different address for each interface.

  • iPass Smart Client—The iPass Smart Client is a piece of software on an end-user PC that controls the user experience for gaining access to the Internet in a visitor-based network.

  • IRB—Integrated routed and bridged. An IRB network includes a bridged network and one or more routed networks.

  • ISA—(Microsoft) Internet Security and Acceleration server. ISA is the name of Microsoft’s server that replaces Microsoft Proxy Server 2.0. It provides caching, proxy server, and firewall features.

  • ISAPI—Internet server application program interface. ISAPI is a programming interface on IIS, Microsoft’s web server. It allows third parties (and Microsoft) to add functionality to web servers running Microsoft IIS.

  • ISAPI Filter—A DLL that uses the Internet Server API (ISAPI) to register for web server events and edit the data stream going to and coming from the Microsoft IIS web server.

  • ISP—Internet service provider.

  • JavaScript—An interpreted client-side programming script language that is used in HTML programs and ASP files.

  • JScript—An interpreted server-side programming script language that is used in HTML programs and ASP files.

  • kbps—Kilobits per second (thousands of bits per second). kbps is a measure of bandwidth on a data transmission medium.

  • Key Manager—The part of Microsoft IIS that allows the BBSM administrator to generate a certificate request and install a signed certificate.

  • LAN—Local area network.

  • LRE—Long-reach Ethernet.

  • MAC address—Media Access Control address. The MAC address is the client's unique hardware number. BBSM uses the MAC address to identify the location (or port) of a client. Once BBSM knows the port that a client is using, BBSM applies the per-port policy to the client’s session.

  • Mapped Port—The port has an entry in the port_map table. The values in the Room_number and Time_of_last_configure fields may be either default values or updated values.

    Note: Not for BBSM Hotspot.

  • Mapped Room—Because enterroom.asp has been run successfully from the port, the port’s port_map table entry has a correct room number value in the Room_number field and a time/date value in the Time_of_last_configure field.

    Note: Not for BBSM Hotspot.

  • Mbps—Megabits per second (millions of bits per second). Mbps is a measure of bandwidth on a data transmission medium.

  • MDU—Multiple dwelling unit.

  • META tag —A special HTML tag that provides information about a web page. Unlike normal HTML tags, meta tags do not affect how the page is displayed. Instead, they provide information such as who created the page, how often it is updated, what the page is about, and which keywords represent the page's content. Many search engines use this information when building their indices.

  • MFC—Microsoft Foundation Classes. MFC is a library of C++ classes that Microsoft developed.

    Note: Not for BBSM Hotspot.

  • MHU—Multiple hospitality unit.

  • Mixed Network—BBSM supports networks that contain a mixture of bridged and routed networks by combining bridged and fully routed network associations. Some switches reside on the BBSM server's internal network, and others are accessible through routers on the internal network.

  • MMC—Microsoft Management Console. The MMC is a Windows-based application that provides a GUI and a programming framework in which consoles, which are collections of administrative tools, can be created, saved, and opened.

  • module—A software component that implements the functionality of the BBSM system. BBSM supports access policy modules, accounting policy modules, property management system (PMS) modules, and network element modules.

  • MSDE—Microsoft SQL Server Desktop Engine. MSDE is a freely distributable, fully SQL server-compatible database engine without the graphical management tools that accompany an SQL server.

  • MSSQLServer—The MSSQLServer service is the service for the Microsoft SQL Server and MSDE.

  • Multinet—A physical network upon which two or more logical networks operate.

  • NAS—Network access server. NAS is a RADIUS term that denotes a RADIUS client that is trying to access a RADIUS server. BBSM/BBSM Hotspot acts as a RADIUS client, or an NAS, when authenticating users that are using a RADIUS page set.

  • NAT—Network address translation. NAT is an Internet standard that enables a LAN to use one set of IP addresses for internal traffic and a second set of addresses for external traffic. This allows a company to shield internal addresses from the public Internet NE network element. An NE is a device connected to the internal network. An end user connects his or her computer to an NE, then BBSM queries the NE to determine the end user’s location. You may also see “switch” or “switch stack” used in place of network element. Although, initially, BBSM only supported Ethernet switches, as the product evolved, it added support for cable modem head ends, DSLAMs, and other types of network equipment. For this reason, you may see the word switch used to refer to a device that is not a switch.

    Note: Not for BBSM Hotspot.

  • Network—A network connects all buildings, sites, and ports together with the BBSM server. The network is configured with routers, switches, and other network hardware. BBSM supports bridged networks, fully routed networks, and mixed networks that are a combination of bridged and fully routed networks. See bridged networks (above), fully routed networks (above), and mixed networks (above).

  • Network Device—A device connected to the internal network, such as access points (APs) and switches. An end user connects his or her computer to the network device, then BBSM Hotspot queries the device to determine the end user’s location. (not for BBSM)

  • Network Element—See NE.

  • Network Element Module—BBSM ships with support for several types of network equipment, such as a variety of Ethernet switches, DSL access multiplexers, and cable modem head ends. An integrator can add support for new equipment by writing a network element DLL in C++.

    Note: Not for BBSM Hotspot.

  • NIC—Network interface card. The NIC is an adapter card inserted into a computer to provide network communication capabilities. It connects the server to the network. It is also referred to as an Ethernet adapter.

  • Operator—A BBSM user who can perform some administrative functions on the BBSM server but does not have access to the full administrative interface. An Operator is allowed to change entries in the port map and access code. Operator access is on a per-site basis. See also Administrator (above) and Reports user (below).

    Note: Not for BBSM Hotspot.

  • Outage—The duration that the client cannot fully use the BBSM/BBSM Hotspot server. The outage can be caused by either an AtDial service restart or by a server reboot. See service restart and server reboot (below).

  • Package File—Some page sets define configuration information on a package file, such as DailyHotelPackage.asp. Not all page sets have an associated package file. The package file contains settings to control session behavior, pricing, and bandwidth settings. Other pages within a page set include the package file to gain access to the configuration values. Putting the configuration information in an “include” file eliminates duplication of the configuration information in multiple pages.

  • Page Set—A set of active server page (ASP) files that the end user is allowed to view and that the administrator specifies on a per-port basis. BBSM restricts the end user from viewing pages that are part of any page set other than the port’s allowed page set. BBSM uses Microsoft’s ASP technology to implement the page set and ships with several page sets that implement various end user interfaces. Integrators can modify existing page sets (for example, the colors, graphics, and behavior) or create new page sets to create new services.

    Note: Not for BBSM Hotspot.

  • PAT—Port address translation. PAT is a form of dynamic NAT that lets you number a LAN with inside local addresses and filter them through one globally routable IPS address.

  • PDA—Personal digital assistant. A PDA is a hand-held computer that allows you to store, access, and organize information. Most PDAs work on either a Windows-based or a Palm operating system. PDAs can be screen based or keyboard based, or both.

  • Plug and Play—A set of features that allows a client to access the Internet without reconfiguring network and browser settings.

  • PMS—Property management system. A PMS is a software system used in the hospitality industry to implement customer accounting and billing.

    Note: Not for BBSM Hotspot.

  • PMS protocol module—A PMS protocol defines the communication rules between a PMS and the device that posts charges to it. BBSM supports a variety of PMS protocols. An integrator can add support for a new PMS protocol by writing a new PMS protocol module DLL in C++.

    Note: Not for BBSM Hotspot.

  • PNF—Patch information file. A PNF is a text file that contains sections and keys that include all the information that WEBpatch needs to install a patch.

  • Policy—Any rule that determines the use of resources within the network. A policy can be used on the user, the port, the device, the subnetwork, the network, or the application.

  • Pocket PC—A class of PC devices that has a quarter VGA screen (320 by 240 pixels), or roughly, a device that can fit in your pocket. Pocket PC also refers to one of the Microsoft platforms that are based on the Windows CE operating system and used to develop mobile devices.

  • Port—The jack into which an end user connects a PC to access the Internet. In the case of an access point, the port is a virtual jack. BBSM Hotspot allows the administrator to configure the page set and start page on a per-port basis.

  • Port Hopping—A feature that allows an end user to maintain an active session when moving from port to port.

  • port ID—An identifier that uniquely identifies a network element port within a site.

  • Post Page—A page that processes the information that the end user submits. This page usually makes calls to a SendActivateSession method to activate an end user’s session.

  • Pre-connect Page—A web page that implements logic to determine the physical location of the client requesting the page. Used by the policy server to determine the access and accounting policies that apply to a client session.

  • Private IP Address—An IP address that is available for us on any network; however, it is not routable on the Internet. Private IP addresses are used extensively in networking due to a shortage of public IP addresses. Network address translation (NAT) is used to connect and route private IP addresses onto the Internet. A private IP address can be referred to as a "fake" or "foreign" IP address.

  • pseudo-debug—A Microsoft Visual C++ project build configuration that generates executables and DLLs that contain symbolic debug information but invoke the release version of the Microsoft memory management library. Release executables and DLLs can invoke pseudo-debug DLLs so developers of pseudo-debug DLLs can debug their DLLs in a release environment.

    Note: Not for BBSM Hotspot.

  • Public IP Address—An IP address that is globally unique and used for addressing over the Internet. This is referred to as a routable IP address

  • QoS—Quality of service. QoS usually refers to the prioritization of packets over a network.

    Note: Not for BBSM Hotspot.

  • RADIUS—Remote Authentication Dial-In User Service. RADIUS is a client/server protocol and software that enables remote access servers to communicate with a central server to authenticate dial-in users, authorize their access to the requested system or service, and send accounting information about their use of the requested system or service.

  • Redirect—The procedure by which a web server tells a web browser to obtain a certain requested page from a different location.

  • Remote Client—A hardware device, such as a laptop or PC, used by an end user to access a BBSM server from the external network.

  • Reports—A BBSM web application used to display BBSM configuration and logged data.

  • Reports User—A BBSM user who has read-only access to the Reports web applications. This user has more access permissions than an end user but fewer access permissions than an Operator. A Reports user has access to the information for only one site. See also Operator and Administrator.

    Note: Not for BBSM Hotspot.

  • RFC—Request for Comments. An RFC leavingcisco.com is a series of notes on topics concerning the Internet. RFCs can be purely informational, or they can specify a proposed, draft, or approved Internet standard.

  • Rogue User—A rogue user is an end user who attempts to access the BBSM server fraudulently or maliciously.

  • Routed Network—In routed networks, some computers cannot communicate with each other directly. Instead, they must send packets through one or more relays, or routers. In a routed network, the only plug-and-play feature that works is redirection of the initial web page request.

  • RX— Receive.

    Note: Not for BBSM Hotspot.

  • SDK—Software developer’s kit. An SDK is a set of routines and utilities used to help programmers write an application. The BBSM SDK is used to customize and extend the functionality of the BBSM server. (second sentence not for BBSM Hotspot, even with "Hotspot" added to BBSM).

  • Server Reboot—In the BBSM/BBSM Hotspot system, the situation in which the server is powered off or shut down for any reason (such as from a power outage, a tripped cord, or installing a patch that requires the server to be rebooted) and the server restarts. When the server is shut down, clients lose access to the Internet and BBSM/BBSM Hotspot services, and active sessions are disrupted. End users are not able to connect to the BBSM/BBSM Hotspot server or terminate active sessions. Once the server restarts, clients still may not be able to resume active sessions, because session states are not preserved across server reboots. Even if the session is resumed across a server reboot, the end user may be charged an excessive amount (if the user is charged on a per-minute basis), or the user may not receive fair access to the Internet (if the user is being charged for a block of time), because the duration of the server downtime is not captured.

  • Server-Side Script—A series of statements that a web server executes when a client's browser requests a page.

  • Service Restart—In the BBSM/BBSM Hotspot system, the situation in which AtDial service has stopped for any reason (for example, through WEBconfig/Hotspot Configuration) and AtDial service is being restarted and re-initialized. When service stops, clients can still access the Internet. Although active sessions are not disrupted, end users cannot activate new sessions or terminate existing sessions until AtDial is restarted. Session termination can be active (such as the end user's clicking the Disconnect button) or passive (such as the end user's shutting the client down, unplugging the Ethernet connection, or the client's moving out of range). If a client terminates a session when AtDial service is unavailable, the end user may be charged an excessive amount if the user is being charged on a per-minute basis, because the duration of service disruption is not captured.

  • Session—In the BBSM/BBSM Hotspot system, a set of interactions between an end user and the server. The session starts when BBSM/BBSM Hotspot servers the start page. At this point, the session is inactive, which means that the end user does not have access to the Internet. The session becomes active when BBSM/BBSM Hotspot authorizes the end user to access the Internet according to the access policy and accounting policy that is specified by the page set. The session ends when AtDial deactivates services for the end user. Note that transactions pertaining to the session can still exist after the session deactivates. These transactions are still associated with that session.

  • Site—As used in BBSM, a site is a collection of clients behind switches connected to the Internet through a single NE. It is a subset of the BBSM internal network. Each NE and all its ports are associated with exactly one site. There are always one or more mutually exclusive sites in the BBSM internal network. A site is often at a single geographic location, such as a single hotel or at a large building.

    Note: Not for BBSM Hotspot.

  • Site Controller—Software that runs on a separate client from the BBSM server and acts as an interface between the BBSM server and the PMS server. The site controller is only used for multiple site configurations, usually when the PMS server is remotely accessed.

    Note: Not for BBSM Hotspot.

  • SMTP—Simple Mail Transfer Protocol. SMTP is a TCP/IP protocol used for sending e-mail messages over the Internet.

  • SNMP—Simple Network Management Protocol. SNMP is an application layer protocol that facilitates the exchange of management information between network devices. It is part of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite. SNMP allows network administrators to manage network performance, find and solve network problems, and plan for network growth.

  • SSL—Secure Sockets Layer. SSL is a web encryption protocol for providing secure transactions between a web server and a web browser, such as the transmission of credit card numbers for e-commerce.

  • Stackable Switch—A switch that supports the switch stack.

    Note: Not for BBSM Hotspot.

  • Start Page—When an end user's session is inactive, BBSM/BBSM Hotspot directs all web access attempts to the start page. It is the first page displayed to the end user when the end user attempts to connect to the Internet. This page usually collects information from the end user using an HTML form. The start page prompts the user to authenticate to become authorized to access the Internet.

  • Subscription—A subscription is a period during which BBSM allows the end user to create sessions. If an end user attempts to create a session outside any subscription period, BBSM denies the session.

    Note: Not for BBSM Hotspot.

  • Subscription policy—The Subscription policy allows end users to create sessions without additional charges for the subscription period.

    Note: Not for BBSM Hotspot.

  • Switch—A switch is a network device that learns which clients are connected to which ports.

  • Switch Stack—A set of switches that the same IP address manages.

    Note: Not for BBSM Hotspot.

  • Tagged Format—Syntax used to denote the beginning or end of a particular message string, parameter string, or data element.

  • TCP/IP—Transmission Control Protocol/Internet Protocol. TCP/IP is a communications protocol that is the standard protocol of the Internet and the global standard for communications. TCP provides transport functions, which ensures that the total amount of bytes sent is received correctly at the other end. TCP/IP is a routable protocol, and the IP part of TCP/IP provides the routing capability.

  • TCP Port—Transmission Control Protocol port. An Internet host can support multiple networking applications, each of which needs a unique identifier. An IP address is analogous to a street address with a port number that is like a room number at a specific address.

  • Testing Session—A set of interactions that a remote user has with the Remote Page Set Test feature on a BBSM/BBSM Hotspot server. The testing session starts when the external user begins a remote page set test through the GUI and ends when the user ends the remote page set test through the GUI.

  • TFTP—Trivial File Transfer Protocol. TFTP is a simple form of File Transfer Protocol (FTP) that uses the User Datagram Protocol (UDP) and provides no security features.

  • ToD—Time of day, such as a ToD server.

    Note: Not for BBSM Hotspot.

  • TX—Transmit.

  • URL—Uniform resource locator. The address that defines the route to a file on the web or any other Internet facility.

  • USB—Universal serial bus.

  • User—See end user (above).

  • VPN — Virtual private network. VPN is a private network that uses the public Internet to connect some nodes. It maintains privacy by using a tunneling protocol and security procedures.

  • Walled Garden—A subset of the Internet accessible to unauthenticated BBSM clients. It allows BBSM users to "try before they buy." It can include brand recognition or services to the user each time they connect to the Internet.

  • WEBpatch—The web-based utility included with BBSM/BBSM Hotspot that allows remote updates to the BBSM/BBSM Hotspot server.

  • Windows CE—A modular, real-time, embedded version of the Windows operating system designed to support small, mobile, 32-bit intelligent devices such as PDAs, or to use the Microsoft term, Handheld PCs.

  • WISPr—Wi-Fi service provider roaming.

    Note: Not for BBSM Hotspot.

  • WMF—Windows Metafile.

  • XML—Extensible markup language. XML is a standard format for data on the web. It allows developers to describe and deliver structured data to and from any application.

  • XML document —An XML element that can, but might not, include nested XML elements. See XML element (below).

  • XML element—An XML element is made up of a start tag, an end tag, and data in between the tags. The start and end tags describe the data within the tags, which is the value of the element. For example, <IP>192.168.10.1<IP> is an XML element. See XML (above).


Related Information



Updated: Oct 26, 2005 Document ID: 17926