Basics of Networking: Created by Ashish Lohia
Basics of Networking: Created by Ashish Lohia
Types of Networks
There are two basic types of networks currently in existence:
A Local Area Network (LAN)
Wide Area
Networks
(WAN) A Wide Area Network (WAN) interconnects LANs. It is not
restricted to a particular geographic area and may be
interconnected around the world. Third party network is involved.
They are characterized by the following:
• Multiple interconnected LANs
• Generally more expensive technology
• More sophisticated to implement than LANs
• Exist in an unlimited geographic area
• Less error resistance due to transmission travel distances
Common LAN Topologies
Bus Architecture In a bus topology:
• a single cable connects each
workstation in a linear, daisy-chained
fashion.
•signals are broadcasted to all
stations, but stations only act on the
frames addressed to them.
Ring Architecture
•In a ring topology:
Unicast Transmission
In unicast transmissions, a single data packet is sent from a source to a
single destination on the network.
Unicast Process
Multicast Process
Broadcast Tranmission
In multicast transmissions, a single data packet is copied and sent to
specific destinations on the network
Broadcast Process
Repeaters
Bridges
Hubs
Switches
Routers
Repeaters
Repeaters, located within the physical layer of a network, regenerate and
propagate signals from one to another. They do not change any information
being transmitted, and they cannot filter any information. Repeaters help to
extend the distances of networks by boosting weak signals.
Bridges
Bridges are intelligent repeaters. They regenerate
transmitted signals, but unlike repeaters, they can also
determine destinations.
WAN
WAN Infrastructure
As with LANs, there are numerous devices associated with data information
flow across a WAN. Together, these devices create the infrastructure of a
functional WAN. These devices include:
•Router
•ATM Switch
•Modem and CSU/DSU
•Communication Server
•Multiplexer
•X.25/Frame Relay Switches
ATM Switches
ATM Switches provide high-speed transfer
between both LANs and WANs.
Modems convert digital and analog signals. At the source, modems convert
digital signals to a form suitable for transmission over analog communication
facilities (public telephone lines). At the destination, modems convert the signal
back to a digital format.
CSU/DSU (Channel Service Unit / Data Service Unit)
CSUs/DSUs are similar to modems, however they send data in digital format
across digital telephone loops. They are usually in a physical box, but they may
come in two separate units: CSUs or DSUs.
Multiplexers
Communication Servers
Communication Servers are typically dial in/out servers that allow users
to dial in from remote locations and attach to the LAN.
X.25 and Frame Relay Switches connect private data over public data circuits
using digital signal. These units are very similar to ATM switches, but the
transfer rate of data is not comparable.
Local Area Network Cabling
Coaxial
Fiber Optic
Coaxial Cables
A coaxial cable consists of:
a single copper conductor
a layer of shielding with a
ground wire
an outer jacket
Coaxial cables are sometimes
used for bus topologies, but
many LAN products are
dropping support of coaxial
cable connectivity.
The Ethernet LAN protocol was originally developed to operate over coaxial
cables.
10Base5 / Thicknet cable:
was the original Ethernet cable.
is no longer in use in modern LANs.
10Base2 / Thinnet cable:
has a smaller diameter than Thicknet.
replaced Thicknet.
is no longer recommended, but is still used in some very small LANs.
Unshielded Twisted Pair
Unshielded twisted pair (UTP) cable is used
for both LANs and telephone systems. UTP
cables are composed of four color-coded
pairs of copper conductors twisted around
each other. An outer jacket provides
protection and keeps the pairs in alignment.
UTP cable connects to devices via 8 pin
modular connectors called RJ-45 plugs. All
LAN protocols can operate over UTP. Most
modern LAN devices are equipped with RJ-45
jacks.
Shielded Twisted Pair
STP cable is also used for Data
Networks. It originated with IBM's
Token-Ring networks. Its shielding
allows greater tolerances for
protection from EMI interference,
such as from flourescent light
fixtures and electric motors.
Fiber Optic Cable
Fiber Optic cables are the latest
development in cabling technology.
They are constructed from optical
glass. There is a central glass
filament, called the core, and
surrounding layers of cladding, buffer
coatings, strengthening materials, and
an outer jacket.
Basic Operation
Ethernet and IEEE 802.3 operation involves three basic components:
• Transmission
• Media access
• Collision handling
Media Access
The Ethernet media access uses the following process:
• Any station on a LAN can access the network at any time.
• Before sending data, stations listen for traffic on the network.
• A station waits until it detects no traffic before it transmits data.
Collision handling
Ethernet is a "first come, first serve" environment. In such an environment,
any station on the network can transmit whenever the network is quiet. A
collision occurs when two stations listen for traffic, hear none, and then
transmit data at the same time. Both transmissions are damaged, and the
stations must retransmit at a later time.
CSMA / CD
Ehernet Cabling
Striaght Through cable: used to connect
• Host to switch or hub
•Router to switch or hub
Four wires are used in straight-through cable to connect Ethernet devices.
1 1
2 2
cross Through cable: used to connect 3 3
• switch to switch 6 6
• Router direct to host
• hub to hub
• Host to host
Four wires are used as in straight-through cable to connect Ethernet devices.
1 1
2 2
3 3
6 6
Rolled cable
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
The layers of the OSI model are divided into two groups: the upper layer
and lower layer. The upper layers focus on user applications and how files
are represented on the computers prior to transport. For the most part,
network engineers are more concerned with the lower layers. It's the lower
layers that concentrate on how the communication across a network
actually occurs.
Data Representation
Session Layer
• Half-duplex
• Full-duplex.
Transport Layer
Flow Control
Once the connection has occurred and transfer is in progress, congestion
of the data flow can occur at a destination for a variety of reasons. Possible
options include:
The destination can become overwhelmed if multiple devices are trying to
send it data at the same time.
It may become overwhelmed if the source is sending faster than it can
physically receive.
Congestion Prevention
The Transport Layer is responsible for providing flow control to alleviate the
issue of congestion and provide reliability in the data transfer. Two main
methods for flow control include
•Buffering
•Windowing
Buffering
Buffering is a form of data flow control regulated by the Transport Layer. It is
responsible for ensuring that sufficient buffers are available in the
destination for the processing of data and that is data transmitted at a rate
that does not exceed what the buffer can handle.
Windowing
Windowing is a flow control scheme in which the source computer will monitor
and make adjustments to the amount of information sent based on
successful, reliable receipt of data segments by the destination computer.
The size of the data transmission, called the "window size", is negotiated at
the time of connection establishment. It is determined by the amount of
memory or buffer that is available.
The Physical Layer is the lowest layer in the OSI model and is concerned
with how the physical structure of the network enables transmission of
data. It is responsible for defining the mechanical and electrical
specifications for the transmission medium within a connection, as well
as the transformation or encoding of data into “bits”.
Examples:EIA/TIA-232, V.35, EIA/TIA-449, RJ-45, Ethernet, 802.3
Protocols
TCP/IP
The Transmission Control Protocol/Internet Protocol (TCP/IP) suite of
protocols was developed as part of the research done by the Defense
Advanced Research Projects Agency (DARPA).
TCP/IP Protocol Layers
• Process/Application Layer
• Transport Layer or Host-to-Host Layer
• Internet Layer
• Network Access Layer
TCP Segment
UDP Segment
IP provides connectionless,
best-effort delivery routing of
datagrams. It is not concerned
with the content of the
datagrams. Instead, it looks for
a way to move the datagrams to
their destination.
IP Datagram
The term local ARP is used to describe resolving an address when both the
requesting host and the destination host share the same media or wire.
Reverse ARP
Reverse Address Resolution Protocol (RARP) relies on the presence of a
RARP server with a table entry or other means to respond to these requests.
ARP and RARP are implemented directly on top of the data link layer
IP Address
In a TCP/IP environment, end stations communicate seamlessly with
servers or other end stations. This communication occurs because each
node using the TCP/IP protocol suite has a unique 32-bit logical IP address.
Each IP datagram includes the source IP address and destination
IP address that identifies the source and destination network and host.
126.0.0.0
• Number of possible networks: 127 (1-
126 usable, 127 is reserved)
• Number of possible values in the host
Class
B addresses include the following:
•The first two bits are 10.
•Range of network numbers: 128.0.0.0 to
191.255.0.0
•Number of possible networks: 16,384
•Number of possible values in the host
portion: 65,536
Class C addresses include the following:
•The first three bits are 110.
•Range of network numbers: 192.0.0.0 to
223.255.255.0
•Number of possible networks: 2,097,152
•Number of possible values in the host
portion: 256