• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

Uncategorized

Configuration of Static Routing Table and Routing Information Protocol (RIP) using Packet Tracer

June 6, 2012 by ProjectsGeek Leave a Comment


Year: B.E (Information Technology)

Subject: Advanced Computer Network – Lab (ACN)
    AIM:Configuration of Static Routing Table and Routing Information Protocol (RIP) using Packet     Tracer.

THEORY:
     Router:  Network router can be defined as network device with interfaces multiple networks whose task is to copy packets from one network to another usingthe routing tables stored in the memory.  Router utilizes one or more routing protocols( i.e RIP,BGP, OSPF. Routers also accept routes which are configured manually by a network administrator. Those routes can be called as static routes. The router use this information to make routing tables. The network router will then use these routing table to make decisions about which packets to copy to which of its interfaces. This process is known as routing.
    Router has four components: input ports, output ports, the routing processor and the switching fabric.
a)    Input port performs the physical and data link layer functions of the router. The bits are constructed from the received signal, packet is de-capsulated from the frame, errors are detected and corrected. The packet is ready to be forwarded by the network layer. Input ports has buffers (queues) to hold the packets before they are directed to the switching fabric.
b)    An output port performs the same function as the input port, but in the reverse order.
c)    Routing Processor: The destination address is used to find the address of the next hop. Routing processor searches routing tables.

     
    Switching Fabrics: It moves the packet from the input queue to the output queue. In the past, memory of the computer or a bus was used as the switching fabric. The simplest type of switching fabric is the crossbar switch which connects n inputs to n outputs in a grid, using electronics micro-switches at each cross point. 

Configuration of Static Routing Table and Routing Information Protocol (RIP) using Packet Tracer 1
                                                   Download Full Assignment 

Other Projects to Try:

  1. BE-IT Advanced Computer Networking Notes
  2. Detecting SNMP service on a network Final Year Project
  3. Computer Network Technology
  4. Active Source Routing Protocol Mobile Networks project
  5. Networking Projects for Computer Science

Filed Under: Uncategorized

Installation of NS-2 and Test network animation on Network Simulator2 (NS2).

June 6, 2012 by ProjectsGeek Leave a Comment


Year: B.E (Information Technology)

Subject: Advanced Computer Network – Lab (ACN)

AIM:Installation of NS2 and Test network Animation on Network Simulator (NS2).
  
THEORY:
NS2 is Known to be popular open source discrete event simulator for computer networks. It is often used by some researches to help evaluate the performance of these  protocols or validate analytical models. ns2 allows you to setup a computer network, consisting of nodes/routers and links. You can then send packets over the network using a variety of different protocols at different layers. You can use ns2, for example, if we have designed new protocol to replace  TCP. We can Use ns2 to  implement  new protocol and compare its performance issues to TCP. This will allows us to test ideas before trying real-world experiments.


Network simulator 2 (ns2) is  popular open source event simulator for computer networks. It is sometimes used by researches to evaluate the performance of new protocols or validate analytical models. ns2 allows you to setup a computer network, consisting of nodes/routers and links. You can then send data (packets) over the network using a variety of different protocols at different layers. You can use ns2, for example, if you have designed a new protocol to replace or augment TCP. You can use NS2 to implement your new protocol and compare its performance issues to TCP. This allows you to test ideas before trying real-world experiments. NS2 stands for Network Simulator. Used in the simulation of routing protocols and also for networking research. It can also used for wireless and wired networks. NS2 is build from C++ and Python. 

Installation of NS-2 and Test network animation on Network Simulator2 (NS2). 2

Download Full Assignment 

Other Projects to Try:

  1. Computer Network Technology
  2. BE-IT Advanced Computer Networking Notes
  3. Network security projects
  4. Configuration of Static Routing Table and Routing Information Protocol (RIP) using Packet Tracer
  5. Active Source Routing Protocol Mobile Networks project

Filed Under: Uncategorized

BE-IT Advanced Computer Networking Notes

June 3, 2012 by ProjectsGeek 1 Comment

Topics to be Covered :


Unit I
Requirements,  Networking principles, Network architecture,Network services and Layered architecture, Future
networks (Cable TV, Internet , ATM , Wireless – Bluetooth, Wi-Fi, Cell phone, Wi-Max).

BE-IT Advanced Computer Networking Notes 3
Download Now   



Unit II
Virtual circuits, small size packets , fixed size packets , integrated service, History, Challenges, ATM Network , IP over ATM, Ad-hoc networks Basic concepts, routing protocols.
Wireless networks: Wireless communication basics, wireless network protocols architecture, mobility management. 
Bluetooth (802.15.1),  Optical paths and networks ,  Optical Network: links, WDM system, Wi-Fi (802.11),Optical LANs , WiMAX (802.16) .

BE-IT Advanced Computer Networking Notes 3
Download Now   

Unit III
Control of networks: Objectives , methods of control,  Datagram and ATM ,Circuit Switched networks,
networks, Datagram and ATM networks ,Circuits Switched networks,  Mathematical background for control of networks like .

BE-IT Advanced Computer Networking Notes 3
Download Now   



Unit IV
Advanced Routing – I:
Routing architecture, , IP switching , Routing between peers (BGP) and Multi- Protocol
Label Switching , MPLS Architecture , related protocols, CIDR –Introduction, CIDR addressing, CIDR address blocks and Bit masks Traffic Engineering  , TE with MPLS, NAT and VPN (L2, L3, and Hybrid).

BE-IT Advanced Computer Networking Notes 3
Download Now   



Unit V
Advanced Routing – II:
Voice and Video over IP, RTP, RSVP, QoS , neighbor discovery, auto-configuration,  IPv6: Why IPv6, basic protocol, extensions and options, routing. Changes to other protocols,Support for QoS, security, etc. Application Programming Interface for IPv6.
Mobile IP- characteristics, Mobile IP operation, Security related issues. Mobility in
networks.

BE-IT Advanced Computer Networking Notes 3
Download Now   



Unit VI
DoD Perspective on Mobile Ad Hoc Networks, Cluster-Based Networks, DSDV: Routing over a Multihop Wireless Network of Mobile Computers, DSR: Dynamic Source Routing Protocol for
Multihop Wireless Ad Hoc Networks .

BE-IT Advanced Computer Networking Notes 3
Download Now   

Other Projects to Try:

  1. Computer Network Technology
  2. Installation of NS-2 and Test network animation on Network Simulator2 (NS2).
  3. Active Source Routing Protocol Mobile Networks project
  4. Final Year Project-Multicast DNS Resolver project
  5. Configuration of Static Routing Table and Routing Information Protocol (RIP) using Packet Tracer

Filed Under: Uncategorized

Assembly Programs

May 17, 2012 by ProjectsGeek Leave a Comment

This page consist of Assembly Codes for Assignments of second year IT and Computer Engineering . All codes are tested and well formatted with output as well . If you find any error or misprint please inform by writing your comment below the post . You can also ask your Doubts by writing below this post .


How to Run these Programs :

For Running these program you should have installed Tasm on you computer . If you have not installed Tasm  yet please install from Here .

To find 1’s Complement of a Number   
Program to find 2’s Complement of a Number   
Program to Mask Lower Nibble 
Program to Mask Upper Nibble 
Program to find the GCD of Two Numbers
Program for ASCII-Binary conversion
Program to Pack the Two Unpacked BCD Numbers
Program to Unpack the Packed BCD Number
Program for Operation on Strings Assembly Language
Count the Number of 1’s in a Register
Program to Add Two 8 Bit Numbers
Program to Multiply Two 8 Bit Numbers
Program to Multiply Two 8 Bit Numbers Successive Addition Method
Multiply Two 8 Bit Numbers using Add and Shift Method
Program to Add Two 16 Bit Numbers
Program to Subtract Two 16 Bit Numbers
Program to Multiply Two 16 Bit Numbers
Program to Add Two 32 Bit Numbers
Program to Subtract Two 32 Bit Numbers
Program for Simulating AAA Instruction
Program for Binary-Gray conversion
Program For Conversion of BCD to Hex
Program For Conversion of Hex to BCD

Other Projects to Try:

  1. Assembly Language Codes
  2. Mask Lower Nibble in Assembly Language Code
  3. ASCII-Binary conversion in Assembly Language
  4. Unpack the Packed BCD Number code
  5. Subtract Two 8 Bit Numbers Code Assembly Language

Filed Under: Uncategorized

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 11
  • Page 12
  • Page 13

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy