Thursday 10 November 2016

Assignment : DATA COMMUNICATION AND NETWORK TECHNOLOGIES

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}

Assignment : DATA COMMUNICATION AND NETWORK TECHNOLOGIES

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}

Passing Array to Java Script Function

You can an array to JavaScript function as an argument. In side of function you can handle this argument in any other programming language. Take a look on following example : 

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Array to Java Script Function : Girfa</title>
<script language="javascript">
     function ardemo(ar)
     {
          
           for(i=0;i<ar.length;i++)
                document.write("[" +ar[i] + "] ");
          
          
     }
</script>
</head>

Wednesday 9 November 2016

Syllabus Data Communication and Network Technologies

Outline of Course


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