I want to know what is meant by the USB stack and an example of it . I studied a lot about USB and I read some books like USB in a nutshell but “USB stack” wasn’t mentioned .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The term “stack” refers to either the abstract data structure (not relevant for this), or to a collection of software that performs a specific function. In the case of a “USB stack”, it’s the collection of hardware, firmware, kernel modules, drivers, and user programs that allow communication over USB links.
The term “stack” is used because the software components are often layered on top of one another, each using the services of the layer(s) below it.
You may also hear about the “networking stack”, or the “LAMP stack”, or other similar phrases. Wikipedia has an article on Solution stack, which is the same idea.