SearcharxivSearch

arXiv subjects

Kuan-Yen Chou

Publications and source records attributed to Kuan-Yen Chou.

3 recordsLinked to original sources

Constraints on extended axion structures from the lensing of fast radio bursts

Axions are hypothetical pseudoscalar particles that have been regarded as promising dark matter (DM) candidates. On the other hand, extended compact objects such as axion stars, which are supported by gravity and axion self interactions, may have also been formed in the early Universe and comprise part of DM. In this work, we consider the lensing of electromagnetic signals from distant sources by axion stars, as a way to constrain the properties of axion stars and fundamental axion parameters. Accounting for the effect of the finite size of the axion star, we study the lensing effect induced by gravity, and by axion-photon interactions. The latter effect is frequency dependent, and is relevant in the low frequency band, which motivates the use of fast radio burst (FRB) signals as a probe. We calculate the predicted number of lensed FRB events by specifying the fundamental axion parameters, axion star radial profile, fraction of DM residing in axion stars, and imposing lensing criteria based on the flux ratio and time delay between the brightest images from lensing. Assuming an optimistic case of $10^4$ observed FRB events, and a timing resolution of $1\,μ{\rm s}$, the lack of observed FRB lensing events in CHIME allows us to probe axion stars with mass $ \gtrsim 10^{-2} M_\odot$, corresponding to axion masses $\lesssim 10^{-10}\,{\rm eV}$ and for negligible axion-photon couplings. Even lighter axion stars up to $\sim 10^{-3} M_\odot$ can be probed, assuming axion-photon couplings of at least $10^{-6}\,{\rm GeV}^{-1}$. Our results indicate that while FRB lensing by axion stars lead to sensitivities that are competitive with conventional microlensing searches operating in the optical band, it remains a challenge to probe axion-photon induced lensing effects.

hep-ph

Fine-grained Distributed Data Plane Verification with Intent-based Slicing

Data plane verification has grown into a powerful tool to ensure network correctness. However, existing methods with monolithic models have memory requirements tied to network sizes, and the existing method of scaling out is too limited in expressiveness to capture practical network features. In this paper, we describe Scylla, a general data plane verifier that provides fine-grained scale-out without the need for a monolithic network model. Scylla creates models for what we call intent-based slices, each of which is constructed at the rule-level granularity with only enough to verify a given set of intents. The sliced models are retained and incrementally updated in memory across a distributed compute cluster in response to network updates. Our experiments show that Scylla makes the scaling problem more granular -- tied to the size of the intent-based slices rather than that of the overall network. This enables Scylla to verify large, complex networks in minimum units of work that are significantly smaller (in both memory and time) than past techniques, enabling fast scale-out verification with minimal resource requirement.

cs.NI

Plankton: Scalable network configuration verification through model checking

Network configuration verification enables operators to ensure that the network will behave as intended, prior to deployment of their configurations. Although techniques ranging from graph algorithms to SMT solvers have been proposed, scalable configuration verification with sufficient protocol support continues to be a challenge. In this paper, we show that by combining equivalence partitioning with explicit-state model checking, network configuration verification can be scaled significantly better than the state of the art, while still supporting a rich set of protocol features. We propose Plankton, which uses symbolic partitioning to manage large header spaces and efficient model checking to exhaustively explore protocol behavior. Thanks to a highly effective suite of optimizations including state hashing, partial order reduction, and policy-based pruning, Plankton successfully verifies policies in industrial-scale networks quickly and compactly, at times reaching a 10000$\times$ speedup compared to the state of the art.

cs.NI