Lecture 2 Networks-1
Lecture 2 Networks-1
LECTURE
W1L2
OUTLINE
Networks Topology
Ring
Bus
Mesh
Hybrid
Network Types
Pan
Lan
Can
Man
Internet Standards
NETWORK
TOPOLOGY
Computer network topology is the way various
components of a network (like nodes, links, peripherals,
etc) are arranged. Network topologies define the layout,
virtual shape, or structure of the network, not only
physically but also logically. The way in which different
systems and nodes are connected and communicate with
each other is determined by the topology of the network.
TOPOLOGY CAN BE PHYSICAL OR LOGICAL
•Wireless Personal Area Networks: Wireless Personal Area Networks are created
by simply utilising wireless technologies such as WiFi and Bluetooth. It is a low-range
network.
•Wired Personal Area Network: A wired personal area network is constructed using
a USB.
Advantages of PAN
•PAN is relatively flexible and provides high efficiency for short network ranges.
•It does not require frequent installations and maintenance,It is easy and
portable.Needs fewer technical skills to use.
Disadvantages of PAN
•Low network coverage area/range.Limited to relatively low data rates.Devices are not
compatible with each other.
Local Area Network (LAN)
• LAN is the most frequently used network. A LAN is a
computer network that connects computers through a
common communication path, contained within a limited
area, that is, locally.
• A LAN encompasses two or more computers connected
over a server/network.
• The two important technologies involved in this network
are Ethernet and Wi-fi.
• It ranges up to 2km & transmission speed is very high with
easy maintenance and low cost.
• Examples of LAN are networking in a home, school, library,
laboratory, college, office, etc.
LANs come in several different configurations. The most common
are switched LANs and wireless LANs.
The most common switched LAN is a switched Ethernet LAN, which
may consist of a single switch with several attached devices, or
several interconnected switches.
Task:
Install CISCO packet tracer from the given link
https://www.filehorse.com/download-cisco-packet-tracer-64/downlo
ad/#google_vignette
If there are ‘N’ devices (nodes) in a network, what is the number of cable links
required for a fully connected mesh and a star topology respectively?
(A) N(N-1)/2 , N-1
(B) N , N-1
(C) N-1 , N
(D) N-1 , N(N-1)/2
while in star topology every device is connected with the central hub, so N-1 links.
Hence option (A) is correct.
In a network of 10 devices using a full mesh
topology, how many links are required?
(A) 10
(B) 45
(C) 100
(D) 90