Datacom Lecture
Datacom Lecture
ARPANET
Developed by the Advanced Research Project Agency of the US Department of Defense.
A small network started in the mid-1960s for connecting mainframe computers.
In 1969, four nodes are connected; UCLA,UCSB, Stanford Research Institute, and
University in Utah.
Used NCP, then TCP/IP protocol suites.
MILNET: Military Users.
ARPANET: non-military users.
CSNET
Network for Universities and companies that connected through TCP/IP, and TELNET;
sponsored by the National Science Foundation, 1981-1986.
NSFNET
A backbone that connected five supercomputer centers by a T1 (1.50044 Mbps) line; 1990-
1995.
EUROPE JAPAN
CERN, RIPE, 1989. JUNET, 1984.
AUSTRALIA SINGAPORE
AAR Net, 1989. TECHNET, 1990.
Networking : Internet
The internet is a big collection of computers linked by cables. Some links are as small as
your phone line. Some are huge undersea cables, capable of carrying thousands of
telephone calls and data “conversations” simultaneously. The internet is just a huge
computer network.
The presentation layer transforms data into a mutually agreed-upon format (transfer syntax)
that can be understood by each application and the computers they run on. The presentation layer
may also compress, expand, encrypt and decrypt data.
-ensures that information sent from the application layer of one system will be readable by the
application layer of other systems
-provides code formatting and conversion for applications
• TIFF - the tagged image file format is a standard graphics format for high-resolution,
bitmapped
images.
• JPEG - the joint photographic experts group bring these photo standards to us.
• MIDI - the musical instrument digital interface is used for digitized music.
• MPEG - the moving picture experts group standard for the compression and coding of
motion video for CDs is increasingly popular. It provides digital storage and bit rate up to
1.5Mbps.
• RTF - rich text format is a file format that lets you exchange text files between different
word processors even in different operation systems.
-Establishes, manages and terminates communication session between presentation layer entities.
-Establishes end connections between two nodes.
-Monitor of flow control
-Coordinates applications as they interact on different hosts.
The objective of the network layer is to move or route information across a network made up of
multiple network segments. The network layer does this by examining the destination network layer
address (different from the physical layer address) and sending the packet to the next transit point in
the inter network.
-defines logical source and destination addresses associated with specific protocol
-defines path through network
-interconnects multiple data links
The data link layer organizes the physical layers bit into frames (logical groupings of information). A
frame is a contiguous series of data with independent logical meaning. The data link layer also
detects (and sometimes corrects) errors, controls data flow and identifies particular computer on the
network.
The physical layer defines the mechanical and electrical specifications of the network medium and
the network interface hardware, how they connect to one another, and how data (in form of bits) is
placed on and retrieved from the network medium.
LAN STANDARDS
Standard name Definition Speed
Ethernet IEEE802.3 10Mbps
Fast Ethernet IEEE802.3u 100Mbps
Gigabit Ethernet IEEE802.3z 1Gbps
Token Ring 802.5 4/16Mbps
FDDI ANSI Standard 100Mbps
WAN STANDARDS
Standard name Definition
RS 232,RS449,EIA530 EIA/TIA
X.21, V.35, V.24 ITU-T
ISDN BRI, ISDN PRI ITU-T
CATEGORIES OF A NETWORK
By Size
-Wide Area Network (WAN)
-Metropolitan Area Network (MAN)
-Local Area Networks (LAN)
By capability
-client/server
-peer-to-peer
Server software generally, but not always, runs on powerful computers dedicated for exclusive use to
running the business application.
Client software on the other hand generally runs on common PCs or workstations.
Properties of a server
-passive (Slave)
-waiting for requests
-on requests serves them and send a reply
Properties of a client
-active (master)
-sending requests
-waiting until reply arrives
Pros
-Security
-centralized servers are easy to manage
-physically centralized
-secure operating system
-Performance
-Centralized backups
-Reliability
Cons
-requires professional administration
-more hardware intensive
Ex.
-E-mail system
-database system
-Web browsing
-File Transfer Protocol (FTP)
-Windows domain
-Network games
Peer-to-Peer model
Computer share equally with one another without having to rely on a central server.
Computer on the network communicate with each other as equals and each computer is
responsible for making its own resources available to other computers on the network.
Pros
-Uses less expensive computer networks
-easy to administer
-No NOS (Network operating system) requires
-More built-in redundancy
-Shared resources-some machine will have what you need
Cons
-Individual user performance easily affected
-Not very secure
-Hard to back up
EX.
-Napster
-Gnutella
-eDonkey
-Peercast
-KaZaa
-Limewire
-uTorrent
Topology
-the geometric arrangement of devices on the network. For example, devices can be arranged in a
ring or in a bus or in a star topology.
Protocols
-The rules and encoding specification for sending data. The protocols also determine whether the
network uses a peer-to-peer or client/server model.
Media
Devices can be connected by twisted-pair wire, coaxial cable, or fiber optic cables. Wireless
networks are connected via radio waves.
Features
-Network maintained by a single cable
-Bus ends with terminators
-Can be daisy chained
-Uses coaxial cable
Advantage
-easy to install
-easy to add stations
-uses less cabling than other topologies
Disadvantage
-Difficult to troubleshoot
-a break in the main cable shuts the network
-limited number if stations
EX.
Thin Ethernet (10Base2)
-IEEE 802.3 Standard
-Maximum segment length of 200m
-Maximum of 30 stations per segment
-Maximum of 5 segments using 4 repeaters
Features
-Segments meet at the hub
-each station needs its own cable to the hub
-easy to maintain and expand
Advantages
-Easy to troubleshoot
-Terminals can be added and removed easily
-Lots of support due to its popularity
Disadvantages
-longer cable requirement than bus
-concentrator(hub) as a single point of failure
-Higher costs than most bus networks.
Features
-Equal access for all stations
-A station has to wait for its turn for transmission
-Data travels in one direction
Advantages
-Data travels at great speed
-No collisions
-Easy to troubleshoot
Disadvantage
-Longer cable requirement than bus
-A break in the ring shuts the network
-Not common as the bus-less devices available
DATA COMMUNICATION
Analog data is converted to digital because electronic computers process data in digital form.
Digital data is converted to analog because most existing transmission facilities make use of analog
signals.
ANALOG ENCODING
Amplitude shift keying encodes digital data by modulating the carrier’s amplitude between two or
more levels.
COMMUNICATION MODES
Simplex
TX RX
Only one interface is a transmitter and every other interface is a receiver, the channels full bandwidth
is always available for signals traveling from transmitter to receiver(s).
Half-Duplex
TX RX
RX TX
Each interface servers as both transmitter and receiver, but only one interface can transmit at a time.
The channels full bandwidth is available to the transmitting interface (which cannot receive while it is
transmitting).
Full-Duplex
TX RX
A full duplex channel has two ends, each serving as both transmitter and receiver. Each interface can
both transmit and receive at the same time.
TRANSMISSION TYPES
Asynchronous transmission- calls for each character to be transmitted separately, with separate
synchronization information.
This type of transmission is often used in situations where characters may be generates at random
intervals, such as when a user types at a terminal.
With asynchronous transmission, all of the bits that comprise a character are framed and then sent as
a single transmission string.
Synchronous transmission – can send both character-oriented and bit-oriented information.
The data are usually buffered and transmitted as a entire message or frame, unlike asynchronous,
which transmits one character at a time.
The transmitting and receiving clocks maintain synchronization which is accomplished in two ways:
Baseband
- a type o data transmission in which digital or analog data is sent over a single unmultiplexed
channel
Broadband
- a type of data transmission in which a single medium (wire) can carry several channels at
once.
COMPONENTS OF A NETWORK
Hardware:
-computer
-network interface card
-hub, switches, routers
-modems
Software
-network operating system
-programs and utilities
Transmission medium
-Copper cable
-fiber optic cables
-space (wireless)
SERVER
-a computer that provides services to other networked computers
-e.g. file server and print server
File server
-controls users and their privileges
-control remote access services
-control file use
Print server
-a system that provides a printer for use by other members of the network permitted to do so
Workstations (Client/workstation)
-machines that use services provided by other machines in the network.
-a client may or may not provide services to other machines, therefore a client can perform
server functions.
Cable(Transmission media)
-unshielded twisted pair
-coax cable
-fiber optic cable
Physical media that connects all network nodes (i.e devices attached to the network such as
printers, servers, computers etc.) The cable serves as the conduit along which data is sent
between devices. LAN cables carry only one signal at a time.WAN Cables can carry multiple
signals simultaneously.
• EIA/TIA 568 A/B - this is the American standard and was the first to be published (1991).
• ISO/IEC 11801 – the international standard for structured cabling systems.
• CENELEC EN 50173- the European cabling standard (the British version is BS EN
50173).
Type Uses
WIRELESS LAN
Wireless LANs use high frequency radio signals, infrared light beams, or lasers to
communicate between the workstations and the file server or hubs. Each workstation and file server
on a wireless network has some sort of transceiver/antenna to send and receive the data. Information
is relayed between transceivers as if they were physically connected. For longer distance, wireless
communication can also take place through cellular telephone technology, microwave transmission or
by satellite.
TRANSMISSION MEDIUMS
Satellite communication
-high reliability
-long distance advantage
-high data capacity
Microwave communication
-line-of-site
-high speed
-cost effective
-easy to implement
-weather can cause interference
-physical characteristics
-data signals sent through atmosphere
-Signals cannot bend or follow curvature of the earth
-relay stations required
NETWORKING DEVICES
Hubs
-device that serves as the center of a star-topology network, sometimes referred to as a
multiport repeater, or in Ethernet, a concentrator; not intelligent
-a hub is a box that is used to gather groups of PCs together at a central location with
10BaseT cabling.
-Like network cards, hubs are available in both standard (10Mbps) and fast ethernet
(100Mbps) versions.
Bridge
-device that connects and passes packets between two network segments more intelligent
than hub--- analyzes incoming packets and forwards (or drops) based on addressing
information.
-more intelligent than a hub--- can analyze incoming packets and forward (or drop) based on
addressing information.
-collect and pass packets between two network segments
-control broadcast to the network
-maintain address tables
-different types of bridges
Switch
- the switching hub, sometimes called a switch is a more advance unit over the basic hub, this
hub treats each network card independently and in the matter of the 10 100Mbps network with the
one 10Mbps network card. The switching hub allows all of the faster connections to remain at the
higher speed and still interact with the 10Mbps system.
Router
- path determination using metrics, forward packets from one network to another
OPERATING SYSTEMS
An operating system is a collection of programs that manages the activities of the computer.
Database
- a database management system (DBMS) is a sophisticated software system for storing data
and providing easy access to them.
-the most common database for PCs is the relational database
-data in a relational database are set up in tables; tables are related by common fields.
-any type of data--- text, graphics, voice or video—can exist in a database.
Electronic mail and modem sharing
Electronic Mail
Email allows users to communicate quickly an easily with internal employees, customers and
supplier via electronic messages.
Modem sharing
Modem-sharing software allows multiple users to share modems for dial-out or connection to
the internet. It also facilities fax-sharing services, which allow users to compose and send faxes over
the network.