Assignment 1.
What is the load on simple ALOHA system in packet/sec, with a data rate of 9600 bps,
packet size of 804 bits and G=0.75
{Where G is total rate of data presented to network for transmission or simply offered load}
Sr No.
|
Topic
|
Minimum No. of Hour
|
1
|
Data Communications
|
06
|
2
|
Communication Network Fundamentals
|
08
|
3
|
Media Access Control
|
06
|
4
|
Networking Components
|
06
|
5
|
Link Control and MAC Protocols
|
05
|
6
|
Local Area Networks (LAN)
|
05
|
7
|
Wide Area Networks (WAN)
|
08
|
8
|
Application Protocols
|
08
|
9
|
Wireless Networks
|
03
|
10
|
Security and Management
|
05
|
Lectures
|
60
|
|
Practical/tutorials
|
60
|
|
Total
|
120
|
Operator
|
Description
|
Associativity
|
( )
[ ] . -> ++ -- |
Parentheses
(function call)
Brackets (array subscript) Member selection in structure Member selection of structure via pointer Postfix increment/decrement |
left-to-right
|
++ --
+ - ! ~ (type) * & sizeof |
Prefix
increment/decrement
Unary plus/minus Logical negation/bitwise complement Cast (convert value to temporary value of type) Access Data via Pointer Address (of operand) Determine size in bytes on this implementation |
right-to-left |