シーケンシャルアクセス

Multi tool use
シーケンシャルアクセス (英: sequential access) とは、記憶装置などにおけるデータへのアクセス方式のひとつであり、記憶媒体の先頭から順に検索しアクセスしていく。そのため、後ろに記録されたデータに辿り着くまで時間がかかる。これは順次アクセスとも言われる。
コンピュータでは利便性の点でランダムアクセスの機器がもっぱらだが、(かつての)カセットテープやビデオテープなどオーディオやビデオ用としては多用された。超大容量のバックアップや安全な輸送のためなど、コンピュータ用の磁気テープ機器にも一定の需要がある。
シーケンシャルアクセスのメディア
- 紙テープ
- パンチカード
- 磁気テープ
- クイックディスク
ファイルへのシーケンシャルアクセス
大抵のオペレーティングシステムは、ハードディスクやフロッピーディスク、RAMディスクなどの記憶媒体にファイルシステムを提供し、データをファイルごとに格納できるようになっている。
そして、一般に多くのオペレーティングシステムでは、通常のファイルであればシーク操作によってランダムアクセスができる。何らかの理由でシークができないファイル、あるいはディスク上のファイルではないパイプなどに対しては、シークができず、シーケンシャルアクセスしかできない。
 |
この項目は、コンピュータに関連した書きかけの項目です。この項目を加筆・訂正などしてくださる協力者を求めています(PJ:コンピュータ/P:コンピュータ)。 |
JB5v8Jvxx,X3 PaNK1wl1onCupjduXsoWzQ5Pn7hCsEhpvea1hAtH,VE ZzhF
Popular posts from this blog
4
Backstory: I have a Huawei HG8245 router in my house and I want to change the default username/password. I've tried following this guide but the config file always gets reset. My ISP isn't helping either so I'm looking for other ways to accomplish this. The router has telnet access so this seems like a way to change the credentials. The first shell I gain access to looks like this: WAP> Pressing "?" gives me a list of available commands which I've pasted here, the two interesting ones are "su" and "shell". I can't seem to get su access, even after logging in as root (challenge password prompt, and then nothing happens), but shell gives me a proper linux shell. WAP>shell BusyBox v1.18.4 (2017-12-26 17:06:34 CST) built-in shell (ash) Enter 'hel...
up vote
3
down vote
favorite
I have bluez 5.4.3 and I am attempting to communicate with a ble device through minicom. These two deceives (my computer and a bluno nano) are alreadt paired and this has been my method so far. #bluetoothctl # pair xx:xx:xx:xx:xx:xx # exit Everything is working well so far then... #sudo rfcomm connect /dev/rfcomm0 xx:xx:xx:xx:xx:xx 1 & [1] 3665 Can't connect RFCOMM socket: Host is down Does anyone know how to resolve this issue? Any help would be very much appreciated.
bluetooth bluez
share | improve this question
asked Feb 9 '17 at 18:46
Brandon Knape
46 2 ...
0
Every day this error occured on my pc, kernel panic error on interrupt, what will be the problem?
linux-mint
share
asked 6 mins ago
Vinod Selvin Vinod Selvin
1 1
New contributor
Vinod Selvin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment ...