DYNAMIC MEDIA THROTTLING BASED ON DATA QUOTAS

Abstract
In an example embodiment, there is disclosed herein a network service that automatically adjusts content sent to a subscriber to optimize the subscriber's browsing and/or rich media experience within a quota set by the subscriber's service plan. The quality of audio and/or video streamed to a subscriber can be adjusted (for example by compressing, and/or changing the size, color, depth of images, and/or removing images from a stream) based on consumption data and the subscriber's remaining allowance. For example, the quality of an audio and/or video stream may be reduced if the subscriber is exceeding their quota, or the quality of the video and/or audio stream may be increased if the subscriber has sufficient bandwidth remaining for a predetermined time period.
Description
TECHNICAL FIELD

The present disclosure relates generally to monitoring and adjusting data consumption of a networked device.


BACKGROUND

Internet Service Providers (ISPs) are introducing data quotas or caps to their internet services. This means that consumers no longer have access to an unlimited amount of internet data during a billing period. Specifically, consumption of video and audio (music) content can use up to the entire monthly data allotment in a few days and leave the consumer with large download overage fees. Recent legislation requires mobile operators to warn subscribers when they are approaching their data limits but provide no recourse for the subscriber aside from drastically reducing their data consumption through the end of their billing cycle.





BRIEF DESCRIPTION OF THE DRAWINGS

The accompanying drawings incorporated herein and forming a part of the specification illustrate the example embodiments.



FIG. 1 is a block diagram illustrating an example of bandwidth monitoring device deployed between a service provider and an endpoint.



FIG. 2 is a block diagram illustrating an example of bandwidth monitoring device coupled with a service provider.



FIG. 3 is a block diagram illustrating an example of bandwidth monitoring device coupled with an endpoint.



FIG. 4 is a block diagram of an example bandwidth monitoring device.



FIG. 5 is a block diagram of a computer system upon which an example embodiment may be implemented.



FIG. 6 illustrates an example methodology that modifies a data stream in response to determining that predicted data consumption will exceed a data allowance.



FIG. 7 illustrates an example of a methodology that modifies a data stream in response to determining that predicted data consumption will not exceed a data allowance.





OVERVIEW OF EXAMPLE EMBODIMENTS

The following presents a simplified overview of the example embodiments in order to provide a basic understanding of some aspects of the example embodiments. This overview is not an extensive overview of the example embodiments. It is intended to neither identify key or critical elements of the example embodiments nor delineate the scope of the appended claims. Its sole purpose is to present some concepts of the example embodiments in a simplified form as a prelude to the more detailed description that is presented later.


In accordance with an example embodiment, there is disclosed herein an apparatus comprising a first interface for communicating with a provider that is providing a data stream to an endpoint, a second interface for providing the data stream to the endpoint, and bandwidth management logic coupled with the first interface and the second interface. The bandwidth management logic obtains data representative of a data allotment for a predefined time period. The bandwidth management logic obtains data representative of data usage for a portion of the predefined time period. The bandwidth management logic predicts data usage for the predefined time period based on the data representative of data usage for a portion of the predefined time period. The data stream being provided to the endpoint is modified in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period.


In accordance with an example embodiment, there is disclosed herein logic encoded in a non-transitory computer readable medium for execution by a processor, and when executed operable to obtain data representative of a data allotment for a predefined time period and obtain data representative of data usage for a portion of the predefined time period. The logic is further operable to predict data usage for the predefined time period based on the data representative of data usage for a portion of the predefined time period and modify a data stream being provided to the endpoint in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period.


In accordance with an example embodiment, there is disclosed herein a method that comprises obtaining data representative of a data allotment for an endpoint for a predefined time period and obtaining data representative of data usage for the endpoint for a portion of the predefined time period. Data usage for the endpoint is predicted for the predefined time period based on the data representative of data usage for a portion of the predefined time period. The bandwidth allocated to a data stream being provided to the endpoint is increased responsive to predicting that the data usage for the predefined time period will not exceed the data allotment for the predefined time period.


DESCRIPTION OF EXAMPLE EMBODIMENTS

This description provides examples not intended to limit the scope of the appended claims. The figures generally indicate the features of the examples, where it is understood and appreciated that like reference numerals are used to refer to like elements. Reference in the specification to “one embodiment” or “an embodiment” or “an example embodiment” means that a particular feature, structure, or characteristic described is included in at least one embodiment described herein and does not imply that the feature, structure, or characteristic is present in all embodiments described herein.


In an example embodiment, there is disclosed herein a technique where a service that knows the monthly data quota of a user and dynamically throttles the quality of rich media based on how much of the monthly data allotment for the user is still available. For example, if a subscriber uses NETFLIX, a Video Rental Service, to watch video streams which causes them to exceed their daily allotment, the service could react to the excessive bandwidth consumption by contacting the NETFLIX service and instructing NETFLIX to lower the quality of the video stream. The quality would remain lower until the subscriber was again within their daily allotment, at which point the service could increase the video quality.


To calculate the data allowance, several schemes could be used. For example, the data allowance may be calculated -hourly, -daily, or averaged over a fixed number of days. In an example embodiment, rationing of subscriber's data could be performed by a network middle-box residing in the service provider's network either in a regional data center or perhaps at individual cell towers. The middle-box could be transparent to both user and the service provider's customer data network and could provide media re-sampling services to manage a subscriber's bandwidth consumption. In contrast to existing solutions, which adjust subscriber's bandwidth consumption based on the service provider's network loading, this service could adjust subscriber's bandwidth consumption based on the amount of data allocation remaining for a billing cycle and an allocation strategy. An aspect of an example embodiment utilizes bandwidth management to optimize an end user's experience based on the end user's data plan, past consumption and position in the billing cycle.


In an example embodiment, a browser from a computing device, such as a smart phone or tablet, would connect to a network proxy. This proxy will monitor the data allowance for the user and, based on the user's allowance, re-encode the web page to lower data usage. For example, if the user is running over their data allowance for the hour or for the day, the proxy service could re-compress all the images on the web page. Depending on the amount of data allowance the user has left, the image re-encoding could be more or less aggressive. The same mechanism could re-encode video or music streams to allow the user continued access to the internet although at a lower fidelity level.


In an example embodiment, the service is adapted for shared mobile data plans, e.g., plans allow multiple users to share a fixed amount of data transfers per month. Using the service, some of the users on the shared plan could be allowed to access video and music streams while other users would be blocked from accessing video and music streams and/or the transcoding rules for some of the users are more stringent.


In an example embodiment, the service may be implemented in a VDI (Virtual Desktop Infrastructure) environment. For example, an administrator could allocate a monthly data quota to VDI users. If a user exceeds their allotment, their internet experience could be degraded. For example, it is common to transcode video streams in a virtual desktop prior to sending it to the endpoint. Based on the users monthly data allotment, the video quality could be sacrificed to keep a user under their data cap.


In an example embodiment, a local agent may be installed on a user's computing device. The local agent would monitor bandwidth usage and when a threshold is reached lower the usage by changing configuration options to minimize bandwidth usage. For example, the email and calendar sync options could be disabled or lowered in frequency. If the user is using a cell phone, the agent could disable email/calendar sync, and/or disable application updates, unless the user was on WiFi instead of a cellular or other network. Finally, the users' browser could be throttled by limiting downloads to text and ignore images on websites.



FIG. 1 is a block diagram illustrating an example 100 where a bandwidth monitoring device 102 is deployed between a service provider 104 and an endpoint 106. The bandwidth management device 102 suitably comprises logic for implementing the functionality described herein. “Logic”, as used herein, includes but is not limited to hardware, firmware, software and/or combinations of each to perform a function(s) or an action(s), and/or to cause a function or action from another component. For example, based on a desired application or need, logic may include a software controlled microprocessor, discrete logic such as an application specific integrated circuit (“ASIC”), system on a chip (“SoC”), programmable system on a chip (“PSOC”), a programmable/programmed logic device, memory device containing instructions, or the like, or combinational logic embodied in hardware. Logic may also be fully embodied as software stored on a non-transitory, tangible medium which performs a described function when executed by a processor. Logic may suitably comprise one or more modules configured to perform one or more functions.


In the illustrated example, the bandwidth management device 102 comprises a first interface for communicating with a provider 104 that provides a data stream to the endpoint 106 and a second interface for providing the data stream to the endpoint 106. In an example embodiment, the data stream may be an audio stream, a video stream, an audiovisual stream, a text data stream, or any combination of the aforementioned data streams. The bandwidth management device 102 obtains data representative of a data allotment for the endpoint 106 for a predefined time period, such as a billing cycle. The bandwidth management device 102 obtains data representative of data usage for a portion of the predefined time period. The bandwidth management device 102 predicts data usage for the predefined time period based on the data representative of data usage for a portion of the predefined time period. The predicted data usage may be based on any suitable parameter such as hourly data usage, daily data usage, or the average of data usage over a given time period such as a fixed number of days. For example, (predicted usage=current usage+(rate×remaining)) time in predefined time period.


In an example embodiment, the bandwidth management device 102 modifies the data stream. In another example embodiment, the bandwidth management device 102 signals the provider 104 to modify the data stream.


Any suitable technique for modifying the data stream. For example, the bandwidth management device 102, or the provider 104 may re-sample, re-encode, re-compress the data stream or perform any combination of re-sampling, re-encoding, re-compressing the data stream. In particular embodiments, where a content provider makes several versions (for example, with different quality, e.g., resolutions, or bandwidth requirements) of a stream available, the bandwidth management device 102 can selectively provide a lower quality stream, obviating the need to re-sample, re-encode, and/or re-compress the stream.


In an example embodiment, synchronization options for the endpoint 106 are changed in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period. For example, the change in synchronization options may be selected from a group consisting of changing a frequency of calendar updates and changing a frequency of checking for new emails. As another example, the synchronization of calendar data and/or email data can be disabled in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period. In particular embodiments, downloading of attachments to email messages can be disabled in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period


In yet another example embodiment, the endpoint 106 may synchronize calendar data and/or email data using an alternate link. For example, if bandwidth monitoring device 102 is monitoring a wireless cellular channel for the endpoint 106, if the predicted data usage for endpoint 106 exceeds the allocated data usage, endpoint 106 may stop updating calendar and/or email data over the cellular channel, but employ a WiFi or Bluetooth link for updates when available. For example, many phones automatically put their WiFi transceiver to sleep to save power. However, the end result of putting the WiFi transceiver to sleep is that they wind up using cellular data. Therefore, in an example embodiment, if the predicted data usage for endpoint 106 exceeds the allocated data usage, logic in endpoint 106 will wake up the WiFi transceiver when a predefined condition is met (such as moving to a location where WiFi is known to be available, or at periodic intervals, etc.) and to use the WiFi transceiver for data communications.


In an example embodiment, the type of data endpoint 106 can receive (e.g., download) can be restricted. For example, if a data stream includes video, audio, and text content, the video and/or audio content may be stripped by provider 104 before sending the data stream to endpoint 106.


In an example embodiment, a plurality of users may be associated with the endpoint 106. The multiple users may share a fixed amount of data. The bandwidth monitoring device 102 may allow some of the users of the shared plan to access video and/or music streams while other users would be restricted for receiving audio and/or music streams. In particular embodiments, the quality of audio and/or video streams may be limited to a predefined maximum for certain users.


In an example embodiment, the bandwidth monitoring device 102 can manage the sharing of an endpoint device 106. For example, endpoint device 106 can be employed as a mobile hotspot. The bandwidth monitoring device 102 can limit and/or disable video, audio, and data downloads for mobile hotspot client devices coupled with endpoint device 106.


In an example embodiment, the bandwidth management device 102 updates the predicted data use for the endpoint 106 based on updated data representative of data usage. The updates may be periodic or aperiodic. The data stream may be modified until the predicted data usage is less than or equal to the allocated data usage.


In particular embodiments, the bandwidth management device 102 increases bandwidth allocated to the data stream responsive to predicting that the data usage for the predefined time period is less than the data allotment for the predefined time period. The data stream may be modified accordingly. For example, less aggressive compression and/or a high quality encoding may be employed.



FIG. 2 is a block diagram illustrating an example 200 of bandwidth monitoring device 202 coupled with a service provider 104. For example, bandwidth monitoring device 202 may be a process running at the service provider 104. In illustrated example 200, the bandwidth monitoring device 202 is not in the data path between the service provider 104 and the endpoint 106. The bandwidth management device 202 receives data representative of data usage from the service provider 104 and predicts the amount of data endpoint 106 will consume for a predetermined time period. The predicted data usage may be based on any suitable parameter such as hourly data usage, daily data usage, or the average of data usage over a given time period such as a fixed number of days. In the illustrated example 200, the bandwidth management device 202 signals the provider 104 to modify the data stream.


The provider 104 may utilize any suitable technique for modifying the data stream. For example, the provider 104 may re-sample, re-encode, re-compress the data stream or perform any combination of re-sampling, re-encoding, re-compressing the data stream. In an example embodiment, the provider and/or the endpoint device 106 may rate limit the data stream to prevent the endpoint device 106 from exceeding its allocation. For example, a data stream that was compressed using a lossless algorithm may be recompressed using a lossy algorithm, reducing fidelity to reduce data consumption.


In an example embodiment, the provider 104 may restrict the type of data endpoint 106 can receive. For example, if a data stream includes video, audio, and text content, the video and/or audio content may be stripped by provider 104 before sending the data stream to endpoint 106.


In an example embodiment, a plurality of users may be associated with the endpoint 106. The multiple users may share a fixed amount of data. The bandwidth monitoring device 202 may allow some of the users of the shared plan to access video and/or music streams while other users would be restricted from receiving audio and/or music streams. In particular embodiments, the quality of audio and/or video streams may be limited to a predefined maximum for certain users.


In an example embodiment, the bandwidth management device 202 updates the predicted data use for endpoint 106 based on updated data representative of data usage. The updates may be periodic or aperiodic. The data stream may be modified until the predicted data usage is less than or equal to the allocated data usage.


In particular embodiments, the bandwidth management device 202 informs service provider 104 that service provider 104 may increase the bandwidth allocated to the data stream responsive to predicting that the data usage for the predefined time period is less than the data allotment for the predefined time period. The data stream may be modified accordingly. For example, less aggressive compression and/or a high quality encoding may be employed.



FIG. 3 is a block diagram illustrating an example 300 of a bandwidth monitoring device 302 coupled with an endpoint 106. For example, bandwidth monitoring device 302 may be a local agent running on endpoint device 106. In the illustrated example 300, the bandwidth monitoring device 300 receives data representative of data usage from the endpoint device 106 and signals the endpoint device 106 to take corrective action if the predicted data usage for the predefined time period exceeds the data allotment for the time period. For example, endpoint 106 may signal the service provider 302 to modify the properties of a data stream being provided by service provider 104 to endpoint 106. For example, endpoint 106 may request the service provider 104 to use a more aggressive compression algorithm, change the sampling rate, and/or employ a lower quality codec in response to receiving an indication from bandwidth management device 302 determining that the predicted data usage will exceed that allocated data usage.


In an example embodiment, synchronization options for the endpoint 106 are changed in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period. For example, the change in synchronization options may be selected from a group consisting of changing a frequency of calendar updates and changing a frequency of checking for new emails. As another example, the synchronization of calendar data and/or email data can be disabled in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period.


In yet another example embodiment, the endpoint 106 may synchronize calendar data and/or email data using an alternate link. For example, if bandwidth monitoring device 302 is monitoring a wireless cellular channel for the endpoint 106, if the predicted data usage for endpoint 106 exceeds the allocated data usage, endpoint 106 may stop updating calendar and/or email data over the cellular channel, but employ a WiFi or Bluetooth link for updates when available.


In an example embodiment, the type of data endpoint 106 can receive (e.g., download) can be restricted. For example, if a data stream includes video, audio, and text content, the video and/or audio content may be stripped by provider 104 before sending the data stream to endpoint 106.


In an example embodiment, a plurality of users may be associated with the endpoint 106. The multiple users may share a fixed amount of data. The bandwidth monitoring device 302 may allow some of the users of the shared plan to access video and/or music streams while other users would be restricted for receiving audio and/or music streams. In particular embodiments, the quality of audio and/or video streams may be limited to a predefined maximum for certain users.


In an example embodiment, the bandwidth management device 302 updates the predicted data use for endpoint 106 based on updated data representative of data usage. The updates may be periodic or aperiodic. The data stream may be modified and/or the synchronizing of calendar and email data may be suppressed until the predicted data usage is less than or equal to the allocated data usage.


In particular embodiments, the bandwidth management device 302 informs the endpoint 106 that the bandwidth allocated to the data stream may be increased responsive to predicting that the data usage for the predefined time period is less than the data allotment for the predefined time period. The data stream may be modified accordingly. For example, less aggressive compression and/or a high quality encoding may be employed.



FIG. 4 is a block diagram of an example bandwidth monitoring device 400. The bandwidth monitoring device 400 comprises a first interface 402 and bandwidth management logic 404. Optionally, for example if bandwidth monitoring device is to be configured similar to the bandwidth monitoring device 102 illustrated in FIG. 1, bandwidth monitoring device 400 further comprises a second interface 406, where the first interface 402 is coupled with a provider (not shown, see e.g., provider 104 in FIGS. 1-3) of a data stream and the second interface 406 is coupled with the endpoint (not shown, see e.g., endpoint 106 in FIGS. 1-3).


The bandwidth management logic 404 obtains data representative of a data allotment for the endpoint 106 for a predefined time period, such as a billing cycle. The bandwidth management logic 404 obtains data representative of data usage for a portion of the predefined time period. The bandwidth management logic 404 predicts data usage for the predefined time period based on the data representative of data usage for a portion of the predefined time period. The predicted data usage may be based on any suitable parameter such as hourly data usage, daily data usage, or the average of data usage over a given time period, such as a fixed number of days.


In an example embodiment, the bandwidth management logic 404 modifies the data stream. In another example embodiment, the bandwidth management logic 404 signals the provider to modify the data stream.


Any suitable technique for modifying the data stream. For example, the bandwidth management logic 404, or the provider may re-sample, re-encode, re-compress the data stream or perform any combination of re-sampling, re-encoding, re-compressing the data stream.


In an example embodiment, synchronization options for the endpoint are changed in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period. For example, the change in synchronization options may be selected from a group consisting of changing a frequency of calendar updates and changing a frequency of checking for new emails. As another example, the synchronization of calendar data and/or email data can be disabled in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period.


In yet another example embodiment, the endpoint may synchronize calendar data and/or email data using an alternate link. For example, if bandwidth monitoring logic 404 is monitoring a wireless cellular channel for the endpoint, if the predicted data usage for endpoint exceeds the allocated data usage, endpoint may stop updating calendar and/or email data over the cellular channel, but employ a WiFi or Bluetooth link for updates when available.


In an example embodiment, the type of data endpoint can receive (e.g., download) can be restricted. For example, if a data stream includes video, audio, and text content, the video and/or audio content may be stripped by provider 104 before sending the data stream to endpoint 106.


In an example embodiment, a plurality of users, or devices in the case of a mobile hotspot, may be associated with the endpoint. The multiple users may share a fixed amount of data. The bandwidth monitoring logic 404 may allow some of the users of the shared plan to access video and/or music streams while other users would be restricted for receiving audio and/or music streams. In particular embodiments, the quality of audio and/or video streams may be limited to a predefined maximum for certain users.


In an example embodiment, the bandwidth management logic 404 updates the predicted data use for the endpoint based on updated data representative of data usage. The updates may be periodic or aperiodic. The data stream may be modified until the predicted data usage is less than or equal to the allocated data usage.


In particular embodiments, the bandwidth management logic 404 increases bandwidth allocated to the data stream responsive to predicting that the data usage for the predefined time period is less than the data allotment for the predefined time period. The data stream may be modified accordingly. For example, less aggressive compression and/or a high quality encoding may be employed.


Although the example embodiment illustrated herein comprises single first interface 402 (or interface that receives the stream from the provider) and single second interface 406 (or interface that provides a stream to the endpoint), those skilled in the art should readily appreciate that the bandwidth monitoring device 400 may suitably comprise plurality of first interfaces 402 and/or second interfaces 406. Moreover, in particular embodiments, a plurality of devices may be coupled to either the first interface 402 and/or second interface 406.



FIG. 5 is a block diagram that illustrates a computer system 500 upon which an example embodiment may be implemented. Computer system 500 may be employed to implement the functionality described herein for bandwidth management device 102 (FIG. 1), bandwidth management device 202 (FIG. 2), bandwidth management device 302 (FIG. 3), and/or bandwidth management logic 404 (FIG. 4).


Computer system 500 includes a bus 502 or other communication mechanism for communicating information and a processor 504 coupled with bus 502 for processing information. Computer system 500 also includes a main memory 506, such as random access memory (RAM) or other dynamic storage device coupled to bus 502 for storing information and instructions to be executed by processor 504. Main memory 506 also may be used for storing a temporary variable or other intermediate information during execution of instructions to be executed by processor 504. Computer system 500 further includes a read only memory (ROM) 508 or other static storage device coupled to bus 502 for storing static information and instructions for processor 504. A storage device 510, such as a magnetic disk, optical disk, and/or flash storage, is provided and coupled to bus 502 for storing information and instructions.


In an example embodiment, computer system 500 comprises a user interface 522 coupled to bus 502. User interface 522 can allow data representative of data allotments for a predefined time period to be obtained. The user interface may suitably comprise a display 512 such as a cathode ray tube (CRT) or liquid crystal display (LCD), for displaying information to a computer user. In particular embodiments, user interface 522 comprises an input device 514, such as a keyboard including alphanumeric and other keys, is coupled to bus 502 for communicating information and command selections to processor 504. Another type of user input device is cursor control 516, such as a mouse, a trackball, cursor direction keys, and/or a touchscreen for communicating direction information and command selections to processor 504 and for controlling cursor movement on display 512. This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y) that allows the device to specify positions in a plane.


An aspect of the example embodiment is related to the use of computer system 500 for dynamic media throttling based on data quotas. According to an example embodiment, dynamic media throttling based on data quotas is provided by computer system 500 in response to processor 504 executing one or more sequences of one or more instructions contained in main memory 506. Such instructions may be read into main memory 506 from another computer-readable medium, such as storage device 510. Execution of the sequence of instructions contained in main memory 506 causes processor 504 to perform the process steps described herein. One or more processors in a multi-processing arrangement may also be employed to execute the sequences of instructions contained in main memory 506. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions to implement an example embodiment. Thus, embodiments described herein are not limited to any specific combination of hardware circuitry and software.


The term “computer-readable medium” as used herein refers to any medium that participates in providing instructions to processor 504 for execution. Such a medium may take many forms, including but not limited to non-volatile media, and volatile media. Non-volatile media include, for example, optical or magnetic disks, such as storage device 510. Volatile media include dynamic memory such as main memory 506. As used herein, tangible media may include volatile and non-volatile media. Common forms of computer-readable media include, for example, floppy disk, a flexible disk, hard disk, magnetic cards, paper tape, any other physical medium with patterns of holes, a RAM, a PROM, an EPROM, a FLASHPROM, CD, DVD or any other memory chip or cartridge, or any other medium from which a computer can read.


Various forms of computer-readable media may be involved in carrying one or more sequences of one or more instructions to processor 504 for execution. For example, the instructions may initially be borne on a magnetic disk of a remote computer. The remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem. A modem local to computer system 500 can receive the data on the telephone line and use an infrared transmitter to convert the data to an infrared signal. An infrared detector coupled to bus 502 can receive the data carried in the infrared signal and place the data on bus 502. Bus 502 carries the data to main memory 506 from which processor 504 retrieves and executes the instructions. The instructions received by main memory 506 may optionally be stored on storage device 510 either before or after execution by processor 504.


Computer system 500 also includes a communication interface 518 coupled to bus 502. Communication interface 518 provides a two-way data communication coupling computer system 500 to a communication link 520 that is connected to a network (not shown). This can allow computer system 500 to communicate with a service provider and/or an endpoint. In particular embodiments, multiple communication interfaces 518 may be employed to communicate over multiple communication links 520.


In view of the foregoing structural and functional features described above, methodologies in accordance with example embodiments will be better appreciated with reference to FIGS. 6 and 7. While, for purposes of simplicity of explanation, the methodologies of FIGS. 6 and 7 are shown and described as executing serially, it is to be understood and appreciated that the example embodiments are not limited by the illustrated orders, as some aspects could occur in different orders and/or concurrently with other aspects from that shown and described herein. Moreover, not all features illustrated herein may be required. The methodologies described herein is suitably adapted to be implemented in hardware, software, or a combination thereof.



FIG. 6 illustrates an example methodology 600 that modifies a data stream in response to determining that predicted data consumption will exceed a data allowance. Methodology 600 may be implemented by bandwidth management device 102 (FIG. 1), bandwidth management device 202 (FIG. 2), bandwidth management device 302 (FIG. 3), bandwidth management logic 404 (FIG. 4), and/or computer system 500 (FIG. 5).


At 602, data representative of a data allowance for an endpoint (or device) for a predefined time period is obtained. The data may be received electronically from a server or other device and/or may be manually entered via a keyboard, mouse, touchscreen, or other input device. The predefined time period may be any desired time period, such as a billing cycle.


At 604, data representative of data usage for a portion of the predefined time period for the endpoint is obtained. The data may be received from the endpoint itself, from the service provider, and/or by the device implementing methodology 600.


At 606, data usage for the endpoint is predicted for the predetermined time period. The predicted data usage for the predefined time period can be based on the data representative of data usage for a portion of the predefined time period. The predicted data usage may be based on any suitable parameter such as hourly data usage, daily data usage, or the average of data usage over a given time period, such as a fixed number of days. For example, (predicted usage=current usage+(rate×remaining time)) in predefined time period, where rate may be an average rate over the portion of the predefined time period that usage data has been obtained. In an example embodiment, usage data can be predicted by looking at past data utilization. In another example embodiment, a user associated with an endpoint device may be asked what websites the user visits and whether the user watches video and/or listens to online music. In still yet another example embodiment, the user's web browser bookmarks can be read and/or stored in browser web history can be read to estimate data consumption.


At 608, a determination is made on whether the predicted consumption calculated at 606 will exceed the allowance obtained at 602. If the predicted consumption is greater than the allotted amount (YES), at 610 the data stream is modified. For example, the data stream may be re-sampled, re-encoded and/or re-compressed in order to use less bandwidth, or the stream may be obtained from different source, such as a source providing the stream at a lower quality. In an example embodiment, audio, visual, and/or audiovisual streams are modified to use less bandwidth, which may result in a lower quality stream. The modified data stream is provided to the endpoint, as illustrated by 612.


If, at 608, a determination is made that the predicted consumption will not exceed the allowed amount (NO), the data stream is provided unmodified to the endpoint as illustrated at 614. In particular embodiments (see e.g., FIG. 7), if sufficient bandwidth is available the data stream may be modified to make use of the additional bandwidth, which may result in providing of a higher quality data stream, such as an audio, video, and/or audiovisual data stream.


In an example embodiment, the methodology 600 is repeated. The methodology 600 may be repeated at periodic and/or aperiodic intervals. Thus, a data stream may be modified while the predicted consumption exceeds the allowance, and if the predicted amount becomes less than or equal to the allowance, the data stream may be provided unmodified.



FIG. 7 illustrates an example of a methodology 700 that modifies a data stream in response to determining that predicted data consumption will not exceed a data allowance. Methodology 700 may be implemented by bandwidth management device 102 (FIG. 1), bandwidth management device 202 (FIG. 2), bandwidth management device 302 (FIG. 3), bandwidth management logic 404 (FIG. 4), and/or computer system 500 (FIG. 5).


At 702, data representative of a data allowance for an endpoint (or device) for a predefined time period is obtained. The data may be received electronically from a server or other device and/or may be manually entered via a keyboard, mouse, touchscreen, or other input device. The predefined time period may be any desired time period, such as a billing cycle.


At 704, data representative of data usage for a portion of the predefined time period for the endpoint is obtained. The data may be received from the endpoint itself, from the service provider, and/or by the device implementing methodology 600.


At 706, data usage for the endpoint is predicted for the predetermined time period. The predicted data usage for the predefined time period can be based on the data representative of data usage for a portion of the predefined time period. The predicted data usage may be based on any suitable parameter such as hourly data usage, daily data usage, or the average of data usage over a given time period such as a fixed number of days. For example, (predicted usage=current usage+(rate×remaining time)) in predefined time period, where rate may be an average rate over the portion of the predefined time period that usage data has been obtained.


At 708, a determination is made on whether the predicted consumption calculated at 706 is less than the allowance obtained at 702. If the predicted consumption is less than the allotted amount (YES), at 710 the data stream may be modified. For example, the data stream may be re-sampled, re-encoded and/or re-compressed in order to use more bandwidth, up to the available bandwidth. In an example embodiment, audio, visual, and/or audiovisual streams are modified to use more bandwidth, which may result in a higher quality stream. The modified data stream is provided to the endpoint, as illustrate by 712. If, at 708, a determination is made that there is no extra bandwidth available (NO), the data stream is provided unmodified to the endpoint as illustrated at 714.


In an example embodiment, the methodology 700 is repeated. The methodology 700 may be repeated at periodic and/or aperiodic intervals. Thus, a data stream may be modified while the predicted consumption is less than the allowance, and if the predicted amount becomes greater than the allowance, the data stream may be provided unmodified.


Described above are example embodiments. It is, of course, not possible to describe every conceivable combination of components or methodologies, but one of ordinary skill in the art will recognize that many further combinations and permutations of the example embodiments are possible. Accordingly, this application is intended to embrace all such alterations, modifications and variations that fall within the spirit and scope of the appended claims interpreted in accordance with the breadth to which they are fairly, legally and equitably entitled.

Claims
  • 1. An apparatus, comprising: a first interface for communicating with a provider that is providing a data stream to an endpoint;a second interface for providing the data stream to the endpoint;bandwidth management logic coupled with the first interface and the second interface;wherein the bandwidth management logic obtains data representative of a data allotment for the endpoint for a predefined time period;wherein the bandwidth management logic obtains data representative of data usage for the endpoint for a portion of the predefined time period;wherein the bandwidth management logic predicts data usage for the endpoint for the predefined time period based on the data representative of data usage for a portion of the predefined time period; andwherein the data stream being provided to the endpoint is modified in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period.
  • 2. The apparatus set forth in claim 1, wherein the bandwidth management logic modifies the data stream.
  • 3. The apparatus set forth in claim 1, wherein the bandwidth management logic signals the provider to modify the data stream.
  • 4. The apparatus set forth in claim 1, wherein the data stream is re-sampled.
  • 5. The apparatus set forth in claim 1, wherein the data stream is re-encoded.
  • 6. The apparatus set forth in claim 1, wherein the data stream is re-compressed.
  • 7. The apparatus set forth in claim 1, wherein the data stream is provided by a plurality of sources; wherein the data stream is provided by a first of the plurality of sources;wherein the bandwidth management logic selects a second source from the plurality of sources for providing the stream to avoid exceeding the data allotment; andwherein the bandwidth management logic provides the data stream from the second of the plurality of sources to the endpoint to avoid exceeding the data allotment.
  • 8. The apparatus set forth in claim 1, wherein synchronization options for the endpoint are changed in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period.
  • 9. The apparatus set forth in claim 8, wherein the change in synchronization options is selected from a group consisting of changing a frequency of calendar updates and changing a frequency of checking for new emails.
  • 10. The apparatus set forth in claim 1, wherein synchronization of calendar data and email data is disabled in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period.
  • 11. The apparatus set forth in claim 1, wherein the endpoint performs synchronization of calendar data and email data using an alternate link.
  • 12. The apparatus set forth in claim 1, wherein the data stream is restricted to text data.
  • 13. The apparatus set forth in claim 1, wherein the data allotment is for a plurality of users associated with the endpoint; and wherein the bandwidth management logic restricts individual user access to certain types of data streams.
  • 14. The apparatus set forth in claim 1, wherein the bandwidth management logic modifies the data stream to increase bandwidth allocated to the data stream responsive to predicting that the data usage for the predefined time period will not exceed the data allotment for the predefined time period.
  • 15. The apparatus set forth in claim 1, wherein the data stream is selected from a group consisting of an audio stream, a video stream, and an audiovisual stream.
  • 16. Logic encoded in a non-transitory computer readable medium for execution by a processor, and when executed operable to: obtain data representative of a data allotment for a predefined time period;obtain data representative of data usage for a portion of the predefined time period;predict data usage for the predefined time period based on the data representative of data usage for a portion of the predefined time period; andmodify a data stream being provided to the endpoint in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period.
  • 17. The logic according to claim 16, wherein the modification performed on the data stream is selected from a group consisting of re-sampling the data stream, re-encoding the data stream, and re-compressing the data stream.
  • 18. The logic according to claim 16, the logic is further operable to change synchronization options for an endpoint in response to predicting that the data usage for the predefined time period will exceed the data allotment for the predefined time period; and wherein the change in synchronization options is selected from a group consisting of changing a frequency of calendar updates and changing a frequency of checking for new emails.
  • 19. A method, comprising: obtaining data representative of a data allotment for an endpoint for a predefined time period;obtaining data representative of data usage for the endpoint for a portion of the predefined time period;predicting data usage for the endpoint for the predefined time period based on the data representative of data usage for a portion of the predefined time period; andincreasing bandwidth allocated to a data stream being provided to the endpoint responsive to predicting that the data usage for the predefined time period will not exceed the data allotment for the predefined time period.
  • 20. The method of claim 19, wherein the modification performed on the data stream is selected from a group consisting of re-sampling the data stream, re-encoding the data stream, and re-compressing the data stream.