0% found this document useful (0 votes)
6 views

networking

The document provides an overview of computer networks, including definitions, types of networks (LAN, MAN, WAN), and network topologies (bus, star, ring, mesh). It discusses key components such as routers, switches, and protocols like TCP/IP and DHCP, as well as the OSI model. Additionally, it covers Ethernet standards and access methods for wired and wireless networks.

Uploaded by

flying kite
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

networking

The document provides an overview of computer networks, including definitions, types of networks (LAN, MAN, WAN), and network topologies (bus, star, ring, mesh). It discusses key components such as routers, switches, and protocols like TCP/IP and DHCP, as well as the OSI model. Additionally, it covers Ethernet standards and access methods for wired and wireless networks.

Uploaded by

flying kite
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 49

Hybrid Lecture Networking

• Pc network
Computer Networks
• What is a network?

• Connecting Media (cables)

• Types of networks (Topology)

• DNS, DHCP

• TCP/IP (protocol)

• Router, switches
• Internet
Networks (wired, wireless)
What is a Network?
Connecting two or more computers or
devices together through a media
(cable or wireless)
Network conditions
1- two or more people are willing to share
their data or resources, like printers

2- there should be a NOS (Network


Operating System)
Like: Windows NT, 2000, Linux Fedora, Unix,
and Novel Netware

3- There should be a media to connect two


computers, such as a cable or wireless
card and/or NIC
Types of Network Infrastructure
• LAN: Local Area Network
• MAN: Metropolitan Area Network
• WAN: Wide Are Network.
• WLAN - Wireless Local Area Network
• SAN - Storage Area Network, System Area Network, Server
Area Network, or sometimes Small Area Network
• CAN - Campus Area Network, Controller Area Network, or
sometimes Cluster Area Network
• PAN - Personal Area Network
• DAN - Desk Area Network
LAN: Local Area Network
• What is a LAN?
• When connecting two or more computers within a
building or a few close buildings.
MAN: Metropolitan Area Network
• What is a MAN?
• Connecting two or more computers less than 100
km, like Ottawa to Kanata
MAN: Wide Area Network
• Connecting two or more computers more than 100
kilometers, city to city (Montreal to Ottawa),
country to country (Canada and U.S.A.).
Network Topology
• What is Topology?
The physical layout of a network
Topology types
• Bus (old)
• Star (current)
• Ring or token (old)
• Mesh (Current-internet)
• Hybrid (star/Bus or extended)
https://www.youtube.com/watch?v=zbqrNg4
C98U

Video to watch 9 minutes


Bus topology types.
Thin-net and Thick-net
1- Thin net or 10 base 2= 10 Mbps at 200 m) or 10 Baseband 2
– Uses Thin coaxial cable
– Uses Ethernet standard
– Uses T connector and Terminator.
– 30 computers per segment
– First and the last computer should be Terminated
– In bus topology, if you don’t terminate the first
and last device, the signal bounces back and
crashes the network.
– Hard troubleshooting
Bus topology Thin-net
• bus

Distance : terminators maximum 200 m


Workstation number: 30 each segment

Bus with Terminator

No Terminator: Collision happen


A-Bus (Thin net) 10 base2 topology parts
• Bus Topology

Thin net coaxial cable

T connector

British Naval Connector

Terminator
2-Bus Topology Thick net
• Thick net or10 base 5 (10 baseband 5)
– Uses Thick-net coaxial cable (backbone cable)
10 Mbps at 500 meter
– Uses Ethernet standard
– 100 computers per segment
– Uses a device vampire tab
Thick net vampire connector
• Thick net

2.5 m
2-Star (10 Base T) topology
• Star or 10 Base T) (Baseband Twisted pair)
• 10 Mbps speed
• Uses Ethernet standard
• Uses RJ45 cable cat. 5 or 6
• Uses Hub or Switch
• Distance between PC and hub or switch is 100 M
• Maximum 100 computers per segment
• Troubleshooting easy
Hubs
• A common connection point for devices in a
network.
• used to connect segments of a LAN.
• Not smart
• Half duplex
• Cheap
• Causes traffics
• Works at the first layer of the OSI model
• Hub type:
– Passive: No power
– Active: has a power
Switches
• Smart
• No Traffic
• More ports
• No collision
• Expensive
• Full, half duplex
• Work at Layer 2 of the OSI model
• Uses MAC address
Star topology components
Switch:
- RJ45 cable (cat 5,6)

UTP (Unshielded Twisted Pair)

STP (Shielded Twisted Pair)

EMI: Electro Magnetic Interference


More twist, less EMI
IP (Internet protocol) address
MAC (Media Access Control) address

IP address example: 192.168.5.17 (32-bit) (Logical)

MAC address: 50:87:BB:00:27:CA (48-bit) (Physical)


3-Ring topology
• Computers connected through a coaxial cable
• A Token (signal) would go through the computers
• uses thin net coaxial cable
• Uses Ethernet standard
• Hard to troubleshoot Hub
Mesh Topology
• All computers are connected to each other
• Uses thin net coaxial cable
• Uses Ethernet standard
Hybrid (Star- Bus-extended) topology
• Mixed Star and Bus topology
• Uses several hubs and a Thin net coaxial cable
• Uses Ethernet standard
What is the Ethernet Standard
It is a standard (IEEE 802.3) that allows computers to
communicate in a LAN network. Robert Metcalf developed it
in 1980.
Characteristics:
• Bus: 10 Base 2 and 5: T connector, Terminator, coaxial cable
• Ring: coaxial cable (thin-net)
• Star: 10 base T: Hub, switch, RJ 45 cable (Cat 5,6)
• Broadcast the signal
• Access Methods: how to have access to cables (contention base)
• Carrier Sense Multiple Access/Collision Detection (CSMA/CD).
Wired
• Carrie Sense Multiple Access/Collision Avoidance (CSMA/CA)
wireless)
Ethernet: Access Methods: CSMA/CD and CSMA/CA
• Access Methods:
 Methods: how devices have access to cables (contention base)
• Carrier Sense Multiple Access/Collision Detection
(CSMA/CD). Wired
• Carrie Sense Multiple Access/Collision Avoidance
(CSMA/CA) wireless)

Video to watch 6 minutes


run

https://www.youtube.com/watch?v=iKn0GzF5-IU
Contention based access method CSMA/CD and CSMA/CA

• CSMA/CD vs CSMA/CA
1-CSMA/CD: Collision Detect: used Ethernet standard
cable (wired) (old-half duplex)

2-CSMA/CA: Collision Avoidance: Wireless Ethernet


standard (Wireless)
Networks in terms of communication

• 1-Peer to peer LAN NETWORK

• 2-Client/server

LAN NETWORK
1-Network: Workgroup or peer to peer (p 2 p)

• a workgroup is a collection of computers on a local


area network (LAN) that share common resources
and responsibilities.

• 20 Computers
• No expansion
• User is the administrator
• Cheap for a small company or home
• Example: Windows, 3.11, 95, ME, XP, Windows NT
clients
2-Network: client/server
• Logical grouping of unlimited computers together.
• Need a server
• Need an administrator
• Expensive network
• Expansion allowed
• Example: Windows NT, 2000, 2003, 2008, Unix,
Linux
Dynamic Host Configuration Protocol (DHCP)
• It is a device (program) that provides IP addresses
to devices with Dynamic addressing, a device can
have a different IP address every time it connects to
the network
DNS: Domain Name System
• It is a program inside of a computer that resolves a
domain name such as cisco.com to an IP address
192.168.2.56
• Like a phone book: Name to telephone number
Domain Name System
• DNS
OSI model (Open Systems Interconnection)
All people seem to need Domino Pizza

• OSI model order:


OSI (Open Systems Interconnection)
TCP/IP (Transmission Control Protocol/Internet Protocol
TCP/IP:
Transmission Control Protocol/Internet Protocol

It is an Internet protocol suite for communication


protocols used for the Internet and other networks.
Commonly known as TCP/IP ( Transmission Control
Protocol/Internet Protocol.
TCP/IP Protocol
Transmission Control Protocol/ Internet Protocol
(Internet protocol suite)

• IP address: a unique identifying number for each


machine connected to the Internet (32 bits)

• IP addresses are normally expressed in decimal format


as a "dotted decimal number”

Example: 192.168.2.56
What is an IP address
• A 32-bit binary or 4 octets of decimal numbers,
which is used in the TCP/IP protocol for
communication between two or more devices.
• It identifies a computer on the network.
network host
192. 168. 1. 10
• 11000000. 10101000.00000001.00001010
Street name
Woodroffe
TCP/IP Protocol
For human:
Decimal 192. 168.0.1 (4 octet or 32 bit)
IP address parts: Network ID, Host ID
For machines-
• Binary 11000000.10101000.00000000.00000001
1 2 3 4
IP address type: static, Dynamic
Windows TCP/IP commands
• ipconfig: shows the IP address of the host
• ipconfig /all: shows the mac address, gateway,
subnet mask
• ping: Connects to another computer
• hostname: shows the hostname
• tracert: show the number of hops (route)
• You do it.
• Find your IP address
• Your partner’s IP address
• Ping your partner
broadcast address
ff:ff:ff:ff:ff:ff
• Ethernet Broadcast
Routers
• Separates the networks
• Can filter traffic, either incoming or outgoing
• works with senders and receivers’ IP addresses.
• works with IP packets, meaning that it works at
level three or IP protocol. Access point

• Works on layer 3 of the OSI model

Cisco router Router symbol


Wireless router
Cisco Routers
• Smart
• Divides networks
• Uses the IP address
• Layer 3 device
• Expensive back

Front
Cisco Securing routers
• Console line port (local). Roll over cable
• Aux line port ( remote –modem)
Wireless network
• A wireless network works with WAP (Wireless
Access Point) through the WIFI.

• WIFI connects devices like personal cell phones,


MP3 & video game players, and smartphones
wirelessly to the internet by the WAP.
• WAP has an access range of 20 meters (65 ft).
• WIFI uses the IEEE 802.11 Ethernet standard.
• wireless encryption protocol (WEP) key
E2500 Linksys router
• E2500
Router/DHCP/Server
E2500 ROUTER
• E2500
E2500 Linksys ports
• Back (port connections)
E2500 Linksys reset button
• reset
E2500 Linksys Reset lights
• Reset lights
Crossover and straight through cables
• Crossover

You might also like