March 28, 2013

Lab Manual Of Computer Communication and Networks

1 Introduction to Networking Devices https://cs-study.blogspot.com/2012/09/networking-devices.html
2 Introduction to Packet Tracer https://cs-study.blogspot.com/2012/10/what-is-packet-tracer.html
3 Packet Tracer CLI commands https://cs-study.blogspot.com/2012/10/packet-tracer-cli.html
4 Introduction to Cables https://cs-study.blogspot.com/2012/10/networking-cables-and-connections.html
5 Communication in PT, getting started .. https://cs-study.blogspot.com/2012/10/communication-between-pcs-in-packet.html
6 RIP on Packet Tracer https://cs-study.blogspot.com/2012/10/rip-on-packet-tracer.html
7 RIP V2 on Packet Tracer https://cs-study.blogspot.com/2012/10/rip-version-2-on-packet-tracer.html
8 EIGRP on Packet Tracer https://cs-study.blogspot.com/2012/10/eigrp-on-packet-tracer.html
9 OSPF on Packet Tracer https://cs-study.blogspot.com/2013/03/ospf-on-packet-tracer.html
10 DHCP on Router https://cs-study.blogspot.com/2012/10/dhcp-on-packet-tracer.html
11 DHCP on PT through Server https://cs-study.blogspot.com/2012/10/dhcp-on-packet-tracer-through-server.html
12 DNS on Packet Tracer https://cs-study.blogspot.com/2012/10/dns-on-packet-tracer.html
13 VLANS on Packet Tracer https://cs-study.blogspot.com/2012/11/vlan-on-packet-tracer.html
14 VTP on Packet Tracer https://cs-study.blogspot.com/2012/11/vtp-on-packet-tracer.html
15 Spanning Tree Protocol on Packet Tracer https://cs-study.blogspot.com/2012/11/spanning-tree-protocol-on-packet-tracer.html
16 Sticky MAC addresses https://cs-study.blogspot.com/2012/12/sticky-mac-addresses.html
17 Inter VLAN Routing (Router on a Stick) https://cs-study.blogspot.com/2012/11/inter-vlan-routing-router-on-stick.html
18 CDP on Packet Tracer https://cs-study.blogspot.com/2012/12/cdp-cisco-discovery-protocol.html
19 Telnet and SSH https://cs-study.blogspot.com/2012/12/telnet-and-ssh-on-packet-tracer.html
20 Password Authentication Protocol on PT https://cs-study.blogspot.com/2012/12/password-authentication-protocol-on.html
21 Challenge Hand Shake Authentication Protocol on PT https://cs-study.blogspot.com/2012/12/point-to-point-protocol-on-packet.html
22 Voice Over IP on PT (VOIP) https://cs-study.blogspot.com/2012/12/voice-over-ip-voip-on-packet-tracer.html
23 Wireless Communication on Packet Tracer https://cs-study.blogspot.com/2012/12/wireless-communication-in-packet-tracer.html
24 Access Control List on PT https://cs-study.blogspot.com/2012/11/acl-on-packet-tracer.html
NS2 (Network Simulator - 2) Tutorials
25 NS 2 and Ubuntu Installation https://cs-study.blogspot.com/2012/12/ns2-installation-and-ubuntu.html
26 Nodes Creation in NS 2 https://cs-study.blogspot.com/2012/12/add-following-code-to-new-file-and.html
27 Traffic Flow in NS 2 https://cs-study.blogspot.com/2012/12/traffic-flow-on-nodes-in-ns2.html
28 Dynamic Nodes generation and traffic flow in ns2    https://cs-study.blogspot.com/2013/05/dynamic-nodes-generation-and-traffic.html  
29 Xgraph in NS2  https://cs-study.blogspot.com/2013/05/xgraph-in-ns2.html
 30   Wireless Communication in NS2




11 comments:

  1. Shard Global Ltd offers IP Camera Installation in UK and intelligent security solutions that enable a smarter, safer world. As the global market leader in network video, Axis is driving the industry by continually launching innovative network products based on an open platform - delivering high value to customers through a global partner network.



    With UK Phone Systems, you get the most advanced and fully featured phone system in the industry. It is a system that is ultra-reliable and supported by a highly trained staff located right here in the UK, a system that will save you money and enable you to focus on your business.




    ReplyDelete
  2. Thanks for sharing valuable resource, anyone wants to buy waterproof plastic connector USA may also follow : waterproof plastic connector USA

    ReplyDelete
  3. Replies
    1. Check out these website as well
      www.routexp.com
      www.networksbaseline.com

      Delete
  4. This comment has been removed by the author.

    ReplyDelete
  5. Really very informative and creative contents. This concept is a good way to enhance the knowledge.thanks for sharing. please keep it up
    IOT Training in Gurgaon

    ReplyDelete
  6. Great Show
    http://www.routexp.com/search/label/Cisco-%20Routing%20and%20Switching?&max-results=6

    ReplyDelete
  7. Sometime few educational blogs become very helpful while getting relevant and new information related to your targeted area. As I found this blog and appreciate the information delivered to my database.ซื้อ server dell

    ReplyDelete
  8. I’m really amazed with your posting skills as well as with the layout on your blog site. Very informative and well written post! Quite interesting and nice topic chosen for the post Nice Post keep it up.Excellent post.
    벨덴

    ReplyDelete
  9. Well i would like to say you here that this is good and easy learning for computer now a days students joined online classes where they can QandA to the teachers about their computer studies !!

    ReplyDelete
  10. I just want to thank you for sharing your information and your site or blog this is simple but nice Information I’ve ever seen i like it i learn something today. IT Service Management Berlin

    ReplyDelete

C program to Read From a File

#include <stdio.h> #include <stdlib.h> void main() {     FILE *fptr;     char filename[15];     char ch;   ...