Source author record

Shuhao Liu

Shuhao Liu appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
5topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2016arXiv

Imaging the Long Transport Lengths of Photo-generated Carriers in Oriented Perovskite Films

Organometal halide perovskite has emerged as a promising material for solar cells and optoelectronics. Although the long diffusion length of photo-generated carriers is believed to be a critical factor responsible for the material's high efficiency in solar cells, a direct study of carrier transport over long distances in organometal halide perovskites is still lacking. We fabricated highly oriented crystalline CH$_3$NH$_3$PbI$_3$ (MAPbI$_3$) thin film lateral transport devices with long channel length (~ 120 $μ$m). By performing spatially scanned photocurrent imaging measurements with local illumination, we directly show that the perovskite films prepared here have very long transport lengths for photo-generated carriers, with a minority carrier (electron) diffusion length on the order of 10 $μ$m. Our approach of applying scanning photocurrent microscopy to organometal halide perovskites may be further used to elucidate the carrier transport processes and vastly different carrier diffusion lengths (~ 100 nm to 100 $μ$m) in different types of organometal halide perovskites.

preprint2015arXiv

RepNet: Cutting Tail Latency in Data Center Networks with Flow Replication

Data center networks need to provide low latency, especially at the tail, as demanded by many interactive applications. To improve tail latency, existing approaches require modifications to switch hardware and/or end-host operating systems, making them difficult to be deployed. We present the design, implementation, and evaluation of RepNet, an application layer transport that can be deployed today. RepNet exploits the fact that only a few paths among many are congested at any moment in the network, and applies simple flow replication to mice flows to opportunistically use the less congested path. RepNet has two designs for flow replication: (1) RepSYN, which only replicates SYN packets and uses the first connection that finishes TCP handshaking for data transmission, and (2) RepFlow which replicates the entire mice flow. We implement RepNet on {\tt node.js}, one of the most commonly used platforms for networked interactive applications. {\tt node}'s single threaded event-loop and non-blocking I/O make flow replication highly efficient. Performance evaluation on a real network testbed and in Mininet reveals that RepNet is able to reduce the tail latency of mice flows, as well as application completion times, by more than 50\%.

preprint2014arXiv

Low Latency Datacenter Networking: A Short Survey

Datacenters are the cornerstone of the big data infrastructure supporting numerous online services. The demand for interactivity, which significantly impacts user experience and provider revenue, is translated into stringent timing requirements for flows in datacenter networks. Thus low latency networking is becoming a major concern of both industry and academia. We provide a short survey of recent progress made by the networking community for low latency datacenter networks. We propose a taxonomy to categorize existing work based on four main techniques, reducing queue length, accelerating retransmissions, prioritizing mice flows, and exploiting multi-path. Then we review select papers, highlight the principal ideas, and discuss their pros and cons. We also present our perspectives of the research challenges and opportunities, hoping to aspire more future work in this space.