Hello, World!

I am a:

Cyber Security Internship

As a cyber security intern, I studied the problem of routing information on networks and designed a new method of solution based on a recent machine learning approach to minimizing action functionals in physics. I presented this in December 2023 at the Information & Computer Sciences Department's Project Day, where it was granted the Best Poster Award in the Naval Information Warfare Center (NIWC) CyberSecurity Service Provider Intership Program.

Click here to view an implementation, an explanation of the idea, or the poster.

Poster

Explanation

In electrical engineering & computer science, a network is a mathematical structure that consists of a collection of nodes representing electric machines (like computers) and a collection of edges representing which pairs of nodes have a direct relationship (like a channel of communication between a pair of computers connected by a wired Ethernet connection or by an electromagnetic wave frequency used for wireless communication).

Wireless Networks

A wireless network is a network in which any node is able to communicate over wireless communication channels to other nodes whose distance to the node is less than the transmission radius of the node across that wireless communication channel. These distances tend to be much smaller than those for wired communication channels and the computing resources available to nodes on a wireless network pale in comparison to those on a wired network, so the routing algorithms for wired networks are prohibitively expensive for large wireless networks. If each node experienced the same amount of network traffic and the cost of a channel was proportial to the distance, then the optimal path in the network from one node to another node would closely approximate the straight line in the surface on which the network is embedded. However, our networks have heterogeneous costs associated with each edge (due to the cost of transmission along that wireless communication channel) and each node (due to its network traffic density). The intuition is that the speed with which information propagates through a node in a network is inversely related to the cost of the node (since it must wait for its turn to be processed).

Geometric Optics

In nature, the speed with which light propagates through a point in a medium is inversely related to the value at that point of the refractive index of the density (which is related to the refractive index). Thus, there is a formal analogy between network traffic density and optical medium density. Each possible path of light from one point to another have a cost which can be formulated as a path integral of the refractive indexwith respect to the line element, and the path taken by light in the regime of geometric optics is the one that minimizes the path integral.

Code

otbf

Contact