Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

DCCN lab programs and tutorial videos

Categories: DCCN Lab. No Comments on DCCN lab programs and tutorial videos

Configuring a Router using CLI in Cisco Packet TracerThis article provides links to all DCCN lab programs. Many of the lab programs are provided with textual links as well as video links to support a wide range of audience.   Software required to conduct/perform DCCN lab experiments are Cisco Packet Tracer (CPT), Java and Network […]

Read the rest of this entry »

DCCN lab program – To implement TCP congestion control algorithm

Categories: DCCN Lab. No Comments on DCCN lab program – To implement TCP congestion control algorithm

Aim To implement TCP congestion control algorithm.   S/W required NS2, Xgraph   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Background information Congestion is an important factor in packet switched network. It refers to the state of a network where […]

Read the rest of this entry »

DCCN lab program – To implement Link State Routing algorithm

Categories: DCCN Lab. No Comments on DCCN lab program – To implement Link State Routing algorithm

Aim To implement Link State Routing algorithm.   S/W required NS2   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Background information The Link State Routing Algorithm is an interior protocol used by every router to share information or knowledge about […]

Read the rest of this entry »

DCCN lab program – To implement Distance Vector Routing algorithm

Categories: DCCN Lab. No Comments on DCCN lab program – To implement Distance Vector Routing algorithm

Aim To implement Distance Vector Routing algorithm.   S/W required NS2   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Background information Distant vector routing protocol also called as Bellman-Ford algorithm or Ford Fulkerson algorithm used to find the shortest route […]

Read the rest of this entry »

DCCN lab program – To implement flow control protocols

Categories: DCCN Lab. No Comments on DCCN lab program – To implement flow control protocols

Aim To implement flow control protocols like Sliding Window, Go Back N, and Selective Repeat protocols.   S/W required NS2   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Background information Sliding window protocol The working of the sliding window protocol […]

Read the rest of this entry »

DCCN lab program – To implement stop-and-wait protocol

Categories: DCCN Lab. No Comments on DCCN lab program – To implement stop-and-wait protocol

Aim To implement stop-and-wait protocol.   S/W required NS2   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Background information Flow control Flow control is a technique that allows two stations working at different speeds to communicate with each other. It […]

Read the rest of this entry »

DCCN lab program: To implement High-Level Data Link Control (HDLC) protocol

Categories: DCCN Lab. No Comments on DCCN lab program: To implement High-Level Data Link Control (HDLC) protocol

Aim To implement High-Level Data Link Control (HDLC) protocol.   S/W required Cisco Packet Tracer   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Theory HDLC (High-Level Data Link Control) is a bit-oriented protocol that is used for communication over the […]

Read the rest of this entry »

DCCN lab program – To write a socket program for implementing ping command in Java

Categories: DCCN Lab. No Comments on DCCN lab program – To write a socket program for implementing ping command in Java

Aim To write a socket program for implementing ping command in Java.   S/W required Java   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Background information Client-server communication model One of the widely used way of communication across the Internet […]

Read the rest of this entry »

DCCN lab program – To implement client-server communication using socket programming

Categories: DCCN Lab. No Comments on DCCN lab program – To implement client-server communication using socket programming

Aim To implement client-server communication using socket programming.   S/W required Java   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Background information Client-Server communication model One of the widely used way of communication across the Internet is the client-server communication. […]

Read the rest of this entry »

DCCN lab program – To implement error detection and error correction techniques

Categories: DCCN Lab. No Comments on DCCN lab program – To implement error detection and error correction techniques

Aim To implement error detection and error correction techniques.   S/W required Java   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Background information An error occurs when the output information does not match the input information. Digital signals suffer from […]

Read the rest of this entry »