1. Huawei HCIA-Storage V5.0 Training Material (Course Number H13-611).
Reference: Chapter 2
"Storage Network Technology and Evolution
" Section "SAS Port."
Content: The official training material explicitly states
"SAS uses the serial point-to-point (P2P) connection mode. Each device exclusively occupies a transmission channel
and the bandwidth does not need to be shared. In addition
full-duplex communication is supported." This directly validates the question's assertion that SAS uses a point-to-point design to establish a dedicated link.
2. Patterson
D. A.
& Hennessy
J. L. (2017). Computer Organization and Design RISC-V Edition: The Hardware Software Interface. Morgan Kaufmann.
Reference: Chapter 6
"The Processor: Datapath and Control
" Section 6.8 "Parallelism and Advanced Instruction-Level Parallelism" (in related sections discussing I/O buses).
Content: While not a direct Huawei source
this foundational university-level textbook describes the evolution of storage interfaces. It explains the transition from parallel
shared buses (like parallel SCSI) to serial
point-to-point links (like SAS and SATA) to overcome performance bottlenecks. It clarifies that point-to-point links
such as those in SAS
provide dedicated bandwidth between the controller and the device
which is a core principle of modern I/O architecture.
3. Stallings
W. (2016). Computer Organization and Architecture: Designing for Performance (10th ed.). Pearson.
Reference: Chapter 7
"Input/Output
" Section 7.5 "I/O Channels and Processors."
Content: This standard university textbook on computer architecture details various interconnection structures. It describes Serial Attached SCSI as a key example of a point-to-point interconnect for storage devices
contrasting it with the multi-drop bus configuration of earlier parallel SCSI. The text emphasizes that in a point-to-point link
"a dedicated
unshared path exists between a master and a slave
" which directly supports the statement in the question.