DCN Lesson Plans - Data Communication & Network PDF

Title DCN Lesson Plans - Data Communication & Network
Author Shivam Sharma
Course Data Communication and Networking
Institution Galgotias University
Pages 19
File Size 583.9 KB
File Type PDF
Total Downloads 36
Total Views 177

Summary

Data Communication & Network...


Description

Date: 7/01/2020 Name of faculty: Mohd. Tajammul Name of Subject: Data Communication and Computer Network Subject Matter for students to prepare self notes, taken from different A) Books

B) Internet C) Teacher Notes related to

I.

Unit I

II.

Name of Topic and subtopic: Introduction to data communication

III.

Lesson Plan No. 1

A. Books

Data communications refers to the transmission of this digital data between two or more computers and a computer network or data network is a telecommunications network that allows computers to exchange data. The physical connection between networked computing devices is established using either cable media or wireless media. The best-known computer network is the Internet. This tutorial should teach you basics of Data Communication and Computer Network (DCN) and will also take you through various advance concepts related to Data Communication and Computer Network.

Why to Learn Data Communication & Computer Network? Network Basic Understanding A system of interconnected computers and computerized peripherals such as printers is called computer network. This interconnection among computers facilitates information sharing among them. Computers may connect to each other by either wired or wireless media.

Network Engineering Networking engineering is a complicated task, which involves software, firmware, chip level engineering, hardware, and electric pulses. To ease network engineering, the whole networking concept is divided into multiple layers. Each layer is involved in some particular task and is independent of all other layers. But as a whole, almost all

networking tasks depend on all of these layers. Layers share data between them and they depend on each other only to take input and send output.

Internet A network of networks is called an internetwork, or simply the internet. It is the largest network in existence on this planet.The internet hugely connects all WANs and it can have connection to LANs and Home networks. Internet uses TCP/IP protocol suite and uses IP as its addressing protocol. Present day, Internet is widely implemented using IPv4. Because of shortage of address spaces, it is gradually migrating from IPv4 to IPv6. Internet enables its users to share and access enormous amount of information worldwide. It uses WWW, FTP, email services, audio and video streaming etc. At huge level, internet works on Client-Server model. Internet uses very high speed backbone of fiber optics. To inter-connect various continents, fibers are laid under sea known to us as submarine communication cable.

C) Teacher Notes related to : NIL

Date: 8/01/2020 Name of faculty: Mohd. Tajammul Name of Subject: Data Communication and Computer Network Subject Matter for students to prepare self notes, taken from different B) Books

B) Internet C) Teacher Notes related to

I.

Unit I

II.

Name of Topic and subtopic: Components of data communication, data representation

III.

Lesson Plan No. 2

A. Books

The different components of Data communication are shown in the following figure.

1. Message: The message is the information (data) to be communicated. Popular forms of information include text, numbers, pictures, audio, and video. You May Also Like:

Data Communications and Its Characteristics Characteristics of Networks Protocols and Standards Different Data Flow Directions 2. Sender: The sender is the device that sends the data message. It can be a computer, workstation, telephone handset, video camera, and so on.

3. Receiver: The receiver is the device that receives the message. It can be a computer, workstation, telephone handset, television, and so on.

4. Transmission medium: The transmission medium is the physical path by which a message travels from sender to receiver. Some examples of transmission media include twisted-pair wire, coaxial cable, fiber-optic cable, and radio waves.

5. Protocol: A protocol is a set of rules that govern data communications. It represents an agreement between the communicating devices. Without a protocol, two devices may be connected but not communicating, just as a person speaking French cannot be understood by a person who speaks only Japanese.

Date: 9/01/2020 Name of faculty: Mohd. Tajammul Name of Subject: Data Communication and Computer Network Subject Matter for students to prepare self notes, taken from different C) Books

B) Internet C) Teacher Notes related to

I.

Unit I

II.

Name of Topic and subtopic: Data transmission modes

III.

Lesson Plan No. 3

A. Books

Simplex In simplex transmission mode, the communication between sender and receiver occurs in only one direction. The sender can only send the data, and the receiver can only receive the data. The receiver cannot reply to the sender. Simplex transmission can be thought of as a one-way road in which the traffic travels only in one direction—no vehicle coming from the opposite direction is allowed to drive through. To take a keyboard / monitor relationship as an example, the keyboard can only send the input to the monitor, and the monitor can only receive the input and display it on the screen. The monitor cannot reply, or send any feedback, to the keyboard.

Half Duplex

The communication between sender and receiver occurs in both directions in half duplex transmission, but only one at a time. The sender and receiver can both send and receive the information, but only one is allowed to send at any given time. Half duplex is still considered a one-way road, in which a vehicle traveling in the opposite direction of the traffic has to wait till the road is empty before it can pass through. For example, in walkie-talkies, the speakers at both ends can speak, but they have to speak one by one. They cannot speak simultaneously.

Full Duplex In full duplex transmission mode, the communication between sender and receiver can occur simultaneously. The sender and receiver can both transmit and receive at the same time. Full duplex transmission mode is like a two-way road, in which traffic can flow in both directions at the same time. For example, in a telephone conversation, two people communicate, and both are free to speak and listen at the same time.

Key Differences of the Three Transmission Modes  In simplex mode, the signal is sent in one direction. In half duplex mode, the signal is sent in both directions, but one at a time. In full duplex mode, the signal is sent in both directions at the same time.  In simplex mode, only one device can transmit the signal. In half duplex mode, both devices can transmit the signal, but one at a time. In full duplex mode, both devices can transmit the signal at the same time.  Full duplex performs better than half duplex, and half duplex in turn performs better than simplex.  Simplex: The keyboard sends the command to the monitor. The monitor cannot reply to the keyboard.  Half duplex: Using a walkie-talkie, both speakers can communicate, but they have to take turns.  Full duplex: Using a telephone, both speakers can communicate at the same time.  The full duplex transmission mode offers the best performance among the three, on account of the fact that it maximises the amount of bandwidth available.

Date: 10/01/2020 Name of faculty: Mohd. Tajammul Name of Subject: Data Communication and Computer Network Subject Matter for students to prepare self notes, taken from different A) Books

B) Internet C) Teacher Notes related to

I.

Unit I

II.

Name of Topic and subtopic: Serial and parallel data transmission

III.

Lesson Plan No. 4

A. Books

There are two ways to transfer data between computers: Serial Transmission and Parallel Transmission.

Serial Transmission Data is sent bit by bit from one computer to another in two directions. Each bit has a clock pulse rate. Eight bits are transmitted at a time, with a start and stop bit known as a parity bit, which is 0 and 1, respectively. Data cables are used when transmitting data over a longer distance. The data cable has Dshaped 9 pin cable that connects the data in series. Categories of Serial Transmission Asynchronous transmission – an extra bit is added to each byte to alert the receiver to the arrival of new data. 0 is used as a start bit, while 1 used as a stop bit. Synchronous transmission – no extra bit is added to each byte. Data is transferred in batches, each of which contains multiple bytes.

Parallel Transmission

Several bits are transmitted simultaneously with one clock pulse rate. It transmits quickly as it utilises several input and output lines for sending the data. It uses a 25-pin port with 17 signal lines and 8 ground lines. The 17 signal lines are divided as  4 lines – initiate handshaking  5 lines – communicate and notify errors  8 lines – transfer data

Applications Serial transmission occurs between two computers, or from a computer to an external device located far away. Parallel transmission can take place within a computer system, through a computer bus, or to an external device located nearby.

Examples One example of serial mode transmission is a connection established between a computer and a modem using the RS-232 protocol. An RS-232 cable can accommodate 25 wires, but only two of these wires are for data transmission; the rest are designated for overhead control signaling. The two data wires run using simple serial transmission in either direction. In this example, a computer may be far from the modem, making parallel transmission very expensive. With this in mind, speed of transmission is considered less important when compared to the economic advantage of serial transmission. An example of parallel mode transmission is a connection established between a computer and a printer. Most printers are within 6 meters (about 20 feet) from the transmitting computer, and the slight cost for extra wires is offset by the added speed gained through parallel transmission of data.

Date: 11/01/2020 Name of faculty: Mohd. Tajammul Name of Subject: Data Communication and Computer Network Subject Matter for students to prepare self notes, taken from different A) Books

B) Internet C) Teacher Notes related to

I.

Unit I

II.

Name of Topic and subtopic: Topologies and types of network

III.

Lesson Plan No. 5

A. Books

Whati sTopol ogy ? Topology defines the structure of the network of how all the components are interconnected to each other. There are two types of topology: physical and logical topology. Physical topology is the geometric representation of all the nodes in a network.

BusTopol ogy

o

The bus topology is designed in such a way that all the stations are connected through a single cable known as a backbone cable.

o

Each node is either connected to the backbone cable by drop cable or directly connected to the backbone cable.

o

When a node wants to send a message over the network, it puts a message over the network. All the stations available in the network will receive the message whether it has been addressed or not.

o

The bus topology is mainly used in 802.3 (ethernet) and 802.4 standard networks.

o

The configuration of a bus topology is quite simpler as compared to other topologies.

o

The backbone cable is considered as a "single lane" through which the message is broadcast to all the stations.

o

The most common access method of the bus topologies is CSMA (Carrier Sense Multiple Access).

CSMA: It is a media access control used to control the data flow so that data integrity is maintained, i.e., the packets do not get lost. There are two alternative ways of handling the problems that occur when two nodes send the messages simultaneously. o

CSMA CD: CSMA CD (Collision detection) is an access method used to detect the collision. Once the collision is detected, the sender will stop transmitting the data. Therefore, it works on "recovery after the collision".

o

CSMA CA: CSMA CA (Collision Avoidance) is an access method used to avoid the collision by checking whether the transmission media is busy or not. If busy, then the sender waits until the media becomes idle. This technique effectively reduces the possibility of the collision. It does not work on "recovery after the collision".

Adv ant agesofBust opol ogy : o

Low-cost cable: In bus topology, nodes are directly connected to the cable without passing through a hub. Therefore, the initial cost of installation is low.

o

Moderate data speeds: Coaxial or twisted pair cables are mainly used in busbased networks that support upto 10 Mbps.

o

Familiar technology: Bus topology is a familiar technology as the installation and troubleshooting techniques are well known, and hardware components are easily available.

o

Limited failure: A failure in one node will not have any effect on other nodes.

Di sadv ant agesofBust opol ogy : o

Extensive cabling: A bus topology is quite simpler, but still it requires a lot of cabling.

o

Difficult troubleshooting: It requires specialized test equipment to determine the cable faults. If any fault occurs in the cable, then it would disrupt the communication for all the nodes.

o

Signal interference: If two nodes send the messages simultaneously, then the signals of both the nodes collide with each other.

o

Reconfiguration difficult: Adding new devices to the network would slow down the network.

o

Attenuation: Attenuation is a loss of signal leads to communication issues. Repeaters are used to regenerate the signal.

Ri ngTopol ogy

o

Ring topology is like a bus topology, but with connected ends.

o

The node that receives the message from the previous computer will retransmit to the next node.

o

The data flows in one direction, i.e., it is unidirectional.

o

The data flows in a single loop continuously known as an endless loop.

o

It has no terminated ends, i.e., each node is connected to other node and having no termination point.

o

The data in a ring topology flow in a clockwise direction.

o

The most common access method of the ring topology is token passing. o

Token passing: It is a network access method in which token is passed from one node to another node.

o

Token: It is a frame that circulates around the network.

Wor ki ngofTok enpass i ng o

A token moves around the network, and it is passed from computer to computer until it reaches the destination.

o

The sender modifies the token by putting the address along with the data.

o

The data is passed from one device to another device until the destination address matches. Once the token received by the destination device, then it sends the acknowledgment to the sender.

o

In a ring topology, a token is used as a carrier.

Adv ant agesofRi ngt opol ogy : o

Network Management: Faulty devices can be removed from the network without bringing the network down.

o

Product availability: Many hardware and software tools for network operation and monitoring are available.

o

Cost: Twisted pair cabling is inexpensive and easily available. Therefore, the installation cost is very low.

o

Reliable: It is a more reliable network because the communication system is not dependent on the single host computer.

Di sadv ant agesofRi ngt opol ogy : o

Difficult troubleshooting: It requires specialized test equipment to determine the cable faults. If any fault occurs in the cable, then it would disrupt the communication for all the nodes.

o

Failure: The breakdown in one station leads to the failure of the overall network.

o

Reconfiguration difficult: Adding new devices to the network would slow down the network.

o

Delay: Communication delay is directly proportional to the number of nodes. Adding new devices increases the communication delay.

St arTopol ogy

o

Star topology is an arrangement of the network in which every node is connected to the central hub, switch or a central computer.

o

The central computer is known as a server, and the peripheral devices attached to the server are known as clients.

o

Coaxial cable or RJ-45 cables are used to connect the computers.

o

Hubs or Switches are mainly used as connection devices in a physical star topology.

o

Star topology is the most popular topology in network implementation.

Adv ant agesofSt art opol ogy o

Efficient troubleshooting: Troubleshooting is quite efficient in a star topology as compared to bus topology. In a bus topology, the manager has to inspect the kilometers of cable. In a star topology, all the stations are connected to the centralized network. Therefore, the network administrator has to go to the single station to troubleshoot the problem.

o

Network control: Complex network control features can be easily implemented in the star topology. Any changes made in the star topology are automatically accommodated.

o

Limited failure: As each station is connected to the central hub with its own cable, therefore failure in one cable will not affect the entire network.

o

Familiar technology: Star topology is a familiar technology as its tools are cost-effective.

o

Easily expandable: It is easily expandable as new stations can be added to the open ports on the hub.

o

Cost effective: Star topology networks are cost-effective as it uses inexpensive coaxial cable.

o

High data speeds: It supports a bandwidth of approx 100Mbps. Ethernet 100BaseT is one of the most popular Star topology networks.

Di sadv ant agesofSt art opol ogy o

A Central point of failure: If the central hub or switch goes down, then all the connected nodes will not be able to communicate with each other.

o

Cable: Sometimes cable routing becomes difficult when a significant amount of routing is required.

Tr eet opol ogy

o

Tree topology combines the characteristics of bus topology and star topology.

o

A tree topology is a type of structure in which all the computers are connected with each other in hierarchical fashion.

o

The top-most node in tree topology is known as a root node, and all other nodes are the descendants of the root node.

o

There is only one path exists between two nodes for the data transmission. Thus, it forms a parent-child hierarchy.

Adv ant agesofTr eet opol ogy

o

Support for broadband transmission: Tree topology is mainly used to provide broadband transmission, ...


Similar Free PDFs