Full Unit 1 Cse 306
Full Unit 1 Cse 306
DATA COMMUNICATIONS
• The term telecommunication means communication at a
distance. The word data refers to information presented in
whatever form is agreed upon by the parties creating and using
the data.
• Delivery
• Accuracy
• Timeliness - -real time
• Jitter
Components of a Data Communication
System
Continue…
Five Components:
• Type of Connection
– Point to Point - single transmitter and receiver
– Multipoint - multiple recipients of single transmission
• Physical Topology
– Connection of devices
– Type of transmission - unicast, mulitcast, broadcast
Types of connections: point-to-point and
multipoint
Uses of Computer Network
• Business Applications
• Home Applications
• Mobile Users
• Social Issues
Business Applications
• Network neutrality
• Digital Millennium Copyright Act
• Profiling users
• Phishing
PROTOCOLS
• A protocol is synonymous with rule. It consists of a set of
rules that govern data communications. It determines what is
communicated, how it is communicated and when it is
communicated.
• The key elements of a protocol are
– Syntax
– Semantics
– Timing
Elements of a Protocol
• Syntax
– Structure or format of the data
– Indicates how to read the bits - field delineation
• Semantics
– Interprets the meaning of the bits
– Knows which fields define what action
• Timing
– When data should be sent and what
– Speed at which data should be sent or speed at which it is being
received.
Types of Network
• Wired Networks • Mobile Networks
- high bandwidth - low bandwidth
- low bandwidth variability - high bandwidth variability
- can listen on wire - hidden terminal problem
- high power machines - low power machines
- high resource machines - low resource machines
- low delay - higher delay
- connected operation - disconnected operation
• Addressing or naming
• Error Control
• Flow Control---Congestion
• Statistical Multiplexing
• Routing
• Scalable
• QoS---real time
• Reliability
• Security
Connection-Oriented and Connectionless
Services
• A circuit is another name for a connection with associated
resources, such as a fixed bandwidth.
• This dates from the telephone network in which a circuit was a
path over copper wire that carried a phone conversation.
• In contrast to connection-oriented service, connectionless service
is modeled after the postal system.
• Each message (letter) carries the full destination address, and each
one is routed through the intermediate nodes inside the system
independent of all the subsequent messages.
• Store or forward switching
• Cut through switching
• Each kind of service can further be characterized by its reliability. Some
services are reliable in the sense that they never lose data.
• One such application is digitized voice traffic for voice over IP.
CSE306
Categories of Networks
– Long distances
– Provide connectivity over large areas
WANs: a switched WAN and a
point-to-point WAN
A heterogeneous network made of four WANs and two LAN
1.8
Metropolitan Area Networks (MANs)
• Provide connectivity over areas such as a city, a campus
• A metropolitan area network based on cable TV or telephone
cable using DSL
Wireless Networks
1.19
Advantages of Mesh
1. They use dedicated links so each link can only carry its
own data load. So traffic problem can be avoided.
2. It is robust. If any one link get damaged it cannot affect
others.
3. It gives privacy and security.(Message travels along a
dedicated link)
4. Fault identification and fault isolation are easy.
Disadvantages of Mesh
• Since all devices are sharing the same cable, some form of
control is needed to make sure which device will transmit
when, otherwise there will be a collision.
Advantages of Bus Topology
1. Ease of installation.
2. Less cabling.
3. less expensive.
Disadvantages of Bus Topology
Advantages:
1. Easy to install.
2. Easy to reconfigure.
3. Fault identification is easy.
Disadvantages:
1. Unidirectional traffic.
2. Break in a single ring can break entire network.
Ring Topology
Applications:
• Ring topologies are found in some office buildings or
school campuses.
• Today high speed LANs made this topology less
popular.
Tree Topology
• Broadcast
• More collision
• Connect same networking device
Switch
CSE306
Tasks involved in sending a letter
THE OSI MODEL
Established in 1947, the International Standards Organization (ISO) is a
multinational body dedicated to worldwide agreement on international
standards. An ISO standard that covers all aspects of network
communications is the Open Systems Interconnection (OSI) model. It
was first introduced in the late 1970s.
The layers in the TCP/IP protocol suite do not exactly match those in
the OSI model. The original TCP/IP protocol suite was defined as
having four layers: host-to-network, internet, transport, and application.
However, when TCP/IP is compared to OSI, we can say that the TCP/IP
protocol suite is made of five layers: physical, data link, network,
transport, and application.
TCP/IP and OSI model
ADDRESSING
Physical Addresses
Logical Addresses
Port Addresses
Specific Addresses
Addresses in TCP/IP
Relationship of layers and addresses in TCP/IP
Comparison of the OSI and TCP/IP Reference
Models
Functionality of the layers is roughly similar