SlideShare a Scribd company logo
Data Communication Notes
Presented By: Md. Faruk Hossain
Student ID: 1915002533
1. What is Data Communication?
Ans: Data communication refers to the exchange of data between a source and a
receiver via form of transmission media such as a wire cable. Data communication is
said to be local if communicating devices are in the same building or a similarly
restricted geographical area. The meanings of source and receiver are very simple. The
device that transmits the data is known as source and the device that receives the
transmitted data is known as receiver. Data communication aims at the transfer of data
and maintenance of the data during the process but not the actual generation of the
information at the source and receiver.
2. What is Computer Network?
Ans: A computer network is an interconnection of various computers to share software,
hardware, resources and data through a communication medium between them. The
connection between the separate computers can be done via a copper wire, fiber optics,
microwaves or communication satellite. A printer or computer, or any machine that is
capable of communicating on the network is referred to as a device or node. The
computers connected in a network share files, folders, applications and resources like
scanner, web-cams, printers etc.
3. What is the Difference between Data Communication and Computer Network?
Ans: Computer Network:
(a) Computer Network is best known to transfer the data and information
across different geographies.
(b)Computer network have different types of architectural layers for example
client-server, peer-to-peer or hybrid.
(c)In Computer Network, performance testing is more preferred than Data
Communication.
(d) The purpose of communication and resource sharing is achieved by multiple
computer linked through transmission media.
(e) A large community support provides by computer network and extensive
documentation libraries.
Data Communication:
(a) We can easily communicate and transfer the data across different nodes through
Data Communication.
(b) Data Communication usually have 3 architectural designs and can be useful in the
multi nodes transmission across different regions and areas.
(c) Data Communication doesn’t help in any data binding process and direct interrelated
testing for the communication parameter is a little bit difficult than networking.
(d) Through the network, we can transmit the data signal from one point to another.
(e) Data Communication also has one of the largest community supports.
4. What is a personal area network (PAN)?
Ans: A personal area network (PAN) connects electronic devices within a user's
immediate area. The size of a PAN ranges from a few centimeters to a few meters. One
of the most common real-world examples of a PAN is the connection between a
Bluetooth earpiece and a smartphone. PANs can also connect laptops, tablets, printers,
keyboards, and other computerized devices. It works maximum 10 m distance.
5. What is a LAN (local area network)?
Ans: A LAN, or local area network, is a group of connected computing devices within a
localized area that usually share a centralized Internet connection. Only 5000 devices of
network connected and upto 1 km area.
6. What is a metropolitan area network (MAN)?
Ans: A metropolitan area network (MAN) is smaller than a wide area network (WAN) but
larger than a local area network (LAN). it coverage upto 10 km distance.
7. What is a wide area network (WAN)?
Ans: A wide area network (WAN) is a large computer network that connects groups of
computers over large distances. WANs are often used by large businesses to connect
their office networks; each office typically has its own local area network, or LAN, and
these LANs connect via a WAN. it works world wide.
8. What is Node?
Ans: A node is any physical device within a network of other tools that’s able to send,
receive, or forward information. A personal computer is the most common node. It's
called the computer node or internet node.
9. What is MAC address?
Ans: MAC address is a unique identifier that is assigned to a NIC (Network Interface
Controller/ Card). It consists of a 48 bit or 64-bit address, which is associated with the
network adapter. MAC address can be in hexadecimal format. The full form of MAC
address is Media Access Control address.
10. What is NIC?
Ans: Network Interface Card is a hardware device that is installed on the computer so
that it can be connected to the internet. It is also called Ethernet Card or Network
Adapter. Every NIC has a 48-bit unique serial number called a MAC address which is
stored in ROM carried on the card. Every computer must have at least one NIC if it
wants to connect to the internet.
11. What is IP address?
Ans: An Internet Protocol address (IP address) is a numerical label assigned to each
device connected to a computer network that uses the Internet Protocol for
communication.
12. Types of addressing?
Ans: There are two types of addressing, (i) Physical address: The MAC address is a
physical address also called a hardware address because it physically identifies an item
of hardware. (ii) Logical address: Logical address can either be a VLAN or a IP
Address.
13. What is port?
Ans: A computer port is a type of electronic, software- or programming-related docking
point through which information flows from a program on your computer or to your
computer from the Internet or another computer in a network.
14. What is Hub?
Ans: A hub is a network hub used for the connection of devices in a network. It connects
several devices in a LAN. All the network connection devices are connected through a
hub that acts as a central connection for all the devices. There are many ports in it, and
if a packet arrives only at one port, it is copied so that all the ports can see the packets.
This helps if there is any trouble in one port of the hub. The three types are active,
passive and intelligent. Active hubs amplify the incoming electric signal, whereas
passive hubs do not amplify the electric signal. Intelligent hubs are kind of active hubs.
Hub can not know ip address.
15. What is Switch?
Ans: A switch is a multiport bridge with a buffer and a design that can boost its
efficiency(a large number of ports imply less traffic) and performance. A switch is a data
link layer device. The switch can perform error checking before forwarding data, that
makes it very efficient as it does not forward packets that have errors and forward good
packets selectively to correct port only. In other words, switch divides collision domain
of hosts, but broadcast domain remains same. Switch can detect MAC address.
16. What is Router?
Ans: A router is a device like a switch that routes data packets based on their IP
addresses. Router is mainly a Network Layer device. Routers normally connect LANs
and WANs together and have a dynamically updating routing table based on which they
make decisions on routing the data packets. Router divide broadcast domains of hosts
connected through it. Router can detect MAC address and ip address.
17. What is Bridge?
Ans: A bridge operates at data link layer. A bridge is a repeater, with add on the
functionality of filtering content by reading the MAC addresses of source and
destination. It is also used for interconnecting two LANs working on the same protocol.
It has a single input and single output port, thus making it a 2 port device.
18. What is Repeater?
Ans: A repeater operates at the physical layer. Its job is to regenerate the signal over
the same network before the signal becomes too weak or corrupted so as to extend the
length to which the signal can be transmitted over the same network. An important point
to be noted about repeaters is that they do not amplify the signal. When the signal
becomes weak, they copy the signal bit by bit and regenerate it at the original strength.
It is a 2 port device.
19. What is the difference between Hub, Switch, Router, Bridge and Repeater?
Ans: Hub:
(i) A hub has a number of input lines that it joins electrically. Active hub and passive hub
are two types of hubs.
(ii) Frames arriving on any of the lines are sent out on all the others. It is broadcast
device. If two frames arrive at the same time, they will collide, just as on a coaxial cable.
(iii) All the lines coming into a hub must operate at the same speed. Hubs differ from
repeaters in that they do not boost the incoming signals and are designed for multiple
input lines, but the differences are slight.
(iv) Like repeaters, hubs are physical layer devices that do not examine the link layer
addresses or use them in any way. It is not an intelligent device.
Switch:
(i) Switches are modern bridges by another name. It acts as multiport bridge to connect
devices or segments in a LAN. It operates at data link layer.
(ii) It is point to point device.
(iii) It is an intelligent device. It uses switching table to find the correct destination.
Router:
(i) Routers are devices that connect two or more networks. It operates at network layer.
(ii) They consist of a combination of hardware and software.
(iii) The hardware can be a network server, a separate computer or a special device.
The hardware includes the physical interfaces to the various networks in the
internetwork.
(iv) These interfaces can be Token Ring, Ethernet, T1, Frame Relay, ATM or any other
technology.
Bridge:
(i) A bridge connects two or more LANs. It operates at data link layer.
(ii) Like a hub, a modern bridge has multiple ports, usually enough for 4 to 48 input lines
of a certain type. Unlike in a hub, each port is isolated to be its own collision domain.
(iii) When a frame arrives, the bridge extracts the destination address (for Ethernet, it is
48 bit) from the frame header and looks it up in a table to see where to send the frame.
(iv) The bridge only outputs the frame on the port where it is needed and can forward
multiple frames at the same time.
Repeater:
(i) The repeater operates in the physical layer.
(ii) These are analog devices that work with signals on the cables to which they are
connected.
(iii) A signal appearing on one cable is regenerated and put out on another cable.
Hence it extends the physical length of LAN.
(iv) Repeaters do not understand frames, packets or headers. They understand the
symbols that encode bit as volts.
(v) Classic Ethernet, for example, was designed to allow four repeaters that would boost
the signal to extend the maximum cable length from 500 meters to 2500 meters.

More Related Content

What's hot

CCNA question and answer
CCNA question and answer   CCNA question and answer
CCNA question and answer
AnamikaSinha57
 
Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)
VrundaBhavsar
 
Welcome to Computer Networks
Welcome to Computer NetworksWelcome to Computer Networks
Welcome to Computer Networks
farhan516
 
CS1308 - 02/08/10
CS1308 - 02/08/10CS1308 - 02/08/10
CS1308 - 02/08/10
Megan Goldner Martinez
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking Network
JGrace Johnny
 
Network administration and Management
Network administration and ManagementNetwork administration and Management
Network administration and Management
Bry Cunal
 
Class-note-data communications-01
Class-note-data communications-01Class-note-data communications-01
Class-note-data communications-01
Md. Abdur Rahim Khan
 
Data link layer
Data link layerData link layer
Data link layer
IndrajaMeghavathula
 
COMPUTER NETWORKS
COMPUTER NETWORKSCOMPUTER NETWORKS
COMPUTER NETWORKS
abiramiabi21
 
Data communication and networking
Data communication and networkingData communication and networking
Data communication and networking
Dashbo
 
Computer networking (nnm)
Computer networking (nnm)Computer networking (nnm)
Computer networking (nnm)
nnmaurya
 
Basics of Computer Networks
Basics of Computer NetworksBasics of Computer Networks
Basics of Computer Networks
IndrajaMeghavathula
 
Mobile Computing UNIT-8
Mobile Computing UNIT-8Mobile Computing UNIT-8
Mobile Computing UNIT-8
Ramesh Babu
 
Networking basics PPT
Networking basics PPTNetworking basics PPT
Networking basics PPT
Ehsan Ullah Kakar
 
What is networking
What is networkingWhat is networking
What is networking
babyparul
 
Telecommunications and networks
Telecommunications and networksTelecommunications and networks
Telecommunications and networks
Sopon Tumchota
 
Access and use internet
Access and use internetAccess and use internet
Access and use internet
Jaleto Sunkemo
 
Lesson 5 data communication and networking (136 kb)
Lesson 5   data communication and networking (136 kb)Lesson 5   data communication and networking (136 kb)
Lesson 5 data communication and networking (136 kb)
IMRAN KHAN
 
Computer network assignment help
Computer network assignment helpComputer network assignment help
Computer network assignment help
Jacob William
 
Computer Networks By Beant Singh Duggal
Computer Networks By Beant Singh DuggalComputer Networks By Beant Singh Duggal
Computer Networks By Beant Singh Duggal
Beantsingh
 

What's hot (20)

CCNA question and answer
CCNA question and answer   CCNA question and answer
CCNA question and answer
 
Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)
 
Welcome to Computer Networks
Welcome to Computer NetworksWelcome to Computer Networks
Welcome to Computer Networks
 
CS1308 - 02/08/10
CS1308 - 02/08/10CS1308 - 02/08/10
CS1308 - 02/08/10
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking Network
 
Network administration and Management
Network administration and ManagementNetwork administration and Management
Network administration and Management
 
Class-note-data communications-01
Class-note-data communications-01Class-note-data communications-01
Class-note-data communications-01
 
Data link layer
Data link layerData link layer
Data link layer
 
COMPUTER NETWORKS
COMPUTER NETWORKSCOMPUTER NETWORKS
COMPUTER NETWORKS
 
Data communication and networking
Data communication and networkingData communication and networking
Data communication and networking
 
Computer networking (nnm)
Computer networking (nnm)Computer networking (nnm)
Computer networking (nnm)
 
Basics of Computer Networks
Basics of Computer NetworksBasics of Computer Networks
Basics of Computer Networks
 
Mobile Computing UNIT-8
Mobile Computing UNIT-8Mobile Computing UNIT-8
Mobile Computing UNIT-8
 
Networking basics PPT
Networking basics PPTNetworking basics PPT
Networking basics PPT
 
What is networking
What is networkingWhat is networking
What is networking
 
Telecommunications and networks
Telecommunications and networksTelecommunications and networks
Telecommunications and networks
 
Access and use internet
Access and use internetAccess and use internet
Access and use internet
 
Lesson 5 data communication and networking (136 kb)
Lesson 5   data communication and networking (136 kb)Lesson 5   data communication and networking (136 kb)
Lesson 5 data communication and networking (136 kb)
 
Computer network assignment help
Computer network assignment helpComputer network assignment help
Computer network assignment help
 
Computer Networks By Beant Singh Duggal
Computer Networks By Beant Singh DuggalComputer Networks By Beant Singh Duggal
Computer Networks By Beant Singh Duggal
 

Similar to Data communication notes

Assignment 2
Assignment 2Assignment 2
Assignment 2
MahfujurRahman63
 
Introduction To Computer Networks
Introduction To Computer Networks Introduction To Computer Networks
Introduction To Computer Networks
AfsanaAkterRubi
 
Introduction to Computer Networks Lecture slides ppt
Introduction to Computer Networks Lecture slides pptIntroduction to Computer Networks Lecture slides ppt
Introduction to Computer Networks Lecture slides ppt
Osama Yousaf
 
W 10 introduction to network
W 10 introduction to networkW 10 introduction to network
W 10 introduction to network
Institute of Management Studies UOP
 
1834902595 md. jiarul islam(1st note cn)
1834902595 md. jiarul islam(1st note cn)1834902595 md. jiarul islam(1st note cn)
1834902595 md. jiarul islam(1st note cn)
MdJiarulIslam
 
NT BY AKATSUKI.pdf E
NT BY AKATSUKI.pdf                              ENT BY AKATSUKI.pdf                              E
NT BY AKATSUKI.pdf E
prajapatidev644
 
Computer network
Computer networkComputer network
Computer network
Md Saylab
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
Rajesh Sadhukha
 
Data communication class note 1
Data communication class note 1Data communication class note 1
Data communication class note 1
Prosanta Mazumder
 
Basics of network
Basics of networkBasics of network
Basics of network
Perfect Training Center
 
Data communication
Data communicationData communication
Data communication
Rakibul Islam
 
Raju ahmed-1915002538-data-communication
Raju ahmed-1915002538-data-communicationRaju ahmed-1915002538-data-communication
Raju ahmed-1915002538-data-communication
Raju Ahmed
 
Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)
howare
 
Data Communication
Data Communication Data Communication
Data Communication
MSSadeq
 
Data Communication and Networking(DCACN)
Data Communication and Networking(DCACN)Data Communication and Networking(DCACN)
Data Communication and Networking(DCACN)
Uttam Singh Chaudhary
 
Networking Technologies Basic's complete notes
Networking Technologies Basic's complete notesNetworking Technologies Basic's complete notes
Networking Technologies Basic's complete notes
IndrajaMeghavathula
 
Class note.2.....nazmun nahar 1834902176
Class note.2.....nazmun nahar 1834902176Class note.2.....nazmun nahar 1834902176
Class note.2.....nazmun nahar 1834902176
Nazmun Nahar
 
Notes on Class 2
Notes on Class 2Notes on Class 2
Notes on Class 2
Shakhawat Ahammed
 
Computer Network Second Edition
Computer Network Second EditionComputer Network Second Edition
Computer Network Second Edition
Md Saylab
 
Ccna ccnp interview question 1
Ccna ccnp interview question 1Ccna ccnp interview question 1
Ccna ccnp interview question 1
Salim Khan
 

Similar to Data communication notes (20)

Assignment 2
Assignment 2Assignment 2
Assignment 2
 
Introduction To Computer Networks
Introduction To Computer Networks Introduction To Computer Networks
Introduction To Computer Networks
 
Introduction to Computer Networks Lecture slides ppt
Introduction to Computer Networks Lecture slides pptIntroduction to Computer Networks Lecture slides ppt
Introduction to Computer Networks Lecture slides ppt
 
W 10 introduction to network
W 10 introduction to networkW 10 introduction to network
W 10 introduction to network
 
1834902595 md. jiarul islam(1st note cn)
1834902595 md. jiarul islam(1st note cn)1834902595 md. jiarul islam(1st note cn)
1834902595 md. jiarul islam(1st note cn)
 
NT BY AKATSUKI.pdf E
NT BY AKATSUKI.pdf                              ENT BY AKATSUKI.pdf                              E
NT BY AKATSUKI.pdf E
 
Computer network
Computer networkComputer network
Computer network
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
Data communication class note 1
Data communication class note 1Data communication class note 1
Data communication class note 1
 
Basics of network
Basics of networkBasics of network
Basics of network
 
Data communication
Data communicationData communication
Data communication
 
Raju ahmed-1915002538-data-communication
Raju ahmed-1915002538-data-communicationRaju ahmed-1915002538-data-communication
Raju ahmed-1915002538-data-communication
 
Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)
 
Data Communication
Data Communication Data Communication
Data Communication
 
Data Communication and Networking(DCACN)
Data Communication and Networking(DCACN)Data Communication and Networking(DCACN)
Data Communication and Networking(DCACN)
 
Networking Technologies Basic's complete notes
Networking Technologies Basic's complete notesNetworking Technologies Basic's complete notes
Networking Technologies Basic's complete notes
 
Class note.2.....nazmun nahar 1834902176
Class note.2.....nazmun nahar 1834902176Class note.2.....nazmun nahar 1834902176
Class note.2.....nazmun nahar 1834902176
 
Notes on Class 2
Notes on Class 2Notes on Class 2
Notes on Class 2
 
Computer Network Second Edition
Computer Network Second EditionComputer Network Second Edition
Computer Network Second Edition
 
Ccna ccnp interview question 1
Ccna ccnp interview question 1Ccna ccnp interview question 1
Ccna ccnp interview question 1
 

Recently uploaded

clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
christianmathematics
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 

Recently uploaded (20)

clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 

Data communication notes

  • 1. Data Communication Notes Presented By: Md. Faruk Hossain Student ID: 1915002533 1. What is Data Communication? Ans: Data communication refers to the exchange of data between a source and a receiver via form of transmission media such as a wire cable. Data communication is said to be local if communicating devices are in the same building or a similarly restricted geographical area. The meanings of source and receiver are very simple. The device that transmits the data is known as source and the device that receives the transmitted data is known as receiver. Data communication aims at the transfer of data and maintenance of the data during the process but not the actual generation of the information at the source and receiver. 2. What is Computer Network? Ans: A computer network is an interconnection of various computers to share software, hardware, resources and data through a communication medium between them. The connection between the separate computers can be done via a copper wire, fiber optics, microwaves or communication satellite. A printer or computer, or any machine that is capable of communicating on the network is referred to as a device or node. The computers connected in a network share files, folders, applications and resources like scanner, web-cams, printers etc. 3. What is the Difference between Data Communication and Computer Network? Ans: Computer Network: (a) Computer Network is best known to transfer the data and information across different geographies. (b)Computer network have different types of architectural layers for example client-server, peer-to-peer or hybrid. (c)In Computer Network, performance testing is more preferred than Data Communication. (d) The purpose of communication and resource sharing is achieved by multiple computer linked through transmission media. (e) A large community support provides by computer network and extensive documentation libraries.
  • 2. Data Communication: (a) We can easily communicate and transfer the data across different nodes through Data Communication. (b) Data Communication usually have 3 architectural designs and can be useful in the multi nodes transmission across different regions and areas. (c) Data Communication doesn’t help in any data binding process and direct interrelated testing for the communication parameter is a little bit difficult than networking. (d) Through the network, we can transmit the data signal from one point to another. (e) Data Communication also has one of the largest community supports. 4. What is a personal area network (PAN)? Ans: A personal area network (PAN) connects electronic devices within a user's immediate area. The size of a PAN ranges from a few centimeters to a few meters. One of the most common real-world examples of a PAN is the connection between a Bluetooth earpiece and a smartphone. PANs can also connect laptops, tablets, printers, keyboards, and other computerized devices. It works maximum 10 m distance. 5. What is a LAN (local area network)? Ans: A LAN, or local area network, is a group of connected computing devices within a localized area that usually share a centralized Internet connection. Only 5000 devices of network connected and upto 1 km area. 6. What is a metropolitan area network (MAN)? Ans: A metropolitan area network (MAN) is smaller than a wide area network (WAN) but larger than a local area network (LAN). it coverage upto 10 km distance. 7. What is a wide area network (WAN)? Ans: A wide area network (WAN) is a large computer network that connects groups of computers over large distances. WANs are often used by large businesses to connect their office networks; each office typically has its own local area network, or LAN, and these LANs connect via a WAN. it works world wide. 8. What is Node? Ans: A node is any physical device within a network of other tools that’s able to send, receive, or forward information. A personal computer is the most common node. It's called the computer node or internet node.
  • 3. 9. What is MAC address? Ans: MAC address is a unique identifier that is assigned to a NIC (Network Interface Controller/ Card). It consists of a 48 bit or 64-bit address, which is associated with the network adapter. MAC address can be in hexadecimal format. The full form of MAC address is Media Access Control address. 10. What is NIC? Ans: Network Interface Card is a hardware device that is installed on the computer so that it can be connected to the internet. It is also called Ethernet Card or Network Adapter. Every NIC has a 48-bit unique serial number called a MAC address which is stored in ROM carried on the card. Every computer must have at least one NIC if it wants to connect to the internet. 11. What is IP address? Ans: An Internet Protocol address (IP address) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. 12. Types of addressing? Ans: There are two types of addressing, (i) Physical address: The MAC address is a physical address also called a hardware address because it physically identifies an item of hardware. (ii) Logical address: Logical address can either be a VLAN or a IP Address. 13. What is port? Ans: A computer port is a type of electronic, software- or programming-related docking point through which information flows from a program on your computer or to your computer from the Internet or another computer in a network. 14. What is Hub? Ans: A hub is a network hub used for the connection of devices in a network. It connects several devices in a LAN. All the network connection devices are connected through a hub that acts as a central connection for all the devices. There are many ports in it, and if a packet arrives only at one port, it is copied so that all the ports can see the packets. This helps if there is any trouble in one port of the hub. The three types are active, passive and intelligent. Active hubs amplify the incoming electric signal, whereas passive hubs do not amplify the electric signal. Intelligent hubs are kind of active hubs. Hub can not know ip address.
  • 4. 15. What is Switch? Ans: A switch is a multiport bridge with a buffer and a design that can boost its efficiency(a large number of ports imply less traffic) and performance. A switch is a data link layer device. The switch can perform error checking before forwarding data, that makes it very efficient as it does not forward packets that have errors and forward good packets selectively to correct port only. In other words, switch divides collision domain of hosts, but broadcast domain remains same. Switch can detect MAC address. 16. What is Router? Ans: A router is a device like a switch that routes data packets based on their IP addresses. Router is mainly a Network Layer device. Routers normally connect LANs and WANs together and have a dynamically updating routing table based on which they make decisions on routing the data packets. Router divide broadcast domains of hosts connected through it. Router can detect MAC address and ip address. 17. What is Bridge? Ans: A bridge operates at data link layer. A bridge is a repeater, with add on the functionality of filtering content by reading the MAC addresses of source and destination. It is also used for interconnecting two LANs working on the same protocol. It has a single input and single output port, thus making it a 2 port device. 18. What is Repeater? Ans: A repeater operates at the physical layer. Its job is to regenerate the signal over the same network before the signal becomes too weak or corrupted so as to extend the length to which the signal can be transmitted over the same network. An important point to be noted about repeaters is that they do not amplify the signal. When the signal becomes weak, they copy the signal bit by bit and regenerate it at the original strength. It is a 2 port device. 19. What is the difference between Hub, Switch, Router, Bridge and Repeater? Ans: Hub: (i) A hub has a number of input lines that it joins electrically. Active hub and passive hub are two types of hubs. (ii) Frames arriving on any of the lines are sent out on all the others. It is broadcast device. If two frames arrive at the same time, they will collide, just as on a coaxial cable. (iii) All the lines coming into a hub must operate at the same speed. Hubs differ from repeaters in that they do not boost the incoming signals and are designed for multiple input lines, but the differences are slight. (iv) Like repeaters, hubs are physical layer devices that do not examine the link layer addresses or use them in any way. It is not an intelligent device.
  • 5. Switch: (i) Switches are modern bridges by another name. It acts as multiport bridge to connect devices or segments in a LAN. It operates at data link layer. (ii) It is point to point device. (iii) It is an intelligent device. It uses switching table to find the correct destination. Router: (i) Routers are devices that connect two or more networks. It operates at network layer. (ii) They consist of a combination of hardware and software. (iii) The hardware can be a network server, a separate computer or a special device. The hardware includes the physical interfaces to the various networks in the internetwork. (iv) These interfaces can be Token Ring, Ethernet, T1, Frame Relay, ATM or any other technology. Bridge: (i) A bridge connects two or more LANs. It operates at data link layer. (ii) Like a hub, a modern bridge has multiple ports, usually enough for 4 to 48 input lines of a certain type. Unlike in a hub, each port is isolated to be its own collision domain. (iii) When a frame arrives, the bridge extracts the destination address (for Ethernet, it is 48 bit) from the frame header and looks it up in a table to see where to send the frame. (iv) The bridge only outputs the frame on the port where it is needed and can forward multiple frames at the same time. Repeater: (i) The repeater operates in the physical layer. (ii) These are analog devices that work with signals on the cables to which they are connected. (iii) A signal appearing on one cable is regenerated and put out on another cable. Hence it extends the physical length of LAN. (iv) Repeaters do not understand frames, packets or headers. They understand the symbols that encode bit as volts. (v) Classic Ethernet, for example, was designed to allow four repeaters that would boost the signal to extend the maximum cable length from 500 meters to 2500 meters.