DocumentCode
3764814
Title
BMCOW: An approach to modify shared page
Author
Binay Kumar
Author_Institution
Department Of Computer Science and Engineering, Central University of Rajasthan, Kishangarh, India
fYear
2015
Firstpage
1
Lastpage
6
Abstract
Copy on write technique to modify a shared memory page has been a novel idea by keeping the original page unchanged and modifying a duplicate copy of it. The modifiable content in a page can range from one byte to a complete page. The process which owns the page to be modified is kept suspended until the whole page is copied down. Page copying is done without caring the size of modifiable content. Process suspension and page content copying take further time. Also minor page fault is raised as further activity. COW technique, in virtual machines, to save redundant physical memory space is resulting today in memory disclosure attacks. Our work BMCOW as bytes modification & COW modifies shared pages in a way such that COW works on only unreferenced bytes of the pages and thus it avoids extra time of modification process. This avoids any known timing based attacks on virtual machines´ memory.
Keywords
"Virtual machining","Cloud computing","Virtual machine monitors","Memory management","Operating systems","Computers","Timing"
Publisher
ieee
Conference_Titel
India Conference (INDICON), 2015 Annual IEEE
Electronic_ISBN
2325-9418
Type
conf
DOI
10.1109/INDICON.2015.7443514
Filename
7443514
Link To Document