computer network
computer network
NETWORK
BY LOKENDRA SOLANKI
CONTENT
• Introduction
• Types of Network
• Network Devices/ Hardware
• Evaluation of Networking
INTRODUCTION
Advantage Disadvantage
• Share resources- Printers, scanners can • May need high cost
be shared • May need specialist to manage network
• Share software- One software can be • Central device may fail
used for many computers • It need security and safety from viruses
• Share Data from another device
EXAMPLE OF NETWORK
COMPONENTS OF COMPUTER NETWORK
• Only joining two computers will not form a network. There are many components
that we may need to form a computer network. Some major devices are
Host/Node, Server, Client, Network hardware, communication channel/media,
software, network services etc.
1. Host / Node : Computers or devices become host when connected/attached in
network.
2. Server: A computer/device that facilitates and manage the sharing of data,
resources. More than one servers are also possible.
3. Client: it is a host that request for some service from server. Server serve the
requests of clients.
4. Network hardware: Other than host, server and wires some hardware devices
may be required to establish connection, control traffic etc.
• NIC ( Network Interface Unit ): It is a network card attached to a host used to
establish connection
• Hub, Switch, Routers etc.
COMPONENTS OF COMPUTER NETWORK
5. Communication channel: Hosts interact with other host or server via some
communication medium.
1. Wired communication channels ( Guided Media ): Data travel through special wires.
Example: Twisted pair cable, Coaxial cable, Optical-fiber cables.
2. Wireless communication ( Unguided Media ): data travels without wires. Example:
Microwaves, radio waves, infrared waves, laser, satellites etc.
6. Software: Some protocols are required while transferring data in network. A
Network Operating system is a special OS for handling networking tasks
7. Network services: Some services are required for specific tasks. Examples-
1. DNS ( Domain Name Space ): Required to translate domain(website) name into IP
Address
2. File sharing: Downloading and Uploading
3. VoIP( Voice over Internet Protocol ): Allow to make voice call via internet
TYPES OF NETWORKS
• Hub: This device used to connect several computers together. A similar term is
concentrator. A concentrator provides a central connection point for cables from
computers. Hub is a multi slot concentrator.
• Active Hub: This hub can electrically amplify signals. Active hub used like repeater.
• Passive Hub: This hub pass the signals without change.
• Switch: Switch is used to segment networks into sub-networks(LAN Segments).
Segmenting the network into smaller sub-network prevents traffic overloading.
Switch establish a temporary dedicated connection between sender and
receiver computer. This connection is terminated when transmission is done.
• Bridge: Bridge links two networks together. This allows transfer of messages from
one network to other network. Bridge can handle networks that follow same
protocols. Ex. Bridge can connect two similar LANs.
• Router: Works like a bridge but can handle network with different protocols. Ex.
Router can connect a LAN and a WAN.
NETWORK DEVICES
• Gateway: Gateway is a device that connects dissimilar networks. A gateway is
actually a node in the network that work like entrance to another network. The
gateway node often acts like a proxy server and a firewall.
• Proxy Server: A machine that is not actually a server but appears as a server.
• Firewall: A system that is designed to prevent unauthorized access.
Gateway works with routers and switches. Because routers and switches send
data out/in the network.
• Access Point(AP): Also called Wireless Access Point(WAP) are hardware that
connects devices of wireless LAN network with a fixed wired network. Access
points of different ranges and capacity are available in market.
EVALUATION OF NETWORKING
• ARPANET ( Advanced Research Projects Agency Network )
• NSFnet ( National Science Foundation )
• Internet
INTERNET
• Reason that internet works properly because every computer follow the same
rules.
• Set of rules is called a protocol.
• The protocol used by the internet is TCP/IP
• TCP ( Transmission Control Protocol ) : TCP is responsible for dividing the
file/message into packets on the source computer. TCP is also responsible for
reassembling the received packets at the destination computer.
• IP ( Internet Protocol ) : IP is responsible for handling address of destination
computer so that each packet is routed(sent) to its proper destination.
SWITCHING TECHNIQUES
• This topology consists of a central node to which all other nodes are connected by a single
path.