SlideShare a Scribd company logo
1 of 13
Download to read offline
Data Communication
 Presented To
 Pranab Bandhu Nath
 Assistant Professor of CSE
Department
 City Univeristy
 Presented By
 Md. Sadequl Islam
 Batch: 50
 Department: CSE (eveing)
 Id: 1915002515
 Sub: Data Communication
 Course code: CSE 313
Presentation Topics & Answer:
 What is Data Communication & Network
Answer: Basically data communication is a computer connected to the
internet via wifi connection, that is uses wireless connection to send
and received data from one or multiple devices.
Computer Network: Computer network is a connection of two or more
computer that is work transfer data each other electronically. In that
middle via work wifi or internet connections.
Different between data communication and network
 Basically computer network is group of computer system that connected each
other and work with internet to passing data . Data communication refers to the
Electronic transmission of information between two devices by using
a communication channel such as a wire pair cable or fiber optics. Delivery,
accuracy, timeliness, and jitter are four important characteristics of a good data
communication system.
 For example, a common example of data communications is a computer connected
to the Internet via a Wi-Fi connection, which uses a wireless medium to send and
receive data from one or more remote servers.
What is PAN,Node,LAN,MAN,WAN
A personal area network (PAN) is formed when two or more computers or cell phones
interconnect to one another wirelessly over a short range, typically less than about
30feet.
A node is a connection point inside a network that can receive, send, create, or store
data. Each node requires you to provide some form of identification to receive access,
like an IP address.
A local area network (LAN) is a collection of devices connected together in one
physical location, such as a building, office, or home. A LAN can be small or large,
ranging from a home network with one user to an enterprise network with thousands
of users and devices in an office or school.
A metropolitan area network features a WAN that's built around a city or a section of
a city. It connects all of the networks in the city into a single larger network.
This network connects employees across the various agencies with shared resources.
A wide area network , is a large network of information that is not tied to a single
location. WANs can facilitate communication, the sharing of information and much
more between devices from around the world through a WAN provider.
What is MAC address, NIC, IP, Type of Addressing
❑ A MAC address is a hardware identification number that uniquely identifies each
device on a network. The MAC address is manufactured into every network card,
such as an Ethernet card or Wi-Fi card, and therefore cannot be changed.
❑ "Network Interface Card" and is pronounced "nick." A NIC is a component that
provides networking capabilities for a computer. It may enable a wired connection
(such as Ethernet) or a wireless connection (such as Wi-Fi) to a local area network.
❑ An internet protocol (IP) address allows computers to send and receive
information. There are four types of IP addresses: public, private, static, and
dynamic. An IP address allows information to be sent and received by the correct
parties, which means they can also be used to track down a user's physical
location.
What is port,HUB,Switch,Router ?
❑ A port is a virtual point where network connections start and end. Ports are software-
based and managed by a computer's operating system. Each port is associated with a
specific process or service.
❑ A network hub is a device that allows multiple computers to communicate with each
other over a network. It has several Ethernet ports that are used to connect two or
more network devices together.
❑ A switch is a device in a computer network that connects other devices together.
Multiple data cables are plugged into a switch to enable communication between
different networked devices.
❑ A router is a device that connects two or more packet-switched networks or
subnetworks. It serves two primary functions: managing traffic between these
networks by forwarding data packets to their intended IP addresses, and allowing
multiple devices to use the same Internet connection.
What is Bit,Byte,Bridge
❑ A bit (short for binary digit) is the smallest unit of data in a computer. A bit has a
single binary value, either 0 or 1. The value of a bit is usually stored as either above
or below a designated level of electrical charge in a single capacitor within a
memory device. Half a byte (four bits) is called a nibble.
❑ Byte, the basic unit of information in computer storage and processing. A byte
consists of 8 adjacent binary digits (bits), each of which consists of a 0 or 1. ... The
string of bits making up a byte is processed as a unit by a computer; bytes are the
smallest operable units of storage in computer technology.
❑ A bridge is a network device that connects multiple LANs (local area networks)
together to form a larger LAN. A bridge connects the different components so that
they appear as parts of a single network. Bridges operate at the data link layer of
the OSI model and hence also referred as Layer 2 switches.
Class of IP Address
Class Address range Supports
Class
A
1.0.0.1 to 126.255.255.254 Supports 16 million hosts on each of 127 networks.
Class
B
128.1.0.1 to 191.255.255.254 Supports 65,000 hosts on each of 16,000 networks.
Class
C
192.0.1.1 to 223.255.254.254 Supports 254 hosts on each of 2 million networks.
Class
D
224.0.0.0 to
239.255.255.255
Reserved for multicast groups.
Class
E
240.0.0.0 to
254.255.255.254
Reserved for future use, or research and development
purposes.
OSI Model Definition and
❑ The OSI Model (Open Systems Interconnection Model) is a conceptual framework
used to describe the functions of a networking system. The OSI model
characterizes computing functions into a universal set of rules and requirements in
order to support interoperability between different products and software.
❑ Learn the seven layers of OSI model; Application, Presentation, Session, Transport,
Network, Data Link and Physical in detail along with their functions. The OSI (Open
System Interconnection) Reference Model is the comprehensive set of standards
and rules for hardware manufacturers and software developers.
OSI Model Definition
 Layer 1 – Physical : At the bottom of our OSI bean dip we have the Physical Layer,
which represents the electrical and physical representation of the system. This can
include everything from the cable type, radio frequency link (as in an 802.11
wireless systems), as well as the layout of pins, voltages and other physical
requirements.
 Layer 2 – Data Link : The Data Link Layer provides node-to-node data transfer
(between two directly connected nodes), and also handles error correction from
the physical layer. Two sublayers exist here as well - the Media Access Control
(MAC) layer and the Logical Link Control (LLC) layer. In the networking world, most
switches operate at Layer 2. But it's not th at simple.
 Layer 3 – Network: Here at the Network Layer is where you’ll find most of the
router functionality that most networking professionals care about and love. In its
most basic sense, this layer is responsible for packet forwarding, including routing
through different routers. You might know that your Boston computer wants to
connect to a server in California, but there are millions of different paths to take.
Routers at this layer help do this efficiently.
OSI Model Definition
 Layer 4 – Transport: The Transport Layer deals with the coordination of the data
transfer between end systems and hosts. How much data to send, at what rate,
where it goes, etc. The best known example of the Transport Layer is the
Transmission Control Protocol (TCP), which is built on top of the Internet Protocol
(IP), commonly known as TCP/IP. TCP and UDP port numbers work at Layer 4, while
IP addresses work at Layer 3, the Network Layer.
 Layer 5 - Session: When two devices, computers or servers need to “speak” with
one another, a session needs to be created, and this is done at the Session
Layer. Functions at this layer involve setup, coordination (how long should a system
wait for a response, for example) and termination between the applications at
each end of the session.
 Layer 6 - Presentation: The Presentation Layer represents the area that is
independent of data representation at the application layer. In general, it
represents the preparation or translation of application format to network format,
or from network formatting to application format. In other words, the layer
“presents” data for the application or the network. A good example of this is
encryption and decryption of data for secure transmission.
OSI Model
 Layer 7 - Application: To further our bean dip analogy, the Application Layer is the
one at the top--it’s what most users see. In the OSI model, this is the layer that is
the “closest to the end user”. It receives information directly from users and
displays incoming data it to the user. Oddly enough, applications themselves do not
reside at the application layer. Instead the layer facilitates communication through
lower layers in order to establish connections with applications at the other end.
Web browsers (Google Chrome, Firefox, Safari, etc.) TelNet, and FTP, are examples
of communications that rely on Layer 7.

More Related Content

What's hot

Modern computer network technologies
Modern computer network technologies Modern computer network technologies
Modern computer network technologies Shamima Akther
 
Internet architecture protocol
Internet architecture protocolInternet architecture protocol
Internet architecture protocolGLIM Digital
 
Introduction to Computer Networks: Basic concept of Computer networks Goals o...
Introduction to Computer Networks: Basic concept of Computer networks Goals o...Introduction to Computer Networks: Basic concept of Computer networks Goals o...
Introduction to Computer Networks: Basic concept of Computer networks Goals o...MostafizurRahmanMonn
 
IMD 251 - Networking
IMD 251 - NetworkingIMD 251 - Networking
IMD 251 - Networkingisma ishak
 
Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and modelsshahin raj
 
Classification of Computer
Classification of ComputerClassification of Computer
Classification of ComputerAfsanaAkterRubi
 
Computer network
Computer networkComputer network
Computer networkMd Saylab
 
Network standards
Network standardsNetwork standards
Network standardshspatalia
 
Terminologies used with networking
Terminologies used with networkingTerminologies used with networking
Terminologies used with networkingchamwama
 
Networking Basics and Cisco
Networking Basics and CiscoNetworking Basics and Cisco
Networking Basics and CiscoShoaib Iqbal
 

What's hot (17)

Modern computer network technologies
Modern computer network technologies Modern computer network technologies
Modern computer network technologies
 
OSI MODEL
OSI MODELOSI MODEL
OSI MODEL
 
Internet architecture protocol
Internet architecture protocolInternet architecture protocol
Internet architecture protocol
 
Introduction to Computer Networks: Basic concept of Computer networks Goals o...
Introduction to Computer Networks: Basic concept of Computer networks Goals o...Introduction to Computer Networks: Basic concept of Computer networks Goals o...
Introduction to Computer Networks: Basic concept of Computer networks Goals o...
 
Networking
NetworkingNetworking
Networking
 
Networking
NetworkingNetworking
Networking
 
IMD 251 - Networking
IMD 251 - NetworkingIMD 251 - Networking
IMD 251 - Networking
 
Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and models
 
Uses of computer networks
Uses of computer networksUses of computer networks
Uses of computer networks
 
COMPUTER NETWORKS
COMPUTER NETWORKSCOMPUTER NETWORKS
COMPUTER NETWORKS
 
Lesson 1 introduction
Lesson 1 introductionLesson 1 introduction
Lesson 1 introduction
 
Classification of Computer
Classification of ComputerClassification of Computer
Classification of Computer
 
Computer network
Computer networkComputer network
Computer network
 
Computer networks
Computer networksComputer networks
Computer networks
 
Network standards
Network standardsNetwork standards
Network standards
 
Terminologies used with networking
Terminologies used with networkingTerminologies used with networking
Terminologies used with networking
 
Networking Basics and Cisco
Networking Basics and CiscoNetworking Basics and Cisco
Networking Basics and Cisco
 

Similar to Data Communication

Concept of networking
Concept of networkingConcept of networking
Concept of networkingsumit dimri
 
Jinat afroz,1915002540,Data Communication
Jinat afroz,1915002540,Data CommunicationJinat afroz,1915002540,Data Communication
Jinat afroz,1915002540,Data Communicationzinatafroz
 
Data communication assingment.docx (1)
Data communication assingment.docx (1)Data communication assingment.docx (1)
Data communication assingment.docx (1)sultan alauddin
 
Network administration and Management
Network administration and ManagementNetwork administration and Management
Network administration and ManagementBry Cunal
 
What is network architecture
What is network architecture What is network architecture
What is network architecture Sorcia D'Arceuil
 
Computer network
Computer networkComputer network
Computer networkAnupan Jain
 
Basic networking tutorial
Basic networking tutorialBasic networking tutorial
Basic networking tutorialRodel Morales
 
Computer Network Second Edition
Computer Network Second EditionComputer Network Second Edition
Computer Network Second EditionMd Saylab
 
What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)Sorcia D'Arceuil
 
Computer_Network
Computer_NetworkComputer_Network
Computer_NetworkRavi Jiyani
 
Network essentials chapter 3
Network essentials  chapter 3Network essentials  chapter 3
Network essentials chapter 3Raghu nath
 
Computer Network ASsignment
Computer Network ASsignmentComputer Network ASsignment
Computer Network ASsignmentBijay Bista
 

Similar to Data Communication (20)

Computer networks
Computer networksComputer networks
Computer networks
 
Mohanccna
MohanccnaMohanccna
Mohanccna
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
 
Jinat afroz,1915002540,Data Communication
Jinat afroz,1915002540,Data CommunicationJinat afroz,1915002540,Data Communication
Jinat afroz,1915002540,Data Communication
 
Data communication assingment.docx (1)
Data communication assingment.docx (1)Data communication assingment.docx (1)
Data communication assingment.docx (1)
 
Computer network
Computer networkComputer network
Computer network
 
1658897215230.pdf
1658897215230.pdf1658897215230.pdf
1658897215230.pdf
 
Network administration and Management
Network administration and ManagementNetwork administration and Management
Network administration and Management
 
Internet
InternetInternet
Internet
 
What is network architecture
What is network architecture What is network architecture
What is network architecture
 
Computer network
Computer networkComputer network
Computer network
 
Cn
CnCn
Cn
 
Cnetworks
CnetworksCnetworks
Cnetworks
 
Basic networking tutorial
Basic networking tutorialBasic networking tutorial
Basic networking tutorial
 
Computer Network Second Edition
Computer Network Second EditionComputer Network Second Edition
Computer Network Second Edition
 
What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)
 
Computer_Network
Computer_NetworkComputer_Network
Computer_Network
 
Basic lecture
Basic lectureBasic lecture
Basic lecture
 
Network essentials chapter 3
Network essentials  chapter 3Network essentials  chapter 3
Network essentials chapter 3
 
Computer Network ASsignment
Computer Network ASsignmentComputer Network ASsignment
Computer Network ASsignment
 

Recently uploaded

Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 

Recently uploaded (20)

Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 

Data Communication

  • 1.
  • 2. Data Communication  Presented To  Pranab Bandhu Nath  Assistant Professor of CSE Department  City Univeristy  Presented By  Md. Sadequl Islam  Batch: 50  Department: CSE (eveing)  Id: 1915002515  Sub: Data Communication  Course code: CSE 313
  • 3. Presentation Topics & Answer:  What is Data Communication & Network Answer: Basically data communication is a computer connected to the internet via wifi connection, that is uses wireless connection to send and received data from one or multiple devices. Computer Network: Computer network is a connection of two or more computer that is work transfer data each other electronically. In that middle via work wifi or internet connections.
  • 4. Different between data communication and network  Basically computer network is group of computer system that connected each other and work with internet to passing data . Data communication refers to the Electronic transmission of information between two devices by using a communication channel such as a wire pair cable or fiber optics. Delivery, accuracy, timeliness, and jitter are four important characteristics of a good data communication system.  For example, a common example of data communications is a computer connected to the Internet via a Wi-Fi connection, which uses a wireless medium to send and receive data from one or more remote servers.
  • 5. What is PAN,Node,LAN,MAN,WAN A personal area network (PAN) is formed when two or more computers or cell phones interconnect to one another wirelessly over a short range, typically less than about 30feet. A node is a connection point inside a network that can receive, send, create, or store data. Each node requires you to provide some form of identification to receive access, like an IP address. A local area network (LAN) is a collection of devices connected together in one physical location, such as a building, office, or home. A LAN can be small or large, ranging from a home network with one user to an enterprise network with thousands of users and devices in an office or school. A metropolitan area network features a WAN that's built around a city or a section of a city. It connects all of the networks in the city into a single larger network. This network connects employees across the various agencies with shared resources. A wide area network , is a large network of information that is not tied to a single location. WANs can facilitate communication, the sharing of information and much more between devices from around the world through a WAN provider.
  • 6. What is MAC address, NIC, IP, Type of Addressing ❑ A MAC address is a hardware identification number that uniquely identifies each device on a network. The MAC address is manufactured into every network card, such as an Ethernet card or Wi-Fi card, and therefore cannot be changed. ❑ "Network Interface Card" and is pronounced "nick." A NIC is a component that provides networking capabilities for a computer. It may enable a wired connection (such as Ethernet) or a wireless connection (such as Wi-Fi) to a local area network. ❑ An internet protocol (IP) address allows computers to send and receive information. There are four types of IP addresses: public, private, static, and dynamic. An IP address allows information to be sent and received by the correct parties, which means they can also be used to track down a user's physical location.
  • 7. What is port,HUB,Switch,Router ? ❑ A port is a virtual point where network connections start and end. Ports are software- based and managed by a computer's operating system. Each port is associated with a specific process or service. ❑ A network hub is a device that allows multiple computers to communicate with each other over a network. It has several Ethernet ports that are used to connect two or more network devices together. ❑ A switch is a device in a computer network that connects other devices together. Multiple data cables are plugged into a switch to enable communication between different networked devices. ❑ A router is a device that connects two or more packet-switched networks or subnetworks. It serves two primary functions: managing traffic between these networks by forwarding data packets to their intended IP addresses, and allowing multiple devices to use the same Internet connection.
  • 8. What is Bit,Byte,Bridge ❑ A bit (short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1. The value of a bit is usually stored as either above or below a designated level of electrical charge in a single capacitor within a memory device. Half a byte (four bits) is called a nibble. ❑ Byte, the basic unit of information in computer storage and processing. A byte consists of 8 adjacent binary digits (bits), each of which consists of a 0 or 1. ... The string of bits making up a byte is processed as a unit by a computer; bytes are the smallest operable units of storage in computer technology. ❑ A bridge is a network device that connects multiple LANs (local area networks) together to form a larger LAN. A bridge connects the different components so that they appear as parts of a single network. Bridges operate at the data link layer of the OSI model and hence also referred as Layer 2 switches.
  • 9. Class of IP Address Class Address range Supports Class A 1.0.0.1 to 126.255.255.254 Supports 16 million hosts on each of 127 networks. Class B 128.1.0.1 to 191.255.255.254 Supports 65,000 hosts on each of 16,000 networks. Class C 192.0.1.1 to 223.255.254.254 Supports 254 hosts on each of 2 million networks. Class D 224.0.0.0 to 239.255.255.255 Reserved for multicast groups. Class E 240.0.0.0 to 254.255.255.254 Reserved for future use, or research and development purposes.
  • 10. OSI Model Definition and ❑ The OSI Model (Open Systems Interconnection Model) is a conceptual framework used to describe the functions of a networking system. The OSI model characterizes computing functions into a universal set of rules and requirements in order to support interoperability between different products and software. ❑ Learn the seven layers of OSI model; Application, Presentation, Session, Transport, Network, Data Link and Physical in detail along with their functions. The OSI (Open System Interconnection) Reference Model is the comprehensive set of standards and rules for hardware manufacturers and software developers.
  • 11. OSI Model Definition  Layer 1 – Physical : At the bottom of our OSI bean dip we have the Physical Layer, which represents the electrical and physical representation of the system. This can include everything from the cable type, radio frequency link (as in an 802.11 wireless systems), as well as the layout of pins, voltages and other physical requirements.  Layer 2 – Data Link : The Data Link Layer provides node-to-node data transfer (between two directly connected nodes), and also handles error correction from the physical layer. Two sublayers exist here as well - the Media Access Control (MAC) layer and the Logical Link Control (LLC) layer. In the networking world, most switches operate at Layer 2. But it's not th at simple.  Layer 3 – Network: Here at the Network Layer is where you’ll find most of the router functionality that most networking professionals care about and love. In its most basic sense, this layer is responsible for packet forwarding, including routing through different routers. You might know that your Boston computer wants to connect to a server in California, but there are millions of different paths to take. Routers at this layer help do this efficiently.
  • 12. OSI Model Definition  Layer 4 – Transport: The Transport Layer deals with the coordination of the data transfer between end systems and hosts. How much data to send, at what rate, where it goes, etc. The best known example of the Transport Layer is the Transmission Control Protocol (TCP), which is built on top of the Internet Protocol (IP), commonly known as TCP/IP. TCP and UDP port numbers work at Layer 4, while IP addresses work at Layer 3, the Network Layer.  Layer 5 - Session: When two devices, computers or servers need to “speak” with one another, a session needs to be created, and this is done at the Session Layer. Functions at this layer involve setup, coordination (how long should a system wait for a response, for example) and termination between the applications at each end of the session.  Layer 6 - Presentation: The Presentation Layer represents the area that is independent of data representation at the application layer. In general, it represents the preparation or translation of application format to network format, or from network formatting to application format. In other words, the layer “presents” data for the application or the network. A good example of this is encryption and decryption of data for secure transmission.
  • 13. OSI Model  Layer 7 - Application: To further our bean dip analogy, the Application Layer is the one at the top--it’s what most users see. In the OSI model, this is the layer that is the “closest to the end user”. It receives information directly from users and displays incoming data it to the user. Oddly enough, applications themselves do not reside at the application layer. Instead the layer facilitates communication through lower layers in order to establish connections with applications at the other end. Web browsers (Google Chrome, Firefox, Safari, etc.) TelNet, and FTP, are examples of communications that rely on Layer 7.