May 31, 2015

Networking Terminologies

Please write a brief note on all the terminologies. A quiz will be taken on the following in the upcoming class.


Unshielded Twisted Pair Cables (UTP).
T568-A color Schemes for Straight Through, Cross Over, Roll Over Cables.
T568-B color Schemes for Straight Through, Cross Over, Roll Over Cables.

Network congestion
TCP congestion-avoidance
         
Additive increase/multiplicative decrease
Slow-start
Fast Retransmit and Fast Recovery

FireWall and VPNs
IP Tunnel
Asynchronous Transfer Mode (ATM):-
             Try to cover all the terminologies used in the following tutorial. ATM Tutorial     
    
NS2

Simulator class in NS2
Networking Nodes in NS2 and their features
Types of links available for us to use in NS2
Bandwidth
Latency Time
Queueing Algorithms
TCP
UDP
CBR
FTP
TCP Sink Agent
NULL Agent

.........................
Paper Pattern:

Q1. Theoretical Portion as defined above. Prepare comprehensively.
Q2. NS2 complete. Prepare thoroughly. You will have to write code.
Q3. Do prepare thoroughly for RiverBed. You will have to perform task on riverbed. Following tasks are excluded.

A Shared media network
A direct link network
Small office network



23 comments:

  1. Sir you are legend...

    ReplyDelete
  2. LearnNewSkills.co.uk is a unique platform which will help you gain new qualifications and help you stand out in a competitive job market, progress in your current career or move into a completely new filed. Distance learning is always flexible and you can study anytime anywhere you want. Our main purpose is to help potential students find the right qualifications they need to succeed, under one platform. LearnNewSkills is a unique platform which will helps Learn New Skills. Here are the best options for Distance learning, Learn new Skills, Distance learning courses,Home Learning courses and Short Courses.

    ReplyDelete
  3. Thank you so much for sharing and please share some more informative posts. bank tests

    ReplyDelete
  4. नोटबंदी के 50वें दिन, मोदी सरकार के फैसले से निराश हैं जनता
    Readmore todaynews18.com https://goo.gl/NJUQY9

    ReplyDelete
  5. Hello evryone
    Welcome To Glub Casino online
    ]Please Click Here this Link Now
    thanks You
    จีคลับ
    บอลออนไลน
    gclub online

    ReplyDelete
  6. welcome to gclub kasino online all game please click here to join us now >>

    goldenslot casino
    บาคาร่าออนไลน์
    gclub casino


    thank you for joining!

    ReplyDelete
  7. nice blog sir
    and this blog content is very nice.
    Date Sheet

    ReplyDelete
  8. Are you a blogger? If yes, then this tool is only for you. Download this app in your Android phone and be a Pro blogger. Thanks...

    App name - Next Blogger
    Search it in Google play store.
    Link - https://play.google.com/store/apps/details?id=com.wNextBlogger_5896456

    ReplyDelete
  9. Wonderful content will share in my circle
    http://www.routexp.com/2017/10/discussion-about-sfp-sfp-qsfp-qsfp-xfp.html

    ReplyDelete
  10. Thannks for sharing the knowledge about Networking Terminologies.
    Mobile Repairing course in Noida & Delhi

    ReplyDelete
  11. Thanks for the wonderful article.

    Stay connected
    http://www.routexp.com
    http://www.networksbaseline.com

    ReplyDelete
  12. This comment has been removed by the author.

    ReplyDelete
  13. The network term you came up with is very helpful to me. It helps my work a lot. I appreciate your article.
    duck life

    ReplyDelete
  14. Great post! I am actually getting ready to across this information, is very helpful my friend. Also great blog here with all of the valuable information you have. Ethernet Cables

    ReplyDelete
  15. This comment has been removed by the author.

    ReplyDelete
  16. Thanks for sharing such an wonderful and useful post with us.
    CCNA course in Pune

    ReplyDelete

C program to Read From a File

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