Introduction To Network
Introduction To Network
Networking
Introduction
• People communicate with other people in a variety of ways. For example, we talk to people face-to-face, or
we write a letter and send it to someone and they write us a letter back. These are common forms of
communication.
• When people use computers to communicate they use a computer network.
What is a Network?
A network is a group of connected devices.
Using computers to move information from a source to a destination.
People use computers and networks for a wide variety of reasons. Three common reasons that people use
networks to send information from a source, such as a personal computer (PC), to a destination, such as a
printer, are:
o Communicate and collaborate (i.e., email and newsgroup)
o Share information (i.e., document sharing)
o Share resources (i.e., printers and servers)
Generically speaking, these devices are referred to as nodes. Nodes are the various endpoints on a network.
The connection between nodes is made using some type of connection medium. Examples of connection
mediums include:
o Copper cables
o Fiber optic cables
o Radio waves/wireless/satellite
Network Interface Card
o A NIC is the hardware component inserted into the PC or workstation that provides connectivity to a
network.
o The NIC provides the interface between the physical networking cable and the software implementing the
networking protocols.
o The NIC is responsible for transmitting and receiving information to and from a network.
Communication Signals
o Cables are used to tie network devices, such as computers, to other network devices, such as computers.
o Network cables attach to a computer via a network interface card (NIC), NICs are manufactured to work
with one or more types of cables.
o Signals that flow across these cables vary in speed and complexity.
Signals Type
o A signal is a variation of electricity that represents
coded information.
o If the information is stored in binary format, the
signal represents two values, 1s and 0s.
o Signals travel down wires or through the air
between two communicating devices.
o Two methods are use to transmit signals between
nodes: baseband and broadband.
o For LANs, broadband refers to analog transmission
of computer information, and baseband refers to
digit transmission of computer information.
Communication Signals
Baseband
o Baseband is analogous to a telegraph. Voltage levels are modulated onto a constant carrier signal.
o The Baseband transmission diagram illustrates bi-directional digital waves.
Broadband
o Broadband is analogous to TV cable transmission.
o The Broadband transmission diagram illustrates unidirectional analog wave.
Cable Types
There are three common types of cables in computer networks:
o Coaxial Cable
o Twisted Pair Cable
o Fiber Optic Cable
10Base5
o 10Base5 is the IEEE standard for 10 Mbps baseband Ethernet over thick,
RG-8 type coaxial cable.
o The maximum distance for this type of cable is 500 meters (m).
BNC Connectors
o 10Base5 is also called "Thicknet" and "Yellow Wire."
o Each attached device uses a transceiver to tap into the main cable.
o This type of cable is used as the backbone media in older Ethernet
networks.
Coaxial Cable Characteristic
o Coaxial cable typically consists of a central copper or copper-coated conductor surrounded by flexible
insulation, a shield of copper wire mesh, and an outer plastic jacket.
o The shield is the second conductor, and acts to dissipate electromagnetic interference (EMI)/radio
frequency interference (RFI).
o In thick Ethernet cable (10Base5), there are also two layers of foil shielding and an additional copper mesh
shield.
o Coaxial cable has good EMI/RFI resistance, it is bulky and relatively difficult to install through wire ducts and
other spaces within a building.
Twisted Pair Cable
o A twisted pair cable, as the name implies, consists of a pair of shielded wires twisted together as illustrated
in the Twisted Pair Cable Diagram.
o Because the wires are twisted together, electrical interference is minimized.
o This makes twisted pair cable less susceptible to signal loss than if it were not twisted.
o Twisted pair lines are suitable for very high bit rates.
o In Ethernet network installations, twisted pair distances are a maximum of 100 meters.
Twisted Pair Cable
There are three type of Twisted Pair Cable, UTP, STP and ScTP.
Fiber Construction
Fiber optic cable consists of three parts:
o Core
o Cladding
o Protective coating
Fiber Communication System
Transmitter
o Encoder converts the input into digital
electrical pulses (signals)
o Light source that modulates the signals
o Connector that couples the light source
to the fiber through which the light rays
travel
Receiver
o Photo detector that converts light pulses
into electrical signals
o Amplifier
o Message decoder
Types of Networks
Peer to Peer Network
o A peer-to-peer (P2P) network is created when two or more PCs are
connected and share resources without going through a separate
server computer.
Disadvantages
v It can be difficult to identify the problems if the whole network goes down.
v It can be hard to troubleshoot individual device issues.
v Bus topology is not great for large networks.
v Terminators are required for both ends of the main cable.
v Additional devices slow the network down.
v If a main cable is damaged, the network fails or splits into two.
Network Design
Star Topology
o Star topology is one of the most common network setups.
o In this configuration, every node connects to a central network device,
like a hub, switch, or computer.
o The central network device acts as a server and the peripheral devices
act as clients.
o Depending on the type of network card used in each computer of the
star topology, a coaxial cable or an RJ-45 network cable is used to
connect computers together.
Advantages Star Topology
v Centralized management of the network, through the use of the central computer, hub, or switch.
v Easy to add another computer to the network.
v If one computer on the network fails, the rest of the network continues to function normally.
Disadvantages
v May have a higher cost to implement, especially when using a switch or router as the central network device.
v The central network device determines the performance and number of nodes the network can handle.
v If the central computer, hub, or switch fails, the entire network goes down and all computers are disconnected from the
network.
Network Design
Ring Topology
o A ring topology is a network configuration in which device connections
create a circular data path. Each networked device is connected to two
others, like points on a circle. Together, devices in a ring topology are
referred to as a ring network.
o In a ring network, packets of data travel from one device to the next
until they reach their destination. Most ring topologies allow packets to
travel only in one direction, called a unidirectional ring network. Others
permit data to move in either direction, called bidirectional.
Advantages
v All data flows in one direction, reducing the chance of packet collisions.
v A network server is not needed to control network connectivity between each workstation.
Ring Topology
v Data can transfer between workstations at high speeds.
v Additional workstations can be added without impacting performance of the network.
Disadvantages
v All data being transferred over the network must pass through each workstation on the network, which can make it
slower than a star topology.
v The entire network will be impacted if one workstation shuts down.
v The hardware needed to connect each workstation to the network is more expensive than Ethernet cards and
hubs/switches.
Network Design
Mesh Topology
o A network setup where each computer and network device is
interconnected with one another, allowing for most transmissions to
be distributed even if one of the connections go down. It is a topology
commonly used for wireless networks.
Advantages
v Manages high amounts of traffic, because multiple devices can transmit data simultaneously. Mesh Topology
v A failure of one device does not cause a break in the network or transmission of data.
v Adding additional devices does not disrupt data transmission between other devices.
Disadvantages
v The cost to implement is higher than other network topologies, making it a less desirable option.
v Building and maintaining the topology is difficult and time consuming.
v The chance of redundant connections is high, which adds to the high costs and potential for reduced efficiency.
Network Design
Tree Topology
o A tree topology is also known as a star bus topology. It incorporates
elements of both a bus topology and a star topology. Below is an
example network diagram of a tree topology, in which the central nodes
of two star networks are connected to one another.
Hybrid Topology
o A hybrid topology is a type of network topology that uses two or more Tree Topology
differing network topologies. These topologies include a mix of bus
topology, mesh topology, ring topology, star topology, and tree topology.
Physical Layer