Skip to content

StoneLyu/COMP5416_Advanced_Network_Technologies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

COMP5416_Advanced_Network_Technologies

Assignments Source Code of COMP5416 Advanced Network Technologies


Introduction

This lecture focuses on Networking, Mobile Computing, Internet of Things. And it also focuses on how is information transported and how to make communications efficient.

This repo contains two assignments:

  1. Implementation of TCP and UDP servers and clients with Python2.7
    you can find the code here

  2. The solutions of Queueing Theory (Random Process) and Network Optimization (A Math Approach)

    1. Queueing Theory

      • Find the stationary distribution of an M/M/2/6 queue where $\lambda = 1, \mu = 2$.
        you can find the code of M/M/2/6 here

      • Find the stationary distribution of an M/M/5/10 queue where $\lambda = 1, \mu = 1$.
        you can find the code of M/M/5/10 here

    2. Network Optimization you can find the questions here and solutions here

About

Assignment Source Code of COMP5416 Advanced Network Technologies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages