Advertisement
nihalnoor

ECE 4045 Checklist

Jun 10th, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. ---------------------------------------- Part 1 - Routing Algorithms ----------------------------------------
  2.  
  3. Static Routing, Dynamic Routing
  4. Main Classes of Routing (OSPF, least cost - Bellman Ford, Djikstra)
  5. Count to Infinity
  6. Link-State Routing
  7. Djikstra's Algorithm
  8. Global Routing (Autonomous Systems)
  9. Path Vector Routing
  10. Border Gateway Protocol
  11.  
  12. ---------------------------------------- Part 2 - Queuing Theory ----------------------------------------
  13.  
  14. Components of System
  15. Kendal Notation
  16. Probability Theory Revision
  17. Baye's Theorem
  18. Bernoulli, Binomial Random Variable
  19. Poisson Process, Distribution
  20. Moment Generating Functions
  21.  
  22. Markov Process
  23. Markov Chain (Examples as well)
  24. Method of Distribution Functions (Solve Problems)
  25. Classification of chains and states
  26. State Probabilities, Stationary Distribution
  27. Global Balance Equations
  28. Exam Question Examples
  29. Birth Death Processes
  30.  
  31. Continuous Time Markov Chains
  32. Transition Rate Matrix Q
  33. State Transition Diagrams
  34.  
  35. ---------------------------------------- Part 3 - Queuing Analysis ----------------------------------------
  36. Performance Measurement and Terminology
  37. Steady State Parameters and Notation
  38. Little's Formula (Do examples)
  39. M/M/1/k Analysis
  40. M/M/c Servers
  41. M/M/m/m Queues
  42. Engineer's Example
  43.  
  44. ---------------------------------------- Part 4 - Flow/Error/Congestion Control ----------------------------------------
  45.  
  46. Flow Control - Stop and Wait
  47. S&W Transmission
  48. S&W Throughput (1 error)
  49. S&W Throughput (Multiple Errors)
  50. S&W Performance
  51.  
  52. Flow Control - Window Based
  53. Sliding Window
  54. Sequence Numbers
  55. Link Utilisation
  56. Selective Acknowledgement
  57. Go back N performance
  58.  
  59. Congestion Control vs Flow Control
  60. Responses to Congestion
  61. TCP Strategy - ACKs sent and received
  62. Review of TCP/IP Stack and Layers
  63.  
  64. Implementation of Congestion Control
  65. Sending Buffer
  66. Receiving Buffer
  67. Window Size
  68. Retransmission of frames
  69. Congestion Avoidance Phase
  70.  
  71. ---------------------------------------- Part 5 - Streaming Media ----------------------------------------
  72.  
  73. Delay Sensitive Traffic
  74. Streaming Media Requirements
  75. Continuous Streaming
  76. Real Time Transport Protocol (RTP)
  77. Functions of RTP
  78. Problems with RTP/UDP
  79.  
  80. HTTP Adaptive Streaming
  81. Content Delivery Networks
  82. Caching
  83. CDN Examples
  84. Quality of Service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement