SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Downloaden Sie, um offline zu lesen
N E T W O R K I N G A N D &
C O M M U N I C A T I O N
S U B M I T T E D B Y S U B M I T T E D TO
A B H I S H E K YA D AV A N K I TA V E R M A
M B A ( H R )
S U B J E C T : I N F O R M AT I O N T E C H N O L O G Y S K I L L S
1
I N S T I T U T E O F M A N A G E M E N T S C I E N C E S
DATA COMMUNICATION
• The transfer of data/messages from one point to another point.
2
BASIC ELEMENTS OF
COMMUNICATION SYSTEM
• Three basic elements of communication system are:-
1. A sender (source) which creates the message to transmitted.
2. A medium which carries the message.
3. A receiver (destination) which receives the message.
BASIC ELEMENTS OF
COMMUNICATION SYSTEM
3
Sender
(source)
Receiver
(destination)
Medium
DATA TRANSMISSION MODES
• There are three ways, modes for transmitting data from one point to
another. These are simplex, half-duplex and full-duplex.
DATA TRANSMISSION
MODES
• Simplex:
• If transmission is simplex, communication can take place in
only one direction. For example, radio & T.V. etc.
• Half-Duplex:
• A half-duplex system can transmit data in both directions, but
only in one direction at a time. For example, wireless etc.
• Full-Duplex:
• A full-duplex system is used that allows information to flow
simultaneously in both directions on the transmission path.
For example, telephone etc.
4
DATA TRANSMISSION
MODES
5
Sender
Sender or
Receiver
Sender &
Receiver
Sender &
Receiver
Receiver or
Sender
Receiver
Simplex
Half-Duplex
or
Full-Duplex
and
DIGITAL & ANALOG
TRANSMISSION
• Digital transmission sends data as distinct pulses, either on or off, in much
the same way that data travels through the computer.
• Analog transmission, a continuous electrical signal in the form of a wave.
6
DIGITAL & ANALOG
TRANSMISSION
• Frequency: It is the rate (cycles/sec or HZ) at which the signals
repeat.
• Bandwidth: It is the range of frequencies that is available for the
transmission of data.
• Channel: A channel is a portion of the communications medium
allocated to the sender and receiver for conveying information between
them.
• Modems: A modem is a device that converts a digital signal to an
analog signal and vice versa.
7
8
TRANSMISSION MEDIA
• There are several types of physical channels (communication media)
through which data can be transmitted from one point to another.
Some of the most common data transmission medium are as under:-
• Wire Pairs: It is also known as twisted pair. Wire pairs are wires twisted
together to form a cable, which is thin insulated. Wire pairs are
inexpensive.
• Application: Telephone networks, within buildings & LAN etc.
• Benefits & Drawbacks:
• Cheap
• Low data rate
• Short range
• Easy to work with 9
TRANSMISSION MEDIA
• Coaxial Cable: are groups of specially wrapped and insulated wire lines
that are able to transmit data at very high rates. These cables can
transmit data much faster than wire pairs.
• Application: Long distance telephone transmission, Local Area
Networks etc.
• Fiber Optics: Instead of using electricity to send data, fiber optics uses
light.
• Application: Long haul trunks, Metropolitan trunks, LAN & WAN
etc.
• Benefits & Drawbacks:
• Greater capacity
10
TRANSMISSION MEDIA
• Fiber Optics: Instead of using electricity to send data, fiber optics uses
light.
• Application: Long haul trunks, Metropolitan trunks, LAN & WAN
etc.
• Benefits & Drawbacks:
• Greater capacity
• Smaller size & weight
• Lower attenuation
11
PROTOCOL
• A protocol is a set of rules and procedures established to control
transmission between two points.
• Some common protocols are:-
– TCP/IP (Transmission Control Protocol/Internet protocol)
– IPX (Internet Packet Exchange) etc.
COMPUTER NETWORKS
• Network : A computer system that uses communications
equipment to connect two or more computers and their
resources.
• Network Interface Card (NIC): A circuit board that can be
inserted into a slot inside a personal computer to allow it to
send and receive messages on a LAN.
• Node: A device, usually a personal computer, that is
connected to a computer.
• Topology: The physical layout of a network is called a topology.
– Some common network topologies are as under:-
12
NETWORK TOPOLOGIES
• Star Topology:
– A star network has a hub
computer that is responsible
for managing the network.
– All messages are routed
through the central
computer, which acts as a
traffic cop to prevent
collision.
– Any connection failure
between a node and the hub
will not affect the overall
system. 13
NETWORK TOPOLOGIES
• Ring Topology:
– A ring network links all nodes
together in a circular chain.
– Data messages travel in only one
direction around the ring.
– Any data passes by, is examined
by the node to see if it is
addressee;
– Data is passed on to the next
node in the ring.. Since data
travels in only one direction,
there is no danger of data
collision. 14
NETWORK TOPOLOGIES
• Bus Topology:
– A bus network has a single line
to which all the network nodes
are attached.
– Computers on the network
transmit data in the hope that it
will not collide with data
transmitted by other Nodes.
– If this happens, the sending
node simply tries again.
– Furthermore, if one node fails, it
does not affect the rest of the
network.
15
COMPUTER NETWORKS
• There are two ways to organize the resources in networking,
which are :-
– Peer to Peer Networking
– Client/Server Networking
16
• Peer to Peer Networking:In which, a group of computers
communicate directly with each other, rather than through a
central server.
• Client/Server Networking: A client/server arrangement
involves a server, the computer that controls the networks.
KINDS OF NETWORKS
• There are different kinds of networks, for example,
– LAN (Local Area Networks)
– WAN (Wide Area Networks)
– MAN (Metropolitan Area Network)
• Local Area Networks: A network which spreads over limited
geographical area is called as LAN.
• Wide Area Networks: A WAN is a network of geographically distant
computers. (e.g. Internet)
17
LOCAL AREA NETWORKS
• LAN refers to a network with the following characteristics:-
– The network is confined to a small area, typically a single building.
– The network consists of a shared transmission medium.
– The data rate on the network is high, anywhere from 1 Mbps to 100 Mbps.
• LAN Protocols: The two most common network protocols for LANs are
Ethernet & Token Ring network.
– Ethernet – The network protocol which uses the high speed network cable.
– Ethernet uses a bus topology, inexpensive and relatively simple to set up.
– Since all the computers in a LAN use the same cable to transmit and
receive data, they must follow a set of rules about when to communicate;
otherwise two or more computers could transmit at the same time,
18
LOCAL AREA NETWORKS
• LAN Protocols: The two most common network protocols for LANs are
Ethernet & Token Ring network.
– Ethernet – The network protocol which uses the high speed network
cable.
– Ethernet uses a bus topology, inexpensive and relatively simple to set
up.
– Since all the computers in a LAN use the same cable to transmit and
receive data, they must follow a set of rules about when to
communicate; otherwise two or more computers could transmit at the
same time,
– Ethernet – Causing lost messages. So, if the cable is in use, the
computer must wait.
• When the cable is free from other transmissions, the computer
can begin transmitting immediately. 19
LOCAL AREA NETWORKS
– Token Ring – which is closely associated with IBM, works on the
concept of a ring network topology, using a token, a kind of
electronic signal.
• Only one token is available on the network. When a computer
on a network wishes to transmit, it first captures the token;
only then can it transmit data.
• When the computer has sent its message, it releases the token
back to the network.
• Since only one token is circulating around the network, only
one device is able to access the network at a time.
20
NETWORK APPLICATIONS
Electronic Mail
Voice Mail
Facsimile Technology (FAX)
Electronic Data Interchange (EDI)
E–Commerce
Instant Banking
Video Conferencing etc.
21
INTERNET – & ITS USE…
• ISP - An internet service provider provides the facility to connect the
internet.
• Browser – is a software on the user’s computer that allows the user to
access the internet, for example, Internet explorer & Netscape
communicator etc.
• Domain Name – Which is the address of the specific web page.
• Search Engine – is a software that lets a user specify search terms; the
search engine then finds sites that fit those terms.
22
Geeks for geeks : https://www.geeksforgeeks.org/what-is-computer-
networking/
Wikipedia : https://en.wikipedia.org/wiki/Computer_network
Tutorialspoint :
https://www.tutorialspoint.com/data_communication_computer_network/
index.htm
Book reference : “DATA COMMUNICA TIONS AND NETWORKING “ By
Behrouz A. Forouzan from DeAnza College
http://eti2506.elimu.net/Introduction/Books/Data%20Communications%
20and%20Networking%20By%20Behrouz%20A.Forouzan.pdf
Mumbai University achieves :
https://archive.mu.ac.in/myweb_test/syllFybscit/dcn.pdf
23
REFERENCES
…. END
This is the end, beautiful friend
This is the end, my only friend
The end of our elaborate plans
The end of everything that stands
The end
Jim Morrison
Thanks !.
24

Weitere ähnliche Inhalte

Ähnlich wie Networking_and_Data_communication.pptx

Computer network and email basic concepts
Computer network and email basic conceptsComputer network and email basic concepts
Computer network and email basic conceptsMd Irfan Ansari
 
Skr+3200+chapter+1+(kweh)
Skr+3200+chapter+1+(kweh)Skr+3200+chapter+1+(kweh)
Skr+3200+chapter+1+(kweh)Ammar Shafiq
 
Unit 1 introduction to computer networks
Unit 1  introduction to computer networksUnit 1  introduction to computer networks
Unit 1 introduction to computer networkspavan kumar Thatikonda
 
Computer networks
Computer networksComputer networks
Computer networksTej Kiran
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.pptGetachewDires1
 
Networking Basic Refresh.pdf
Networking Basic Refresh.pdfNetworking Basic Refresh.pdf
Networking Basic Refresh.pdfCS Knowledge
 
Computer networks
Computer networksComputer networks
Computer networkssamina khan
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxADITYAKUMAR554673
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
Lecture #5 Data Communication and Network
Lecture #5 Data Communication and NetworkLecture #5 Data Communication and Network
Lecture #5 Data Communication and Networkvasanthimuniasamy
 
Data Communication 1
Data Communication 1Data Communication 1
Data Communication 1admercano101
 
datacommunicationnetworking-161025074805.pptx
datacommunicationnetworking-161025074805.pptxdatacommunicationnetworking-161025074805.pptx
datacommunicationnetworking-161025074805.pptxMouDhara1
 
Computer networks grade 7
Computer networks grade 7Computer networks grade 7
Computer networks grade 7samina khan
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
Telecom Network
Telecom NetworkTelecom Network
Telecom NetworkExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 

Ähnlich wie Networking_and_Data_communication.pptx (20)

Computer network and email basic concepts
Computer network and email basic conceptsComputer network and email basic concepts
Computer network and email basic concepts
 
Ppt on networking
Ppt on networkingPpt on networking
Ppt on networking
 
Skr+3200+chapter+1+(kweh)
Skr+3200+chapter+1+(kweh)Skr+3200+chapter+1+(kweh)
Skr+3200+chapter+1+(kweh)
 
Unit 1 introduction to computer networks
Unit 1  introduction to computer networksUnit 1  introduction to computer networks
Unit 1 introduction to computer networks
 
Computer networks
Computer networksComputer networks
Computer networks
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
 
Networking Basic Refresh.pdf
Networking Basic Refresh.pdfNetworking Basic Refresh.pdf
Networking Basic Refresh.pdf
 
Computer networks
Computer networksComputer networks
Computer networks
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptx
 
computer network 2
computer network 2computer network 2
computer network 2
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
Lecture #5 Data Communication and Network
Lecture #5 Data Communication and NetworkLecture #5 Data Communication and Network
Lecture #5 Data Communication and Network
 
Data Communication 1
Data Communication 1Data Communication 1
Data Communication 1
 
Network use and configuration
Network use and configurationNetwork use and configuration
Network use and configuration
 
datacommunicationnetworking-161025074805.pptx
datacommunicationnetworking-161025074805.pptxdatacommunicationnetworking-161025074805.pptx
datacommunicationnetworking-161025074805.pptx
 
Computer networks grade 7
Computer networks grade 7Computer networks grade 7
Computer networks grade 7
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
Telecom Network
Telecom NetworkTelecom Network
Telecom Network
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
ch01.ppt
ch01.pptch01.ppt
ch01.ppt
 

Kürzlich hochgeladen

EPE3163_Hydro power stations_Unit2_Lect2.pptx
EPE3163_Hydro power stations_Unit2_Lect2.pptxEPE3163_Hydro power stations_Unit2_Lect2.pptx
EPE3163_Hydro power stations_Unit2_Lect2.pptxJoseeMusabyimana
 
me3493 manufacturing technology unit 1 Part A
me3493 manufacturing technology unit 1 Part Ame3493 manufacturing technology unit 1 Part A
me3493 manufacturing technology unit 1 Part Akarthi keyan
 
Test of Significance of Large Samples for Mean = µ.pptx
Test of Significance of Large Samples for Mean = µ.pptxTest of Significance of Large Samples for Mean = µ.pptx
Test of Significance of Large Samples for Mean = µ.pptxHome
 
Landsman converter for power factor improvement
Landsman converter for power factor improvementLandsman converter for power factor improvement
Landsman converter for power factor improvementVijayMuni2
 
cloud computing notes for anna university syllabus
cloud computing notes for anna university syllabuscloud computing notes for anna university syllabus
cloud computing notes for anna university syllabusViolet Violet
 
Lecture 1: Basics of trigonometry (surveying)
Lecture 1: Basics of trigonometry (surveying)Lecture 1: Basics of trigonometry (surveying)
Lecture 1: Basics of trigonometry (surveying)Bahzad5
 
Engineering Mechanics Chapter 5 Equilibrium of a Rigid Body
Engineering Mechanics  Chapter 5  Equilibrium of a Rigid BodyEngineering Mechanics  Chapter 5  Equilibrium of a Rigid Body
Engineering Mechanics Chapter 5 Equilibrium of a Rigid BodyAhmadHajasad2
 
SUMMER TRAINING REPORT ON BUILDING CONSTRUCTION.docx
SUMMER TRAINING REPORT ON BUILDING CONSTRUCTION.docxSUMMER TRAINING REPORT ON BUILDING CONSTRUCTION.docx
SUMMER TRAINING REPORT ON BUILDING CONSTRUCTION.docxNaveenVerma126
 
Strategies of Urban Morphologyfor Improving Outdoor Thermal Comfort and Susta...
Strategies of Urban Morphologyfor Improving Outdoor Thermal Comfort and Susta...Strategies of Urban Morphologyfor Improving Outdoor Thermal Comfort and Susta...
Strategies of Urban Morphologyfor Improving Outdoor Thermal Comfort and Susta...amrabdallah9
 
Quasi-Stochastic Approximation: Algorithm Design Principles with Applications...
Quasi-Stochastic Approximation: Algorithm Design Principles with Applications...Quasi-Stochastic Approximation: Algorithm Design Principles with Applications...
Quasi-Stochastic Approximation: Algorithm Design Principles with Applications...Sean Meyn
 
Technology Features of Apollo HDD Machine, Its Technical Specification with C...
Technology Features of Apollo HDD Machine, Its Technical Specification with C...Technology Features of Apollo HDD Machine, Its Technical Specification with C...
Technology Features of Apollo HDD Machine, Its Technical Specification with C...Apollo Techno Industries Pvt Ltd
 
Multicomponent Spiral Wound Membrane Separation Model.pdf
Multicomponent Spiral Wound Membrane Separation Model.pdfMulticomponent Spiral Wound Membrane Separation Model.pdf
Multicomponent Spiral Wound Membrane Separation Model.pdfGiovanaGhasary1
 
Nodal seismic construction requirements.pptx
Nodal seismic construction requirements.pptxNodal seismic construction requirements.pptx
Nodal seismic construction requirements.pptxwendy cai
 
SATELITE COMMUNICATION UNIT 1 CEC352 REGULATION 2021 PPT BASICS OF SATELITE ....
SATELITE COMMUNICATION UNIT 1 CEC352 REGULATION 2021 PPT BASICS OF SATELITE ....SATELITE COMMUNICATION UNIT 1 CEC352 REGULATION 2021 PPT BASICS OF SATELITE ....
SATELITE COMMUNICATION UNIT 1 CEC352 REGULATION 2021 PPT BASICS OF SATELITE ....santhyamuthu1
 
Mohs Scale of Hardness, Hardness Scale.pptx
Mohs Scale of Hardness, Hardness Scale.pptxMohs Scale of Hardness, Hardness Scale.pptx
Mohs Scale of Hardness, Hardness Scale.pptxKISHAN KUMAR
 
Design of Clutches and Brakes in Design of Machine Elements.pptx
Design of Clutches and Brakes in Design of Machine Elements.pptxDesign of Clutches and Brakes in Design of Machine Elements.pptx
Design of Clutches and Brakes in Design of Machine Elements.pptxYogeshKumarKJMIT
 
Transforming Process Safety Management: Challenges, Benefits, and Transition ...
Transforming Process Safety Management: Challenges, Benefits, and Transition ...Transforming Process Safety Management: Challenges, Benefits, and Transition ...
Transforming Process Safety Management: Challenges, Benefits, and Transition ...soginsider
 
Best-NO1 Best Rohani Amil In Lahore Kala Ilam In Lahore Kala Jadu Amil In Lah...
Best-NO1 Best Rohani Amil In Lahore Kala Ilam In Lahore Kala Jadu Amil In Lah...Best-NO1 Best Rohani Amil In Lahore Kala Ilam In Lahore Kala Jadu Amil In Lah...
Best-NO1 Best Rohani Amil In Lahore Kala Ilam In Lahore Kala Jadu Amil In Lah...Amil baba
 
sdfsadopkjpiosufoiasdoifjasldkjfl a asldkjflaskdjflkjsdsdf
sdfsadopkjpiosufoiasdoifjasldkjfl a asldkjflaskdjflkjsdsdfsdfsadopkjpiosufoiasdoifjasldkjfl a asldkjflaskdjflkjsdsdf
sdfsadopkjpiosufoiasdoifjasldkjfl a asldkjflaskdjflkjsdsdfJulia Kaye
 

Kürzlich hochgeladen (20)

EPE3163_Hydro power stations_Unit2_Lect2.pptx
EPE3163_Hydro power stations_Unit2_Lect2.pptxEPE3163_Hydro power stations_Unit2_Lect2.pptx
EPE3163_Hydro power stations_Unit2_Lect2.pptx
 
me3493 manufacturing technology unit 1 Part A
me3493 manufacturing technology unit 1 Part Ame3493 manufacturing technology unit 1 Part A
me3493 manufacturing technology unit 1 Part A
 
Test of Significance of Large Samples for Mean = µ.pptx
Test of Significance of Large Samples for Mean = µ.pptxTest of Significance of Large Samples for Mean = µ.pptx
Test of Significance of Large Samples for Mean = µ.pptx
 
Landsman converter for power factor improvement
Landsman converter for power factor improvementLandsman converter for power factor improvement
Landsman converter for power factor improvement
 
cloud computing notes for anna university syllabus
cloud computing notes for anna university syllabuscloud computing notes for anna university syllabus
cloud computing notes for anna university syllabus
 
Lecture 1: Basics of trigonometry (surveying)
Lecture 1: Basics of trigonometry (surveying)Lecture 1: Basics of trigonometry (surveying)
Lecture 1: Basics of trigonometry (surveying)
 
Engineering Mechanics Chapter 5 Equilibrium of a Rigid Body
Engineering Mechanics  Chapter 5  Equilibrium of a Rigid BodyEngineering Mechanics  Chapter 5  Equilibrium of a Rigid Body
Engineering Mechanics Chapter 5 Equilibrium of a Rigid Body
 
SUMMER TRAINING REPORT ON BUILDING CONSTRUCTION.docx
SUMMER TRAINING REPORT ON BUILDING CONSTRUCTION.docxSUMMER TRAINING REPORT ON BUILDING CONSTRUCTION.docx
SUMMER TRAINING REPORT ON BUILDING CONSTRUCTION.docx
 
Strategies of Urban Morphologyfor Improving Outdoor Thermal Comfort and Susta...
Strategies of Urban Morphologyfor Improving Outdoor Thermal Comfort and Susta...Strategies of Urban Morphologyfor Improving Outdoor Thermal Comfort and Susta...
Strategies of Urban Morphologyfor Improving Outdoor Thermal Comfort and Susta...
 
Quasi-Stochastic Approximation: Algorithm Design Principles with Applications...
Quasi-Stochastic Approximation: Algorithm Design Principles with Applications...Quasi-Stochastic Approximation: Algorithm Design Principles with Applications...
Quasi-Stochastic Approximation: Algorithm Design Principles with Applications...
 
Technology Features of Apollo HDD Machine, Its Technical Specification with C...
Technology Features of Apollo HDD Machine, Its Technical Specification with C...Technology Features of Apollo HDD Machine, Its Technical Specification with C...
Technology Features of Apollo HDD Machine, Its Technical Specification with C...
 
Multicomponent Spiral Wound Membrane Separation Model.pdf
Multicomponent Spiral Wound Membrane Separation Model.pdfMulticomponent Spiral Wound Membrane Separation Model.pdf
Multicomponent Spiral Wound Membrane Separation Model.pdf
 
Nodal seismic construction requirements.pptx
Nodal seismic construction requirements.pptxNodal seismic construction requirements.pptx
Nodal seismic construction requirements.pptx
 
Lecture 2 .pptx
Lecture 2                            .pptxLecture 2                            .pptx
Lecture 2 .pptx
 
SATELITE COMMUNICATION UNIT 1 CEC352 REGULATION 2021 PPT BASICS OF SATELITE ....
SATELITE COMMUNICATION UNIT 1 CEC352 REGULATION 2021 PPT BASICS OF SATELITE ....SATELITE COMMUNICATION UNIT 1 CEC352 REGULATION 2021 PPT BASICS OF SATELITE ....
SATELITE COMMUNICATION UNIT 1 CEC352 REGULATION 2021 PPT BASICS OF SATELITE ....
 
Mohs Scale of Hardness, Hardness Scale.pptx
Mohs Scale of Hardness, Hardness Scale.pptxMohs Scale of Hardness, Hardness Scale.pptx
Mohs Scale of Hardness, Hardness Scale.pptx
 
Design of Clutches and Brakes in Design of Machine Elements.pptx
Design of Clutches and Brakes in Design of Machine Elements.pptxDesign of Clutches and Brakes in Design of Machine Elements.pptx
Design of Clutches and Brakes in Design of Machine Elements.pptx
 
Transforming Process Safety Management: Challenges, Benefits, and Transition ...
Transforming Process Safety Management: Challenges, Benefits, and Transition ...Transforming Process Safety Management: Challenges, Benefits, and Transition ...
Transforming Process Safety Management: Challenges, Benefits, and Transition ...
 
Best-NO1 Best Rohani Amil In Lahore Kala Ilam In Lahore Kala Jadu Amil In Lah...
Best-NO1 Best Rohani Amil In Lahore Kala Ilam In Lahore Kala Jadu Amil In Lah...Best-NO1 Best Rohani Amil In Lahore Kala Ilam In Lahore Kala Jadu Amil In Lah...
Best-NO1 Best Rohani Amil In Lahore Kala Ilam In Lahore Kala Jadu Amil In Lah...
 
sdfsadopkjpiosufoiasdoifjasldkjfl a asldkjflaskdjflkjsdsdf
sdfsadopkjpiosufoiasdoifjasldkjfl a asldkjflaskdjflkjsdsdfsdfsadopkjpiosufoiasdoifjasldkjfl a asldkjflaskdjflkjsdsdf
sdfsadopkjpiosufoiasdoifjasldkjfl a asldkjflaskdjflkjsdsdf
 

Networking_and_Data_communication.pptx

  • 1. N E T W O R K I N G A N D & C O M M U N I C A T I O N S U B M I T T E D B Y S U B M I T T E D TO A B H I S H E K YA D AV A N K I TA V E R M A M B A ( H R ) S U B J E C T : I N F O R M AT I O N T E C H N O L O G Y S K I L L S 1 I N S T I T U T E O F M A N A G E M E N T S C I E N C E S
  • 2. DATA COMMUNICATION • The transfer of data/messages from one point to another point. 2 BASIC ELEMENTS OF COMMUNICATION SYSTEM • Three basic elements of communication system are:- 1. A sender (source) which creates the message to transmitted. 2. A medium which carries the message. 3. A receiver (destination) which receives the message.
  • 3. BASIC ELEMENTS OF COMMUNICATION SYSTEM 3 Sender (source) Receiver (destination) Medium DATA TRANSMISSION MODES • There are three ways, modes for transmitting data from one point to another. These are simplex, half-duplex and full-duplex.
  • 4. DATA TRANSMISSION MODES • Simplex: • If transmission is simplex, communication can take place in only one direction. For example, radio & T.V. etc. • Half-Duplex: • A half-duplex system can transmit data in both directions, but only in one direction at a time. For example, wireless etc. • Full-Duplex: • A full-duplex system is used that allows information to flow simultaneously in both directions on the transmission path. For example, telephone etc. 4
  • 5. DATA TRANSMISSION MODES 5 Sender Sender or Receiver Sender & Receiver Sender & Receiver Receiver or Sender Receiver Simplex Half-Duplex or Full-Duplex and
  • 6. DIGITAL & ANALOG TRANSMISSION • Digital transmission sends data as distinct pulses, either on or off, in much the same way that data travels through the computer. • Analog transmission, a continuous electrical signal in the form of a wave. 6
  • 7. DIGITAL & ANALOG TRANSMISSION • Frequency: It is the rate (cycles/sec or HZ) at which the signals repeat. • Bandwidth: It is the range of frequencies that is available for the transmission of data. • Channel: A channel is a portion of the communications medium allocated to the sender and receiver for conveying information between them. • Modems: A modem is a device that converts a digital signal to an analog signal and vice versa. 7
  • 8. 8
  • 9. TRANSMISSION MEDIA • There are several types of physical channels (communication media) through which data can be transmitted from one point to another. Some of the most common data transmission medium are as under:- • Wire Pairs: It is also known as twisted pair. Wire pairs are wires twisted together to form a cable, which is thin insulated. Wire pairs are inexpensive. • Application: Telephone networks, within buildings & LAN etc. • Benefits & Drawbacks: • Cheap • Low data rate • Short range • Easy to work with 9
  • 10. TRANSMISSION MEDIA • Coaxial Cable: are groups of specially wrapped and insulated wire lines that are able to transmit data at very high rates. These cables can transmit data much faster than wire pairs. • Application: Long distance telephone transmission, Local Area Networks etc. • Fiber Optics: Instead of using electricity to send data, fiber optics uses light. • Application: Long haul trunks, Metropolitan trunks, LAN & WAN etc. • Benefits & Drawbacks: • Greater capacity 10
  • 11. TRANSMISSION MEDIA • Fiber Optics: Instead of using electricity to send data, fiber optics uses light. • Application: Long haul trunks, Metropolitan trunks, LAN & WAN etc. • Benefits & Drawbacks: • Greater capacity • Smaller size & weight • Lower attenuation 11 PROTOCOL • A protocol is a set of rules and procedures established to control transmission between two points. • Some common protocols are:- – TCP/IP (Transmission Control Protocol/Internet protocol) – IPX (Internet Packet Exchange) etc.
  • 12. COMPUTER NETWORKS • Network : A computer system that uses communications equipment to connect two or more computers and their resources. • Network Interface Card (NIC): A circuit board that can be inserted into a slot inside a personal computer to allow it to send and receive messages on a LAN. • Node: A device, usually a personal computer, that is connected to a computer. • Topology: The physical layout of a network is called a topology. – Some common network topologies are as under:- 12
  • 13. NETWORK TOPOLOGIES • Star Topology: – A star network has a hub computer that is responsible for managing the network. – All messages are routed through the central computer, which acts as a traffic cop to prevent collision. – Any connection failure between a node and the hub will not affect the overall system. 13
  • 14. NETWORK TOPOLOGIES • Ring Topology: – A ring network links all nodes together in a circular chain. – Data messages travel in only one direction around the ring. – Any data passes by, is examined by the node to see if it is addressee; – Data is passed on to the next node in the ring.. Since data travels in only one direction, there is no danger of data collision. 14
  • 15. NETWORK TOPOLOGIES • Bus Topology: – A bus network has a single line to which all the network nodes are attached. – Computers on the network transmit data in the hope that it will not collide with data transmitted by other Nodes. – If this happens, the sending node simply tries again. – Furthermore, if one node fails, it does not affect the rest of the network. 15
  • 16. COMPUTER NETWORKS • There are two ways to organize the resources in networking, which are :- – Peer to Peer Networking – Client/Server Networking 16 • Peer to Peer Networking:In which, a group of computers communicate directly with each other, rather than through a central server. • Client/Server Networking: A client/server arrangement involves a server, the computer that controls the networks.
  • 17. KINDS OF NETWORKS • There are different kinds of networks, for example, – LAN (Local Area Networks) – WAN (Wide Area Networks) – MAN (Metropolitan Area Network) • Local Area Networks: A network which spreads over limited geographical area is called as LAN. • Wide Area Networks: A WAN is a network of geographically distant computers. (e.g. Internet) 17
  • 18. LOCAL AREA NETWORKS • LAN refers to a network with the following characteristics:- – The network is confined to a small area, typically a single building. – The network consists of a shared transmission medium. – The data rate on the network is high, anywhere from 1 Mbps to 100 Mbps. • LAN Protocols: The two most common network protocols for LANs are Ethernet & Token Ring network. – Ethernet – The network protocol which uses the high speed network cable. – Ethernet uses a bus topology, inexpensive and relatively simple to set up. – Since all the computers in a LAN use the same cable to transmit and receive data, they must follow a set of rules about when to communicate; otherwise two or more computers could transmit at the same time, 18
  • 19. LOCAL AREA NETWORKS • LAN Protocols: The two most common network protocols for LANs are Ethernet & Token Ring network. – Ethernet – The network protocol which uses the high speed network cable. – Ethernet uses a bus topology, inexpensive and relatively simple to set up. – Since all the computers in a LAN use the same cable to transmit and receive data, they must follow a set of rules about when to communicate; otherwise two or more computers could transmit at the same time, – Ethernet – Causing lost messages. So, if the cable is in use, the computer must wait. • When the cable is free from other transmissions, the computer can begin transmitting immediately. 19
  • 20. LOCAL AREA NETWORKS – Token Ring – which is closely associated with IBM, works on the concept of a ring network topology, using a token, a kind of electronic signal. • Only one token is available on the network. When a computer on a network wishes to transmit, it first captures the token; only then can it transmit data. • When the computer has sent its message, it releases the token back to the network. • Since only one token is circulating around the network, only one device is able to access the network at a time. 20
  • 21. NETWORK APPLICATIONS Electronic Mail Voice Mail Facsimile Technology (FAX) Electronic Data Interchange (EDI) E–Commerce Instant Banking Video Conferencing etc. 21
  • 22. INTERNET – & ITS USE… • ISP - An internet service provider provides the facility to connect the internet. • Browser – is a software on the user’s computer that allows the user to access the internet, for example, Internet explorer & Netscape communicator etc. • Domain Name – Which is the address of the specific web page. • Search Engine – is a software that lets a user specify search terms; the search engine then finds sites that fit those terms. 22
  • 23. Geeks for geeks : https://www.geeksforgeeks.org/what-is-computer- networking/ Wikipedia : https://en.wikipedia.org/wiki/Computer_network Tutorialspoint : https://www.tutorialspoint.com/data_communication_computer_network/ index.htm Book reference : “DATA COMMUNICA TIONS AND NETWORKING “ By Behrouz A. Forouzan from DeAnza College http://eti2506.elimu.net/Introduction/Books/Data%20Communications% 20and%20Networking%20By%20Behrouz%20A.Forouzan.pdf Mumbai University achieves : https://archive.mu.ac.in/myweb_test/syllFybscit/dcn.pdf 23 REFERENCES
  • 24. …. END This is the end, beautiful friend This is the end, my only friend The end of our elaborate plans The end of everything that stands The end Jim Morrison Thanks !. 24