Sample Configuration Network
Sample Configuration Network
1
Network:
● It is a collection of devices connected together to provide a
certain service to the user.
● Such as computers and printers.
Network Benefits:
1) Data sharing.
2) Resource sharing (printer)
3) Modern technology (Video Conference)
2
Network Components:
1) End devices (PC, Printer)
2) Network Devices ( intermediate devices) (
hub, switch, router)
3) Media ( wires, Wireless)
3
Network Devices:
1) Network Interface Card (NIC):
2) Hub
3) Router
4) Switch
4
2) Hub:
A hub is a network device that repeats information received from a
host to all other connects hosts
5
Communication between hosts can be classified into three
types:
● Unicast – Communication from one host to another host only.
● Broadcast – Communication from one host to all the hosts in the
network.
● Multicast – Communication from one host to few hosts only.
6
When a hub is used to network hosts, there are two
problems that arise:
1) A hub repeats information received from one host to all the other
hosts.
2) A hub has a single collision domain.
7
3) Switch:
● The problems associated with hubs can cause degradation of a network.
● To overcome these, switches are used instead of hubs.
● Switches are used to connect hosts in a network, but switches break up
collision domain by providing a single collision domain for every port.
11
4) Router:
Routers do not allow broadcasts to be transmitted across different
networks it interconnects and hence effectively breaks up a
broadcast domain.
1) Breaking up broadcast.
2) Packet Switching:
Routers switch the packets among networks.
3) Path Selection:
Select the best path for the destination network.
4) Path Filtering:
Routers can drop or forward packets based on certain
criteria like their source and destination.
13
Collision domain and broadcast domain:
14
Networking Types:
1) Local Area Network (LAN):
● This is a term used to describe a network covering a limited
geographical area such as a floor, building or a campus.
● LAN usually has a high data-transfer rate.
● The Ethernet standard is the most commonly used technology in
LANs.
2) Wide Area Network (WAN):
● This is a term used to describe a network covering a large
geographical area such as a multiple cities, a country or even across the
world.
● They are used to connect LANs across the area they cover.
● A typical example would be the LANs at various offices of a company
connected by WAN.
17
Sample Configuration network:
Router Configuration
enable
configure terminal
interface g0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
interface g0/1
ip address 10.0.0.1 255.255.255.0
no shutdown
IP Configuration for PCs:
PC0: IP - 192.168.1.10, Gateway - 192.168.1.1