Sign In to Follow Application
View All Documents & Correspondence

Boot Negotiation Among Multiple Boot Capable Devices

Abstract: A first device discovers the capabilities of a second device. The first device determines which of the first device and the second device is to execute a controlling boot image based at least in part on the capabilities of the first device and the second device. A first boot image is executed by the first device when the first device is determined to execute the controlling boot image, the second device to be a resource for the first boot image. The first device sends a second boot image stored on the first device to the second device when the second device is determined to execute the controlling boot image, wherein the first device to be a resource for the second boot image.

Get Free WhatsApp Updates!
Notices, Deadlines & Correspondence

Patent Information

Application #
Filing Date
21 July 2009
Publication Number
33/2009
Publication Type
INA
Invention Field
COMPUTER SCIENCE
Status
Email
Parent Application
Patent Number
Legal Status
Grant Date
2018-01-12
Renewal Date

Applicants

MICROSOFT CORPORATION
ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399

Inventors

1. SADOVSKY, VLADIMIR
C/O MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399
2. TEEGAN, HUGH, A
C/O MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399
3. HASBUN, ROBERT
C/O MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399
4. ALEXANDER, ROBIN, A
C/O MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399

Specification

BACKGROUND
[0001] Mobile devices are often connected to other computing devices.
Traditionally, the relationship between the devices is assumed before the devices are
connected. For example, when a user connects a mobile phone to a personal computer, the
assumption is often that the personal computer acts as a host to the mobile phone. Current
systems do not negotiate the roles of devices based on the capabilities of the devices.
SUMMARY
[0002] The following presents a simplified summary of the disclosure in order to
provide a basic understanding to the reader. This summary is not an extensive overview of
the disclosure and it does not identify key/critical elements of the invention or delineate the
scope of the invention. Its sole purpose is to present some concepts disclosed herein in a
simplified form as a prelude to the more detailed description that is presented later.
[0003] Embodiments of the invention enable multiple boot-capable devices to
determine which device will execute a controlling boot image based on boot negotiations.
The remaining device may serve as a resource for the controlling boot image. The boot
determination may be based on each device's resoui-ces, predefined policies, and/or user
interaction.
[0004] Many of the attendant features will be more readily appreciated as the same
become better understood by reference to the following detailed description considered in
connection with the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
[0005] Like reference numerals are used to designate like parts in the accompanying
drawings.
[0006] FIG. 1 is a block diagram of a dock connected to a mobile device in
accordance with an embodiment of the invention.
[0007] FIG. 2 is a block diagram of a mobile device in accordance with an
embodiment of the invention.
[0008] FIG. 3 is a flowchart showing the logic and operations of a mobile device
and a dock performing boot negotiation in accordance with an embodiment of the invention.
[0009] FIG. 4 is a continuation of the flowchart of FIG. 3 in accordance with an
embodiment of the invention.
[0010] FIG. 5 is a block diagram of a mobile phone providing a virtual machine
boot image in accordance with an embodiment of the invention.

[0011] FIG. 6 is a block diagram of a mobile phone and a laptop performing boot
negotiation in accordance with an embodiment of the invention.
[0012] FIG. 7 is a capabilities reporting table in accordance with an embodiment of
the invention.
[0013] FIG. 8 is a block diagram of a mobile phone and a personal computer
performing boot negotiation in accordance with an embodiment of the invention.
[0014] FIG. 9 is a block diagram of an example computing device for implementing
embodiments of the invention.
DETAILED DESCRIPTION
[0015] The detailed description provided below in connection with the appended
drawings is intended as a description of the present examples and is not intended to
represent the only forms in which the present examples may be constructed or utilized. The
description sets forth the functions of the examples and the sequence of steps for
constructing and operating the examples. However, the same or equivalent functions and
sequences may be accomplished by different examples.
[0016] In the following description and claims, the term "coupled" and its
derivatives may be used. "Coupled" may mean that two or more elements are in contact
(physically, electrically, magnetically, optically, etc.). "Coupled" may also mean two or
more elements are not in contact with each other, but still cooperate or interact with each
other (for example, communicatively coupled).
[0017] FIG. 1 and the following discussion are intended to provide a brief, general
description of a suitable computing environment to implement embodiments of the
invention. The operating environment of FIG. 1 is only one example of a suitable operating
environment and is not intended to suggest any limitation as to the scope of use or
functionality of the operating environment. Although not required, embodiments of the
invention will be described in the general context of "computer readable instructions" being
executed by one or more computing devices. Computer readable instructions may be
distributed via computer readable media. Computer readable instructions may be
implemented as program modules, such as functions, objects. Application Programming
Interfaces (APIs), data structures, and the like, that perform particular tasks or implement
particular abstract data types. Typically, the functionality of the computer readable
instructions may be combined or distributed as desired in various environments.
[0018] FIG. 1 shows a dock 102 connected to a mobile device 120 via connection
116. As used herein, a dock refers to a computing device that may be connected to a mobile

device, such as mobile device 120. Embodiments of the invention evaluate the capabilities of the dock and the dock's ability to boot from a boot image stored on mobile device 120. For example, dock 102 may include a "dumb" dock, such as a mobile device cradle, that merely replicates mobile device ports for easing connection to other computing devices. In another example, dock 102 may include a "smart" dock, such as a laptop, that has its own processing unit, memory, storage, and so on.
[0019] Dock 102 may include a processing unit 104 and memory 106. Dock 102
also includes a communication connection 114 for inputting/outputting data from mobile device 120. Dock 102 may also include storage 108, such as a Hard Disk Drive (HDD) or flash memory.
[0020] Dock 102 may include Non-Volatile Storage (NVS) 110, such as ROM, flash
memory, and the like. NVS 110 may have stored firmware (F/W) 112 for execution on processing unit 104. In one embodiment, firmware 112 includes instructions for preboot routines prior to an Operating System (OS) load and execution on dock 102. Firmware 112 may also include low-level input/output instructions for communicating with devices of dock 102 during OS runtime. Firmware 112 may also be referred to as a Basic Input/Output System (BIOS).
[0021] In typical architecture, the initialization and configuration of a computing
device is commonly referred to as the preboot phase. The preboot phase is generally defined as firmware that executes between the processor reset and the first instruction of the Operating System (OS) loader. The instructions that execute during preboot are often referred to as the Basic Input/Output System (BIOS). At the start of preboot, it is up to the instructions in the firmware to initialize the system to the point that an OS loaded off of media, such as a hard disk, can take over. The start of the OS load begins the period commonly referred to as OS runtime. The instructions for implementing the OS and/or applications may be referred to as a boot image.
[0022] During OS runtime, the BIOS may act as an interface between software and
hardware components of a computer system. The operational environment between the OS
level and the hardware level is generally referred to as the BIOS (sometimes referred to as
the firmware environment). Also, OS activity may be suspended when the OS enters a
sleep state, such as a sleep state defined in the Advanced Configuration and Power Interface
(ACPI) specification. The BIOS may be involved in waking the OS from a sleep state.
[0023] Referring to mobile device 120, in one embodiment, mobile device 120 may
include a free standing computing device, such as a mobile phone, a media player, and the

like. In another embodiment, mobile device 120 may include a host-dependent mobile device, such as a Universal Serial Bus (USB) Flash Drive, a memory card, a smart card, and the like. As used herein, "host-dependent" refers to a mobile device that may not be utilized unless the mobile device is connected to a host.
[0024] Mobile device 120 may include a controller 124 coupled to storage 126.
Controller 124 may manage the reading/writing of data on storage 126 as well as perform other functions. Storage 126 may include a magnetic disc drive, an optical drive, non¬volatile storage, such as flash memory, and the like. Mobile device 120 may also include one or more communication connections 122 for connecting mobile device 120 to other computing devices.
[0025] Connection 116 may include a wired or a wireless connection between dock
102 at communication connection 114 and mobile device 120 at communication connection 122. In one embodiment, dock 102 and mobile device 120 are in close proximity to one another as part of a user's Personal Area Network (PAN). Examples of connection 116 include USB (wired or wireless), firewire (IEEE 1394), radio frequency (e.g., Bluetooth, Wi-Fi, etc.), infrared, and the like.
[0026] Turning to FIG. 2, an embodiment of mobile device 120 is shown.
Controller 124 may include a processing.unit 202 and Non-Volatile Storage (NVS) 204. Processing unit 202 may include a general processor, such as a 32-bit Reduced Instruction Set Computing (RISC) processor. While a single processing unit 202 is shown, embodiments of mobile device 120 may include muhiple processing units such as muhiple processors, multiple cores, and the like. In one embodiment, controller 124 may include dedicated circuitry (not shown) for conducting specialized operations such as cryptography, digital rights management, digital signal processing, and the like.
[0027] In one embodiment, NVS 204 has stored firmware 206 that may be executed
by processing unit 202. Firmware 206 may include a device boot image. The device boot
image may include an operating system (such as a Real-Time Operating System (RTOS)),
one or more applications, and the like, for execution on mobile device 120. Firmware 206
may also include instructions for executing embodiments of the invention.
[0028] The embodiment of FIG. 2 shows storage 126 divided into partition 230 and
partition 240. One skilled in the art having the benefit of this description will understand that storage 126 may include more than two partitions. Partition 230 includes instructions and/or data for mobile device 120, such as device data 231. Mobile device 120 may run

software natively or in a virtual machine. Security measures may be used to protect access to partition 230 by connected computing devices, such as dock 102.
[0029] Partition 240 may include instructions and/or data for use by another
computing device, such as dock 102. FIG. 2 shows partition 240 having boot images 241, 242, and 243. A boot image may include instructions for executing an OS and/or applications on a computing device. Example boot images include a Microsoft Windows® OS and/or Office applications, a .NET Framework environment, a Java® environment, and the like. As described below, mobile device 120 may send a boot image to dock 102 for execution on dock 102. In one embodiment, access to partition 240 may be restricted to a circle of trusted docks.
[0030] Turning to FIG. 3, a flowchart 300 shows the logic and operations of a
mobile device and a dock performing a boot negotiation in accordance with an embodiment of the invention. In one embodiment, at least a portion of the logic of flowchart 300 may be conducted by device OS of mobile device 120. The mobile device and the dock come to each other without assumptions about their relationship or about each others capabilities. The determination of which device will execute a controlling boot image is not made until after negotiations have completed.
[0031] As used herein, "controlling boot image" refers to the boot image executing
on a computing device that may manage at least some of the resources of the other computing device. For example, when the dock boots from a boot image provided by the mobile device, the dock may use resources of the mobile device, such as storage. When the mobile device executes the controlling boot image (e.g., the mobile device OS), then the mobile device may use the resources of the dock, such as the keyboard, video monitor, and mouse (KVM) for human input/output to the mobile device.
[0032] The boot negotiation may be conducted using a negotiation protocol. In one
embodiment, the negotiation protocol includes a logic level running on a well known physical level protocol. The negotiation protocol may be used for negotiation communications such as reporting resources and their capabilities, securing the negotiation session, sending boot images from the device to the dock, and the like. In one embodiment, the boot negotiation between the mobile device and the dock takes place between the BIOS of the dock and the OS of the mobile device (discussed further below in conjunction with FIG. 8).
[0033] Starting in block 302 of flowchart 300, the device and the dock make an
initial connection. For example, the device and the dock may be physically connected by a

wire, they may be brought in physical proximity of one another for a wireless connection, or a wireless connection is enabled. In block 302, the device and the dock may perform some handshaking to establish the initial connection. In one embodiment, making the initial connection includes establishing a secured connection between the mobile device and the dock.
[0034] Proceeding to decision block 304, the device queries the dock to determine if
the dock supports boot negotiation as described herein. In one embodiment, this query is conducted using a negotiation protocol understood by both device and dock. In one embodiment, the dock BIOS conducts the'boot negotiations with the mobile device OS. In this way, the boot negotiation may be conducted during preboot of the dock without necessity of an OS executing on the dock. The dock BIOS boot negotiation tasks include discovery of the connected mobile device, establishing communications (in some cases secure communications), and reporting the dock's capabilities.
[0035] It is noted that the device and the dock do not assume their roles when
connected. In some communication systems (e.g., USB), a connected device may be assumed to always be a device (i.e., a slave) to another computing device. Similarly, computing devices, such as a laptop computer, may assume to be a host (i.e., a master) when connected to a USB device. To support boot negotiation, the BIOS and hardware components of a computing device allow a connected device to take control. In embodiments herein, hardware communications (e.g., chipset) and BIOS of computing devices make no assumptions about their role (e.g., master or slave) when connecting to another computing device. As described below, embodiments of the invention may include security measures to prevent a rogue device from compromising security of another computing device.
[0036] If the answer to decision block 304 is no, then the logic proceeds to block
306. In block 306, the dock and the device will interact with one another using default assumptions. For example, if the device is defaulted as a slave device, then the device will take the default role of slave device without negotiation. The dock may execute a default boot image it has stored.
[0037] If the answer to decision block 306 is yes, then the logic continues to block
308. At block 308, the device and the dock may authenticate each other. In alternative embodiments, the authentication may be only one way. For example, only the device authenticates the dock or only the dock authenticates the device. The authentication may be implemented using a signature, certificate, or the well known authenticate schemes.

[0038] Continuing to block 310, the device and the dock perform capabilities
discovery. In one embodiment, the device queries the dock to reports its resources and the
resources capabilities using a negotiation protocol as described above. Example capabilities
include processing capabilities (e.g., processor type, processor speed, etc.) and memory
capabilities (e.g., memory size, memory speed, etc.). Capabilities may also include any
storage devices, their type, capacities, available storage space, file systems, and the like.
Capabilities may also include the video and/or audio capabilities of the dock. Capabilities
may also include communication connections and the bandwidth of any such connections.
[0039] Referring to FIG. 7, a capabilities reporting table 700 in accordance with an
embodiment of the invention is shown. la one embodiment, the dock BIOS generates table 700 and sends table 700 to the mobile device using the negotiation protocol. The mobile device generates its own capabilities reporting table for comparison to the table received from the dock.
[0040] Table 700 includes columns for components 702, attributes 704 for the
components, and values 706 for those attributes. For example, under processor, attributes of clock speed, L2 cache, and bus speed are reported. In one embodiment, the information in table 700 may be organized into one or more schemas for passing resource information between the dock and the mobile device. The schema(s) may be part of the negotiation protocol used by the dock and the mobile device.
[0041] After block 310, the logic proceeds to block 312 to determine if the dock is
compatible with a boot image stored on the device using the dock's reported capabilities.
For example, in FIGS. 1 and 2, the logic determines if dock 102 may execute any of boot
images 241-243 stored in mobile device 120. If the answer to decision block 312 is no, then
the logic proceeds to block 314. In one-embodiment, boot image compatibility may be
based on the dock's processor speed, memory size, video capabilities, and the like.
[0042] In block 314, the device executes the controlling boot image. In one
embodiment, the mobile device OS, which is already executing, adopts the hardware
resources of the dock. For example, if the dock has a storage device, such as a HDD, then
the dock's HDD is accessible by the mobile device OS. In another example, the KVM of a
laptop (i.e., dock) may be used to interact with a mobile phone device.
[0043] If the answer to decision block 312 is yes, then the logic proceeds to block
316. In block 316, the logic updates boot policy stored on the mobile device before application of the boot policy in block 318. In one embodiment, the mobile device contacts a central update site, such as Microsoft Windows® Update. The mobile device may use its

own communication connection or a communication connection on the dock to check for
updates.
[0044] Continuing to block 318, the logic applies boot policy. The policy
determines if booting the dock with one or more compatible boot images from the mobile
device is complicit with policy. The policy may be modifiable by a user and/or system
administrator. In one embodiment, the policy is stored on the device. In another
embodiment, policy stored on the dock is passed to the device during boot negotiation.
Policy from the device and the dock may be applied in combination.
[0045] In one embodiment, the capabilities of the device and dock are compared to
determine whether the dock or the mobile device will execute the controlling boot image.
For example, a policy may indicate that the computing device with the faster processor shall
always take control. Another policy may analyze a range of capabilities (such as processor
speed, memory size, bandwidth capability) in determining the controlling machine. For
example, information from table 700 for the device and the dock may be put into an
equation that assigns points to the various components and their attribute values. In the
equation, some component attributes may be weighted. The computing device (mobile
device or dock) with the highest score is determined to be the computing device to execute
the controlling boot image.
[0046] In another embodiment, the policy may include referring to past user activity
for determining whether the dock or the mobile device will execute the controlling boot
image. For example, if the dock had previously boot from a boot image on the device, then
the dock is booted again from that boot image.
[0047] Policy may also include determining which boot image the dock is to boot
from when multiple compatible boot images are stored on the device. In one embodiment,
the logic determines which boot image will provide the best performance. For example, the
boot image that will provide the best performance based on the dock's processor speed and
memory capacity may be chosen.
[0048] In an alternative embodiment, all the compatible boot images are displayed
to a user. The user may choose the desired boot image for the dock. In one embodiment,
user selection of the boot image may occur in decision block 320 described below.
[0049] At decision block 320, the logic determines if the user confirms the
determination of whether the device or the dock is to execute the controlling boot image. In
one embodiment, a user interface is presented to enable a user to confirm the determination
made in block 318. The user interface may be displayed on the device, on the dock, or on

both. In one embodiment, if policy determines the dock is to execute a boot image from the mobile device, the device may display the name of the boot image the dock will be booted with. In yet another embodiment, if multiple boot images are compatible with the dock, then the multiple compatible boot images will be displayed and the user may select the desired boot image for the dock.
[0050] At block 320, if the user does not confirm booting the dock, then the logic
proceeds to block 314. If the user confirms booting the dock at decision block 320, then the logic continues to block 322.
[0051] In an alternative embodiment, user confirmation as described in decision
block 320 is not utilized. In this particular embodiment, the negotiation process will be concealed from the user. For example, a.user may connect a mobile phone to a personal computer and push a "negotiate" button on the mobile phone to initiate negotiations. The negotiation process is conducted. The user may then use the KVM of the personal computer to conduct their business. It is not necessary for the user to realize which computing device is executing the controlling boot image. The boot negotiation may occur transparent to the user.
[0052] Turning to FIG. 4, in block 322, the device updates the boot image prior to
sending the boot image to the dock for execution. In one embodiment, the device uses its own communication connection to connect to a network, such as the Internet, for checking for any updates. In another embodiment, the device may use a communication connection of the dock to check for any updates to the boot image.
[0053] After block 322, the logic continues to block 324 where the mobile device
sends the boot image to the dock. Next, in block 326, the dock boots from the boot image.
Once the dock is booted with the boot image, the device is available to the dock. For
example, after a laptop (dock) boots from a boot image stored on a connected mobile phone
(device), the laptop may manage resources of the mobile phone. For example, a storage
device of the mobile phone may be used by the dock. Security measures may be used to
restrict access to some data stored on the device, such as in partition 230, by the dock.
[0054] Next, in block 328, the OS of the mobile device goes to sleep. The mobile
device OS may wakeup and re-take control of the device when the connection to the dock
has been broken and/or cannot be re-established after a particular threshold. The threshold
may include a number of re-connect attempts or a predefined amount of time.
[0055] Turning to FIG. 5, an embodiment of a Virtual Machine (VM) environment
is shown. In FIG. 5, a mobile device, shown as mobile phone 502, may send a boot image

503 to dock 504. Dock 504 is executing a VM environment. In dock 504, dock hardware 512 is managed by a Virtual Machine Manager (VMM) 510. VMM 510 may support one or more VMs, such as VM 506 and VM 508. VM 506 executes guest OS 505. In general, VMs may be created and torn down as desired in a VM environment. Also, each VM operates independently so that a system error in one VM, such as an operating system crash, does not affect the other VMs.
[0056] In accordance with embodiments herein, a negotiation may occur between
mobile phone 502 and dock 504 while dock 504 is running a VM environment. Mobile phone 502 may send boot image 503 to dock 504 for execution in VM 508. The execution of boot image 503 is shown as guest OS 507.
[0057] In one example, the use of a VM environment allows the use of a boot image
from mobile phone 502 without having to boot the entire dock 504. VM 508 may be
created at dock 504 for executing boot image 503. Further, VM 508 may be taken down,
but VM 506 may remain up, when the user has finished with guest OS 507.
[0058] Turning to FIG. 6, an embodiment of a mobile phone 602 (device) and a
laptop 604 (dock) performing boot negotiation is shown. In one embodiment, the boot
negotiation is conducted using a negotiation protocol. At 610, mobile phone 602 asks
laptop 604 if it is negotiation capable. Laptop 604 provides a positive response 611 to
mobile phone 602. At 612, mobile phone 602 and laptop 604 authenticate each other.
[0059] At 613, mobile phone 602 queries laptop 604 for its capabilities. At 614,
laptop 604 responds by reporting its capabilities. Laptop 604 may report its capabilities using an embodiment of table 700.
[0060] At 615, mobile phone 602'determines whether the boot image executed on
mobile phone 602 or a boot image executed on laptop 604 will take control. In exchange
616, mobile device 602 sends a boot image (shown at 617) to laptop 604. In one
embodiment, mobile device 602 checks for updates to the boot image before sending the
boot image to laptop 604. At 618, laptop 604 executes the boot image from mobile phone
602. In one embodiment, the boot image is executed in a VM environment on laptop 604.
[0061] At 619, the OS of mobile phone 602 goes into a sleep state after sending the
boot image to laptop 604. Thus, when the connection between mobile phone 602 and laptop 604 is severed, mobile phone 602 may continue operation using its own OS without having to reboot the mobile phone OS.
[0062] Alternatively, in exchange 620, the OS of mobile phone 602 manages the
resources of laptop 604 (shown at 621). Mobile phone 602 may switch its software state to

access peripherals on laptop 604 without rebooting the mobile phone OS. For example,
mobile phone 602 may use the KVM of laptop 604 (shown at 622). When the connection
between mobile phone 602 and laptop 604 ends, then mobile phone 602 may switch back to
using its own input/output devices. A reboot of mobile phone 602 is unnecessary.
[0063] Turning to FIG. 8, usage scenarios in accordance with embodiments of the
invention will be described. It will be appreciated that embodiments of the invention are
not limited to the scenarios described below. FIG. 8 shows a mobile phone 802 (i.e., mobile
device) connected to a Personal Computer (PC) 810 (i.e., dock). FIG. 8 shows the boot
negotiation process taking place between the mobile phone OS 804 and the PC BIOS 812.
[0064] In one scenario, embodiments of the invention may be used in a public
computing environment. In some cases, the public computing environment may be managed by a telephone company ("Telco") that provides services to both mobile phone 802 and PC 810. PC 810 may be a public computer at a mall kiosk, internet cafe, or the like.
[0065] For example, a user with mobile phone 802 in OS runtime approaches PC
810. PC 810 is currently off The user places mobile phone 802 within proximity of PC 810 for establishing a wireless connection or connects mobile phone 802 and PC 810 with a cable for a wired connection. The user then turns on PC 810. The boot negotiation process begins with mobile device OS 804 communicating with PC BIOS 812. After the boot negotiation, the user may use the KVM of PC 810 to interact with mobile device OS 804 or the user may use the KVM of PC 810 to interact with a boot image sent from mobile phone 802 booted on PC 810. In either case, mobile phone 802 may be used for storage by the user. In this way, the user may easily take their work with them when they leave the public computer (i.e., PC 810).
[0066] In alternative embodiments, if PC 810 is in a sleep state or OS runtime when
the user begins the negotiation process, PC 810 may have to be rebooted to execute a boot image from mobile phone 802. In yet another embodiment, PC 810 may stay in OS runtime and execute a boot image received from mobile phone 802 in a virtual machine environment.
[0067] In the Telco usage scenario, the user may have one account of minutes that
may be used with mobile phone 802 and PC 810. Also, since mobile phone 802 and PC 810 are part of the same Telco network, updates to boot policy may be pushed to mobile phone 802 and/or PC 810. Updates to boot images on mobile phone 802 may also be pushed to mobile phone 802 through the Telco network.

[0068] In another scenario, embodiments of the invention may be used in an
organization's managed network, such as an enterprise network. Mobile phone 802 and PC
810 are part of the enterprise network. Again, a user connects mobile phone 802 to PC 810
and begins the boot negotiation process. The user may then use the KVM of PC 810 to
interact with the controlling boot image on mobile phone 802 or on PC 810.
[0069] This enterprise network scenario may be utilized in various ways.
Employees may be issued a mobile device, such as mobile phone 802. The employee may
then carry various boot images with them that may be used with various PCs in the
organization. Also, the user always has access to their data since the user's data is
centralized on their mobile device instead of being spread across several machines (e.g.,
corporate mobile device and various corporate desktops). Additionally, boot policy updates
and boot images updates may be easily pushed to mobile phone 802.
[0070] FI^. 9 shows an example of a computing device 900 for implementing one
or more embodiments of the invention. Embodiments of computing device 900 may be used as dock 102 and/or mobile device 120. In one configuration, computing device 900 includes at least one processing unit 902 and memory 904. Depending on the exact configuration and type of computing device, memory 904 may be volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.) or some combination of the two. This configuration is illustrated in FIG. 9 by dashed line 906.
[0071] In other embodiments, device 900 may include additional features and/or
functionality. For example, device 900 may also include additional storage (e.g., removable
and/or non-removable) including, but not limited to, magnetic storage, optical storage, and
the like. Such additional storage is illustrated in FIG. 9 by storage 908. In one
embodiment, computer readable instructions to implement embodiments of the invention
may be in storage 908. Storage 908 may also store other computer readable instructions to
implement an operating system, an application program, and the like.
[0072] The term "computer readable media" as used herein includes computer
storage media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions or other data. Memory 904 and storage 908 are examples of computer storage media. Computer storage media includes, but is not limited to. RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM. Digital Versatile Disks (DVDs) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be

used to store the desired information and which can be accessed by device 900. Any such computer storage media may be part of device 900.
[0073] Device 900 may also include communication connection(s) 912 that allow
device 900 to communicate with other devices. Communication connection(s) 912 may include, but is not limited to, a modem, a Network Interface Card (NIC), a USB connection, an infrared port, or other interfaces for connecting computing device 900 to other computing devices. Communication connection(s) 912 may include a wired connection or a wireless connection. Communication connection(s) 912 may transmit and/or receive communication media.
[0074] The term "computer readable media" may include communication media.
Communication media typically embodies computer readable instructions or other data in a "modulated data signal" such as a carrier wave or other transport mechanism and includes any information delivery media. The term "modulated data signal" means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency, infrared, Near Field Communication (NFC), and other wireless media.
[0075] Device 900 may include input device(s) 914 such as keyboard, mouse, pen,
voice input device, touch input device, infrared cameras, video input devices, and/or any other input device. Output device(s) 916 such as one or more displays, speakers, printers, and/or any other output device may also be included in device 900. Input device(s) 914 and output device(s) 916 may be connected to device 900 via a wired connection, wireless connection, or any combination thereof In one embodiment, an input device or an output device from another computing device may be used as input device(s) 914 or output device(s) 916 for computing device 900.
[0076] Components of computing device 900 may be connected by various
interconnects, such as a bus. Such interconnects may include a Peripheral Component Interconnect (PCI), such as PCI Express, a Universal Serial Bus (USB), firewire (IEEE 1394), an optical bus structure, and the like. In another embodiment, components of computing device 900 may be interconnected by a network. For example, memory 904 may be comprised of multiple physical memory units located in different physical locations interconnected by a network.

[0077] Those skilled in the art will realize that storage devices utilized to store
computer readable instructions may be distributed across a network. For example, a computing device 930 accessible via network 920 may store computer readable instructions to implement one or more embodiments of the invention. Computing device 900 may access computing device 930 and download a part or all of the computer readable instructions for execution. Alternatively, computing device 900 may download pieces of the computer readable instructions, as needed, or some instructions may be executed at computing device 900 and some at computing device 930. Those skilled in the art will also realize that all or a portion of the computer readable instructions may be carried out by a dedicated circuit, such as a Digital Signal Processor (DSP), programmable logic array, and the like.
[0078] Various operations of embodiments of the present invention are described
herein. In one embodiment, one or more of the operations described may constitute computer readable instructions stored on one or more computer readable media, which if executed by a computing device, will cause the computing device to perform the operations described. The order in which some or all of the operations are described should not be construed as to imply that these operations are necessarily order dependent. Alternative ordering will be appreciated by one skilled in the art having the benefit of this description. Further, it will be understood that not all operations are necessarily present in each embodiment of the invention.
[0079] The above description of embodiments of the invention, including what is
described in the Abstract, is not intended to be exhaustive or to limit the embodiments to the precise forms disclosed. While specific embodiments and examples of the invention are described herein for illustrative purposes, various equivalent modifications are possible, as those skilled in the relevant art will recognize in light of the above detailed description. The terms used in the following claims should not be construed to limit the invention to the specific embodiments disclosed in the specification. Rather, the following claims are to be construed in accordance with established doctrines of claim interpretation.

WE CLAIMS :
1. A method, comprising:
discovering, by a first device, the capabilities of a second device (310);
determining, by the first device, which of the first device and the second device is to execute a controlling boot image based at least in part on the capabilities of the first device and the second device (312, 316, 318);
executing a first boot image by the first device when the first device is determined to execute the controlling boot image, the second device to be a resource for the first boot image (314); and
sending, by the first device, a second boot image stored on the first device to the second device when the second device is determined to execute the controlling boot image, wherein the first device to be a resource for the second boot image (324).
2. The method of claim I, further comprising:
determining, by the first device, whether the second boot image is compatible with the second device.
3. The method of claim 1, further comprising:
determining, by the first device, whether executing the second boot image on the second device is in compliance with boot policy stored on the first device.
4. The method of claim 3, further comprising:
updating the boot policy, by the first device, by contacting a central site before determining whether executing the second boot image on the second device is in compliance with boot policy stored on the first device.
5. The method of claim I, further comprising:
updating, by the first device, the second boot image before sending the second boot image to the second device.
6. The method of claim 1, further comprising:
entering a sleep state by an operating system executing on the first device after sending the second boot image to the second device; and

waking up from the sleep state when a connection between the first device and the second device is severed.
7. The method of claim 1, further comprising:
establishing a connection between the first device and the second device, wherein the first device is in operating system runtime and the second device is in preboot.
8. The method of claim 1 wherein discovering the capabilities of the second device
includes receiving, at the first device, capabilities reporting data from the second device in
response to a capabilities query from the first device.
9. The method of claim 1, further comprising:
authenticating the second device by the first device.
10. The method of claim I, wherein determining which of the first device and the second device is to execute a controlling boot image includes receiving, at the first device, confirmation of the determination from a user.
11. A method, comprising:
making a connection between a mobile device and a dock, wherein the mobile device is executing a first boot image and the dock is in preboot (302);
determining which of the mobile device and the dock to execute a controlling boot image based at least in part on capabilities of the mobile device and the dock (310, 312, 316,318);
when the dock to execute the controlling boot image, sending a second boot image from the mobile device to the dock and executing the second boot image on the dock, wherein the second boot image includes the controlling boot image (324); and
when the mobile device to execute the controlling boot image, executing the first boot image on the mobile device, wherein the first boot image includes the controlling boot image (314).
12. The method of claim II wherein determining which of the mobile device and the
dock to execute a controlling boot image includes determining if the dock is compatible
with one or more boot images stored on the mobile device.

13. The method of claim 11 wherein the second boot image is executed in a virtual machine environment of the dock.
14. The method of claim 11, further comprising:
updating the second boot image by the mobile device prior to sending the second boot image to the dock for execution on the dock.
15. The method of claim 11 wherein when the dock to execute the controlling boot
image, further comprising:
entering a sleep state by the first boot image executing on the mobile device.
16. The method of claim 11, further comprising;
receiving, at the mobile device, capabilities reporting data from the dock in response to a capabilities query from the mobile device.
17. A system, comprising:
a first computing device connected to a second computing device, wherein the first computing device having stored computer readable instructions that when executed by the first computing device perform operations comprising:
discovering the capabilities of the second computing device (310);
determining which of the first computing device and the second computing device is to execute a controlling boot image based at least in part on the capabilities of the first computing device and the second computing device(312, 316, 318);
executing a first boot image by the first computing device when the first computing device is determined to execute the controlling boot image, the second computing device to be a resource for the first boot image (314); and
sending the second boot image stored on the first computing device to the second computing device when the second computing device is determined to execute the controlling boot image, wherein the first computing device to be a resource for the second boot image (324).
18. The system of claim 17 wherein determining which of the first compufing device
and the second computing device is to execute a controlling boot image includes

determining if the second computing device is compatible with one or more boot images stored on the first computing device.
19. The system of claim 17 wherein determining which of the first computing device
and the second computing device is to execute a controlling boot image includes applying
policy stored on the first computing device.
20. The system of claim 17 wherein determining which of the first computing device
and the second computing device is to execute a controlling boot image includes receiving
confirmation of the determination from a user.

Documents

Orders

Section Controller Decision Date
15 devan rajagopalan 2018-01-12
15 devan rajagopalan 2018-01-12

Application Documents

# Name Date
1 4334-CHENP-2009 FORM-3 08-01-2010.pdf 2010-01-08
1 4334-CHENP-2009-FORM-27 [27-09-2024(online)].pdf 2024-09-27
2 4334-chenp-2009 form-18 13-01-2011.pdf 2011-01-13
2 4334-CHENP-2009-RELEVANT DOCUMENTS [15-09-2023(online)].pdf 2023-09-15
3 4334-CHENP-2009-RELEVANT DOCUMENTS [26-09-2022(online)].pdf 2022-09-26
3 4334-chenp-2009 correspondence others 13-01-2011.pdf 2011-01-13
4 4334-CHENP-2009-RELEVANT DOCUMENTS [23-09-2021(online)].pdf 2021-09-23
4 4334-chenp-2009 pct.pdf 2011-09-04
5 4334-CHENP-2009-RELEVANT DOCUMENTS [27-03-2020(online)].pdf 2020-03-27
5 4334-chenp-2009 pct search report.pdf 2011-09-04
6 4334-CHENP-2009-RELEVANT DOCUMENTS [28-05-2019(online)].pdf 2019-05-28
6 4334-chenp-2009 form-5.pdf 2011-09-04
7 4334-CHENP-2009-RELEVANT DOCUMENTS [28-03-2019(online)].pdf 2019-03-28
7 4334-chenp-2009 form-3.pdf 2011-09-04
8 4334-CHENP-2009-RELEVANT DOCUMENTS [21-03-2019(online)].pdf 2019-03-21
8 4334-chenp-2009 form-26.pdf 2011-09-04
9 4334-chenp-2009 form-1.pdf 2011-09-04
9 4334-CHENP-2009-IntimationOfGrant12-01-2018.pdf 2018-01-12
10 4334-chenp-2009 drawings.pdf 2011-09-04
10 4334-CHENP-2009-PatentCertificate12-01-2018.pdf 2018-01-12
11 4334-chenp-2009 description(complete).pdf 2011-09-04
11 Abstract_Granted 291686_12-01-2018.pdf 2018-01-12
12 4334-chenp-2009 correspondence others.pdf 2011-09-04
12 Claims_Granted 291686_12-01-2018.pdf 2018-01-12
13 4334-chenp-2009 claims.pdf 2011-09-04
13 Description_Granted 291686_12-01-2018.pdf 2018-01-12
14 4334-chenp-2009 abstract.pdf 2011-09-04
14 Drawings_Granted 291686_12-01-2018.pdf 2018-01-12
15 4334-chenp-2009 abstract.jpg 2011-09-04
15 Marked Up Claims_Granted 291686_12-01-2018.pdf 2018-01-12
16 4334-CHENP-2009 FORM-6 01-03-2015.pdf 2015-03-01
16 4334-CHENP-2009-Written submissions and relevant documents (MANDATORY) [03-11-2017(online)].pdf 2017-11-03
17 MTL-GPOA - JAYA.pdf ONLINE 2015-03-09
17 4334-CHENP-2009-Correspondence to notify the Controller (Mandatory) [11-10-2017(online)].pdf 2017-10-11
18 4334-CHENP-2009-HearingNoticeLetter.pdf 2017-10-04
18 MS to MTL Assignment.pdf ONLINE 2015-03-09
19 Abstract [06-10-2016(online)].pdf 2016-10-06
19 FORM-6-1201-1300(JAYA).43.pdf ONLINE 2015-03-09
20 Claims [06-10-2016(online)].pdf 2016-10-06
20 MTL-GPOA - JAYA.pdf 2015-03-13
21 Correspondence [06-10-2016(online)].pdf 2016-10-06
21 MS to MTL Assignment.pdf 2015-03-13
22 Description(Complete) [06-10-2016(online)].pdf 2016-10-06
22 FORM-6-1201-1300(JAYA).43.pdf 2015-03-13
23 4334-CHENP-2009-FER.pdf 2016-08-22
23 Examination Report Reply Recieved [06-10-2016(online)].pdf 2016-10-06
24 Other Document [06-10-2016(online)].pdf 2016-10-06
25 Examination Report Reply Recieved [06-10-2016(online)].pdf 2016-10-06
25 4334-CHENP-2009-FER.pdf 2016-08-22
26 Description(Complete) [06-10-2016(online)].pdf 2016-10-06
26 FORM-6-1201-1300(JAYA).43.pdf 2015-03-13
27 Correspondence [06-10-2016(online)].pdf 2016-10-06
27 MS to MTL Assignment.pdf 2015-03-13
28 Claims [06-10-2016(online)].pdf 2016-10-06
28 MTL-GPOA - JAYA.pdf 2015-03-13
29 Abstract [06-10-2016(online)].pdf 2016-10-06
29 FORM-6-1201-1300(JAYA).43.pdf ONLINE 2015-03-09
30 4334-CHENP-2009-HearingNoticeLetter.pdf 2017-10-04
30 MS to MTL Assignment.pdf ONLINE 2015-03-09
31 4334-CHENP-2009-Correspondence to notify the Controller (Mandatory) [11-10-2017(online)].pdf 2017-10-11
31 MTL-GPOA - JAYA.pdf ONLINE 2015-03-09
32 4334-CHENP-2009 FORM-6 01-03-2015.pdf 2015-03-01
32 4334-CHENP-2009-Written submissions and relevant documents (MANDATORY) [03-11-2017(online)].pdf 2017-11-03
33 4334-chenp-2009 abstract.jpg 2011-09-04
33 Marked Up Claims_Granted 291686_12-01-2018.pdf 2018-01-12
34 4334-chenp-2009 abstract.pdf 2011-09-04
34 Drawings_Granted 291686_12-01-2018.pdf 2018-01-12
35 4334-chenp-2009 claims.pdf 2011-09-04
35 Description_Granted 291686_12-01-2018.pdf 2018-01-12
36 Claims_Granted 291686_12-01-2018.pdf 2018-01-12
36 4334-chenp-2009 correspondence others.pdf 2011-09-04
37 4334-chenp-2009 description(complete).pdf 2011-09-04
37 Abstract_Granted 291686_12-01-2018.pdf 2018-01-12
38 4334-chenp-2009 drawings.pdf 2011-09-04
38 4334-CHENP-2009-PatentCertificate12-01-2018.pdf 2018-01-12
39 4334-chenp-2009 form-1.pdf 2011-09-04
39 4334-CHENP-2009-IntimationOfGrant12-01-2018.pdf 2018-01-12
40 4334-chenp-2009 form-26.pdf 2011-09-04
40 4334-CHENP-2009-RELEVANT DOCUMENTS [21-03-2019(online)].pdf 2019-03-21
41 4334-chenp-2009 form-3.pdf 2011-09-04
41 4334-CHENP-2009-RELEVANT DOCUMENTS [28-03-2019(online)].pdf 2019-03-28
42 4334-CHENP-2009-RELEVANT DOCUMENTS [28-05-2019(online)].pdf 2019-05-28
42 4334-chenp-2009 form-5.pdf 2011-09-04
43 4334-CHENP-2009-RELEVANT DOCUMENTS [27-03-2020(online)].pdf 2020-03-27
43 4334-chenp-2009 pct search report.pdf 2011-09-04
44 4334-CHENP-2009-RELEVANT DOCUMENTS [23-09-2021(online)].pdf 2021-09-23
44 4334-chenp-2009 pct.pdf 2011-09-04
45 4334-CHENP-2009-RELEVANT DOCUMENTS [26-09-2022(online)].pdf 2022-09-26
45 4334-chenp-2009 correspondence others 13-01-2011.pdf 2011-01-13
46 4334-CHENP-2009-RELEVANT DOCUMENTS [15-09-2023(online)].pdf 2023-09-15
46 4334-chenp-2009 form-18 13-01-2011.pdf 2011-01-13
47 4334-CHENP-2009 FORM-3 08-01-2010.pdf 2010-01-08
47 4334-CHENP-2009-FORM-27 [27-09-2024(online)].pdf 2024-09-27

ERegister / Renewals

3rd: 14 Mar 2018

From 23/01/2010 - To 23/01/2011

4th: 14 Mar 2018

From 23/01/2011 - To 23/01/2012

5th: 14 Mar 2018

From 23/01/2012 - To 23/01/2013

6th: 14 Mar 2018

From 23/01/2013 - To 23/01/2014

7th: 14 Mar 2018

From 23/01/2014 - To 23/01/2015

8th: 14 Mar 2018

From 23/01/2015 - To 23/01/2016

9th: 14 Mar 2018

From 23/01/2016 - To 23/01/2017

10th: 14 Mar 2018

From 23/01/2017 - To 23/01/2018

11th: 14 Mar 2018

From 23/01/2018 - To 23/01/2019

12th: 18 Dec 2018

From 23/01/2019 - To 23/01/2020

13th: 09 Dec 2019

From 23/01/2020 - To 23/01/2021

14th: 09 Dec 2020

From 23/01/2021 - To 23/01/2022

15th: 03 Dec 2021

From 23/01/2022 - To 23/01/2023

16th: 13 Dec 2022

From 23/01/2023 - To 23/01/2024