Introduction To Networking-1
Introduction To Networking-1
However, some connections are wireless using radio, waves or infrared signals.
The speed with which data is moved from one place on a network to another
data transfer rate is a key issue in a computer network.
Diagram
Ring topology
A configuration that connects all notes in a closed loop on which message travel
in one direction
Star topology
A configuration that centers around one node to which all others are connected
and through which all messages are sent
Bus topology
All nodes are connected to a single communication line that carries messages in
both directions.
Ring Diagram
Star diagram
Bus diagram
Star topology
Star topology doesn't allow direct communication between devices, most have
to communicate through hubs.
Advantages:- less expensive because each device only needs 1/0 part and
needs to be connected with a hub with one link.
Disadvantages:- If the hub goes down encrypting goes down, none of the
devices can work without the hub.
Bus topology
In bus topology the main cable and all the devices are connected to this main
cable through drop lines.
There is a device called tap that connects the dropline to the main cable. since
all the data is transmitted.
A network that connects two or more local area networks over a potentially
large geographic distance often one particular node on lan is set up to serve as
a gateway to handle all communication going between that land and other
networks.
Communication between networks is called internetworking the internet, as we
know it today is essentially the ultimate wide-area-networks, spanning the
entire globe.
Metropolitan-area-network(MAN)
Internet backbone:- A set of high speed network that carry internet traffic.
These network are provided by companies such as AT & T, GTE and IBM.
Internet service provider (ISP)
Note:- There are various technologies available that you can use to connect a
home computers to the internet
A phone modem:- converts a computer data into an analog audio signal for
transfer over a telephone line, and then a model at the destination converts it
back again into data.
A digital subscriber line(DSL):- uses a regular copper line to transfer digital data
to and from the phone company's central office.
A cable modem:- use the same line that your cable tv signal come in into
transfer the data back one fourth.
Broadband
A connection in which transfer speeds are faster than 128 bit per second.
The speed for downloads (getting data from the internet to your home
computer) may not be the same as uploads (sending data from your home
computer to the internet)
Network devices
Hub:- hubs correct computers together in the star topology network. due to the
design, they increase the chances for collision. hub operate in the physical layer
of the osi model and have no intelligence. hubs flood incoming packets to all
ports all the time.
Modems are generally classified by the amount of data they can send in given
time, normally measured in bits per second, or "bps"
Bridge:- Bridges can be identified by the fact that they operate at the data link
layer of OSI model. bridges have intelligence and can "bridge"
two of their port together at very high speed.
Routers:- Routers operate at the network layer of the OSI model and efficiently
route information between local area networks. Since routers operate in the
third layer, the network layer, they must understand layer 3 addressing, such as
TCP/IP.
Wireless Access point:- A wireless access point (WAP or AP) is a device that
allows wireless communication devices to connect to a wireless network using
Wifi. Bluetooth or related standards. the WAP usually connects to a weird
network (such as computer or printers) and wired devices on the network.
Hardware component of a network
Router
Device that forwards data packets between computer networks. think of them
as the 'post office' of the network, directing traffic to ensure it gets where it's
supposed to go.
Switches
These are like the 'traffic cops' for your network, they connect multiple devices
on a Lan and direct the flow of data to the correct destination.
Operating system:- systems like Windows, Macos, or Linux have built in network
capabilities.
network driver:- These are software programs that control the network
hardware and provide an interface for the operating system to interact with it.
Networking protocols:- These are set of rules that given how data is transferred
on a network.
Transmission media
Guided
1. Twisted-pair cable
2. coaxial cable
3. Fiber optic cable
Unguided
1. Radio waves
2. microwaves
3. infrared
Twisted pair cable
Pair of wires (the forward and return conductors of a single circuit) are twisted
together for the purposes of canceling out Electromagnetic interference (EMI)
from other wire pairs and from external sources.
Coaxial cable is a type of copper cable specially built with a metal shield and
other components engineered to block signal interference. it is primarily used by
cable companies to connect their satellite antenna facilities to customer homes
and business
Advantages
Disadvantages
Optical cable are used to transfer digital data signals in the form of light up to
distances of hundreds of miles with higher throughput rates.
Advantages:
Disadvantage
cost
very tragic
difficult to install
Attenuation & dispersion
Switching
The other solution could be to have a central device to each other and connect
every device to each other via the central device which is generally known as
star topology.
# Types of switching
Circuit switching
After the link has been sets in between the sender and the receiver the
information is forwarded continuously over the provided link.
Advantage
1. Guarantee data rate
2. No waiting time at each switch
3. suitable for long continuous transmission
Disadvantage
1. other nodes cannot use same channel
2. require more bandwidth
3. The time required to establish a physical link is too long.
Packet switching
network devices called routers are used to direct packets between networks.
Advantage
Message switching
Here each message is treated as an independent unit and includes its can
destination source address by its own.
Each complete message is then transmitted from one device to another through
an inter-network.
Each intermediate device receives the message and stores its until the next
device is ready to receive it.
For this reason a message switching network is sometimes called store and
forward switching.
Advantages
Disadvantage