Lesson - 01 - Networking Fundamentals
Lesson - 01 - Networking Fundamentals
FUNDAMENTALS
Objectives
Identify Network devices
M. K. Bonface 3 of 99
What is a Network
A network is two or more computing devices linked together using a
transmission media that allows the transfer of information.
M. K. Bonface 4
Networking Devices
5
Repeater
6
Hub
Hubs concentrate connections. In
other words, they take a group of
hosts and allow the network to see
them as a single unit.
8
Workgroup Switch
9
Router
Routers have all capabilities of the previous devices. Routers can
regenerate signals, concentrate multiple connections, convert data
transmission formats, and manage data transfers.They can also connect to
a WAN, which allows them to connect LANs that are separated by great
distances.
10
Network Media and
Connectors
M. K. Bonface 11 of 99
Introduction
There are three primary types of cable media that can be used to
connect systems to a network;
Coaxial cable,
Fiber-optic cable.
M. K. Bonface 12
Twisted-Pair Cable
Twisted-pair cabling gets its name by having four pairs of wires that
are twisted to help reduce crosstalk or interference from outside
electrical devices.
Crosstalk is interference from adjacent wires.
M. K. Bonface 13
Unshielded Twisted-Pair (UTP)
The typical twisted-pair cable for network use contains four pairs of wires.
Each member of the pair of wires contained in the cable is twisted around the other.
UTP cable uses small plastic connectors designated as registered jack 45, or most
often referred to as RJ-45.
You will need a special crimping tool when creating the cables to make contact
between the pins in the connector and the wires inside the cable.
M. K. Bonface 14
Unshielded Twisted-Pair (UTP)
The most popular today being CAT 5e, which can reach transfer
rates of over 1000 Mbps or 1 gigabit per second (Gbps).
M. K. Bonface 15
UTP Category
M. K. Bonface 16
Shielded Twisted-Pair (STP)
M. K. Bonface 17
Straight-Through Vs Crossover Cables
CAT 5 UTP cabling usually uses only four wires when sending and
receiving information on the network.
The four wires of the eight that are used are wires 1, 2, 3, and 6.
When you configure the wire for the same pin at either end of the cable,
this is known as a straight-through cable.
A cross over cable is the one used to connect similar devices e.g. two
computer systems directly together without the use of a hub..
M. K. Bonface 18
Straight Through Cross Over
M. K. Bonface 19
Rollover
M. K. Bonface 22
Thicknet
Also known as RG-8, gets its name by being a thicker cable than thinnet.
Thicknet cable is about ½-inch thick and can support data transfer over
longer distances than thinnet.
Thicknet has a maximum cable length of 500 meters and usually is used as
a backbone to connect several smaller thinnet-based networks.
Connection from the transceiver to the network adapter card is made using a
drop cable to connect to the adapter unit interface (AUI) port connector.
M. K. Bonface 23
Fiber-Optic Cable
Fiber-optic cables use optical fibers that carry digital data signals in the form
of modulated pulses of light.
The core also can be an optical-quality clear plastic, and the cladding can
be made up of gel that reflects signals back into the fiber to reduce signal
loss.
M. K. Bonface 24
Fiber-Optic Cable
There are two types of fiber-optic cables:
Single-mode fiber (SMF) and
Multimode fiber (MMF).
M. K. Bonface 25
Fiber-Optic Cable
Fiber-optic cable supports up to 1000 stations and can carry the signal up
to and beyond 2 kilometers.
Fiber-optic cables are also highly secure from outside interference, such as
radio transmitters, arc welders, fluorescent lights, and other sources of
electrical noise.
On the other hand, fiber-optic cable is by far the most expensive of these
cabling methods.
M. K. Bonface 26
Fiber-Optic Cable
The ST connector is based on the BNC-style connector but has a
fiber-optic cable instead of a copper cable.
M. K. Bonface 28 of 99
WANs, LANs, and MANs
A local area network (LAN)
typically is confined to a single building, such as an office building,
your home network, or a college campus.
M. K. Bonface 29
LAN Network Configurations
Networks can be divided into one of two categories:
Peer-to-peer
Server-based networks.
M. K. Bonface 30
Peer-to-Peer Network
No dedicated servers, instead, a number of workstations are
connected together for the purpose of sharing information or
devices.
M. K. Bonface 31
Peer-to-Peer Network
M. K. Bonface 32
Server-Based Networks
Data files that will be used by all of the users are stored on the
one server.
or it can be a file, print, and directory server all at the same time.
M. K. Bonface 34
NETWORK
PROTOCOLS
M. K. Bonface 35 of 99
Introduction
These are rules determining how computers communicate with each other.
Examples of protocols include: IP, TCP, HTTP, FTP, UDP, SMTP, POP and
IMAP.
Two Hosts communicating with each other must have the same protocol.
The IP protocol splits and forwards packets to the appropriate computer while
the TCP protocol provides security and reliability to the IP protocol.
It provides remote file transfer, remote login, mail transfer and many other
internet services.
Configuring TCP/IP
TCP/IP networks require careful configuration and each device must be provided with
the following information:
IP Address: A unique Number that is used to identify the location of each device on a
network e.g. 131.107.3.100.
Subnet mask: A number used in conjunction with the IP address to determine whether
a device is located on a local or remote network.
Default Gateway: The IP address of a router to which information destined for a remote
network should be sent by default. It is not compulsory but failure to enter it would limit
the device to communicate on the local network only.
DNS Server: Servers that resolve TCP/IP host names to their IP addresses. They are
identified by their IP addresses.
NOTE:
To view TCP/IP information use command IPCONFIG.
IP Addresses can be configured manually or Automatically using DHCP.
M. K. Bonface 38 of 99
Open System
Interconnection (OSI)
Reference Model
M. K. Bonface 39 of 99
Introduction
The OSI reference model describes how information from a one
computer moves through a network medium to a another computer.
It is composed of seven layers, each specifying particular network
functions.
The layers are:
Layer 7-Application
Layer 6-Presentation
Layer 5- Session
Layer 4- Transport
Layer 3- Network
Layer 2- Data Link
Layer 1 -Physical
Functions of OSI layers
Application: It Provides a User interface that allows a user
to perform network-related activities such as Electronic
messaging (SMTP,POP) , Browsing (Http) and File transfer
services (FTP).
Transport: It provide end-to-end data transport services and can establish a logical
connection between the sending host and destination host on an internetwork.
maintains flow control of data and provides for error checking and recovery of data
between the devices.
Protocols that operate at this layer include TCP for reliable Communication and UDP for
Non-Reliable Communications.
M. K. Bonface 42 of 99
Functions of OSI layers
Network: It manages device addressing, tracks the location of
devices on the network, and determines the best way to move data
Routing.
Routers (layer 3 devices) operate at this layer and provide the
routing services within an internetwork.
Protocols that operate at this layer include:
Routed Protocols e.g. IP and IPV6
Routing protocols e.g. RIP, EIGRP and OSPF which send route update
packets.
M. K. Bonface 43 of 99
Functions of OSI layers
Datalink: Provides the physical transmission of the data and handles
error notification, network topology, and flow control.
It ensure that Data Frames are delivered to the proper device on a LAN
using hardware/Mac/Physical addresses.
M. K. Bonface 44 of 99
Functions of OSI layers
Physical: It is the lowest layer of the OSI model which is concerned with how
data is transmitted on the communication media.
OSI physical layer has three fundamental functions such the physical
components, data encoding and signaling. The physical elements are about the
hardware devices such electronic, media and connectors devices that transmit
and carry the signals to represent the bits. Encoding is about method to
knowing a stream of data bits. Signaling is about generating electrical, wireless
or optical signal that represent by 0 or 1 and what it means.
M. K. Bonface 45 of 99
TCP/IP Model
M. K. Bonface 46
TCP/IP Model
The four layers of the TCP/IP model map out to the seven
layers of the OSI, but you may find that one layer of the
Categories of Networks.
M. K. Bonface 53 of 99