Chapter 1 Introduction
Chapter 1 Introduction
Introduction
1.1 DATA COMMUNICATIONS
❖ Delivery
● must deliver data to the correct destination.
● only to the intended device or user.
❖ Accuracy
● must deliver data accurately.
❖ Timeliness
● must deliver data in a timely manner.
❖ Jitter
● refers to the variation in the packet arrival time.
Data communications system components
(twisted pair wire, coaxial cable, fiber- optic cable, laser , or radio
waves(terrestrial or satellite microwave))
❑ Protocol
❖ is a set of rules that govern data communication.
Data Representation
❑ Text is represented as a bit pattern.
• Code : Each sets of bit patterns to represent text symbols.
• ASCII : by ANSI, 7bits
• Extended ASCII: 8bits
• Unicode : 16 bits
• ISO : 32bits
❑ Numbers : also represented by bit patterns.
❑ Simplex
• unidirectional, as on a one-way street (keyboard, monitor)
❑ Half-Duplex
• each station can both transmit and receive, but not at the same time
❑ Full-Duplex
• both stations can transmit and receive simultaneously
1.2 NETWORKS
Network Criteria
❖ number of users
❖ type of transmission medium
❖ capability of hardware(s)
❖ efficiency of software
❑ Robustness of Catastrophe
❖ Point-to-Point
● provides a dedicated link between two devices.
❖ Multipoint : multi-drop
● is configuration in which more than two specific devices share a single
link
Physical Structures (cont’d)
Mesh
Star
Topology
Bus
Ring
Mesh Topology
❑ Mesh
❖ Every device has a dedicated point-to-point link to every other
device.
❖ Dedicated links guarantees that each connection can carry its data load.
❖ Robustness
❑ Nodes are connected to the bus cable by drop lines and taps
❖ Drop line
● is a connection running between the device and the main cable
❖ Tap
● is a connector either splices into the main cable or punctures the
sheathing of a cable to create a contact with the metallic core
Bus Topology (cont’d)
❑ Advantages
• include ease of installation
❑ Disadvantages
• include difficult reconfiguration and fault isolation
Ring Topology
Each device has a dedicated point-to-point line
configuration only with the two devices on either side
of it
❑ Advantage
• is relatively easy to install and reconfigure
• fault isolation is simplified
❑ Disadvantage
❖ unidirectional traffic
● break in the ring can disable the entire
network
● dual ring resolve the issue
Hybrid Topology
A network can be hybrid which entails the presence of different topology.
❑ For example, a main star topology with each branch connecting several stations
in a bus topology.
Categories of Networks
❑ Three primary categories
❖ size, ownership, distance it cover, physical architecture
Figure 1.12 A heterogeneous network made of four WANs and two LANs
1.3 THE INTERNET
❑ Entity
• is anything capable of sending or receiving information
❑ Protocol
• is a set of rules that govern data communication
Protocol & Standards (cont’d)
❑ Key elements of a Protocol
❖ Syntax
● refers to the structure or format of the data, meaning the order in which
they are presented.
❖ Semantics
● refers to the meaning of each section of bits.
❖ Timing
● refers to two characteristics (when data should be sent and how fast it
can be sent)
Standards
❑ Standards
Standards
De facto De jure
(by fact) (by law)
Internet Standard
An Internet standard is a thoroughly tested specification.
❖ Required
Must be implemented to achieve minimum conformance. (IP, ICMP)
❖ Recommended
Not a must but recommended as it is useful (FTP, TELNET)
❖ Elective
not required and not recommended. (TFTP)
❖ Limited Use
Only in limited situation (all experimental RFCs)
❖ Not Recommended
inappropriate for general use (historic (deprecated) RFC)
Standards Organizations
❑ Standard Creation Committees
● created in 1947
❑ Regulatory agencies
❖ FCC (Federal Communications Commission)
Internet Standards
❑ Internet standard by IETF (Internet Engineering Task Force)
❖ is a thoroughly tested specification that is useful to and adhered by those
who work with the Internet
❑ by fact standard
~ are often established originally by manufactures seeking to define the functionality
of a new product or technology.
❖ proprietary (closed)
~ are those originally invented by a commercial organization as a basis for the
operation of its products.
❖ nonproprietary (open)
~ are those originally developed by group or committees that have passed them
into the public domain.
Summary (1)
❑ Data communications are the transfer of data from one device to another via some form
of transmission medium.
❑ A data communications system must transmit data to the correct destination in an
accurate and timely manner.
❑ The five components that make up a data communications system are the message,
sender, receiver, medium, and protocol.
❑ Text, numbers, images, audio, and video are different forms of information.
❑ Data flow between two devices can occur in one of three ways: simplex, half-duplex, or
full-duplex.
❑ A network is a set of communication devices connected by media links.
❑ In a point-to-point connection, two and only two devices are connected by a dedicated
link. In a multipoint connection, three or more devices share a link.
Summary (2)
❑ Topology refers to the physical or logical arrangement of a network. Devices may
be arranged in a mesh, star, bus, or ring topology.
❑ There are local, regional, national, and international Internet service providers.
Summary (3)
❑ A protocol is a set of rules that govern data communication; the key elements of
a protocol are syntax, semantics, and timing.
❑ The ISO, ITU-T, ANSI, IEEE, and EIA are some of the organizations involved
in standards creation.
❑ Forums are special-interest groups that quickly evaluate and standardize new
technologies.