-1

If I am getting a data at 1Gbps from any sensor or any hardware. how can I write it to memory with same speed ?
I am not bothering about data I want writing speed should match with my receiving speed.

1
  • Looking at e.g. en.wikipedia.org/wiki/List_of_device_bit_rates there are plenty of hardware which have bandwidths over 1 Gbps, and unless you need permanent storage with the same write speed it shouldn't even be that hard to achieve sustained speeds over that. But you really should be more specific with what you are asking, as this is rather philosophical and thus not possible to answer properly.
    – zagrimsan
    Commented May 20, 2016 at 8:24

2 Answers 2

0

Yes, it's possible. A couple of SSds in RAID will do it for example

5
  • @renemik thanks for your reply . I want to send data to tx pin of USB port with 500Gbps . will my computer can able to process and stores it Commented May 19, 2016 at 9:37
  • Given that I don't know your computer or what a tx pin is, I cannot answer that.
    – renefritze
    Commented May 19, 2016 at 10:55
  • @BhavithCAcharya USB max speed is SuperSpeed USB 10 Gbps (USB 3.1). You will not be able to write 500Gbps.
    – DavidPostill
    Commented May 19, 2016 at 11:31
  • I glossed over the fact that you slipped in a 500x increase in the desired transfer rate. Do you want 1 or 500 Gbps?
    – renefritze
    Commented May 19, 2016 at 13:27
  • @DavidPostill To be precise, only USB 3.1 Gen 2 provides 10Gbps bandwidth... :P
    – Tom Yan
    Commented May 19, 2016 at 16:34
0

1Gbps (Gigabit per second) = 1000Mbps (Megabit per second) = 125MB/s (Megabyte per second); Even some modern consumer (spinning) HDD have that kind of sequential R/W speed.

If you are talking about 1GB/s (Gigabyte per second), you probably want an NVMe SSD.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .