Friday, 13 October 2017

COMPUTER NETWORKS NOTES

Computer Networks


Computer network is a group of computers and other computing hardware devices.
Advantages: Resource sharing, Price-performance ratio, Communication, Reliability, Scalability.
Data communication is the exchange of digital data between any two devices through a medium of transmission.
Five basic elements of data communication system: Message, Sender, Receiver, Medium and Protocol.
Communication channel or communication medium: The medium for data transmission over a computer network.
Two types of communication media: Guided (wired) and unguided (wireless).
Guided media: physical wires or cables are used. Coaxial cable, twisted pair cable (Ethernet cable) and optical fibre cable are examples.
Unguided media: Wireless medium is used. Radio waves, microwaves or infrared signals are examples.
Bluetooth technology uses radio waves for short range communication between devices. Cell phones, laptops, mouse, keyboard, tablets, headsets, cameras, etc.
Communication devices: NIC, Hub, Switch, Repeater, Bridge, Router, Gateway.
Network Interface Card (NIC): A device that enables a computer to connect to a network and communicate.
Hub: a device used in a wired network to connect computers/devices of the same network.
Switch: An intelligent device that connects several computers to form a network.
Repeater: A device that regenerates incoming electrical, wireless or optical signals through a
communication medium
Bridge: A device used to split a network into different segments and interconnected.
Router: A device that can interconnect two networks of the same type using the same
protocol. It is more intelligent than bridge.
Gateway: A device that interconnects two different networks having different protocols.
Data Terminal Equipments: Modem, Multiplexer
Modem: It converts digital signals to analog signals and converts the analog signals back to digital signals.
Multiplexer: It combines (multiplexes) the inputs from different sources and sends them through different channels of a medium.
Topology: The way in which the nodes are physically interconnected to form a network. Major topologies are bus, star, ring and mesh.

Types of network: PAN (Personal Area Network), LAN (Local Area Network), MAN
(Metropolitan Area Network) and WAN (Wide Area Network).
Logical Classification: Peer-to-peer and Client server
Peer-to-peer network: No dedicated servers. Here a number of computers are connected together for the purpose of sharing information or devices.
Client-server: It consists of high-end computer (called server) serving lower configuration machines called clients.
Protocol: The set of rules to be followed in a network for data transmission. TCP/IP, SPx/IPx are examples. HTTP, FTP and DNS are three sub protocols of TCP/IP protocol suite.
HTTP stands for Hypertext Transfer Protocol. It is a standard protocol for transferring
requests from client-side and to receive responses from the server-side.
FTP stands for File Transfer Protocol. It is a standard for exchanging of data and program files across a network.
DNS stands for Domain Name System. DNS returns the IP address of the domain name, that we type in our web browser’s address bar.
Media Access Control (MAC) address: A universally unique address (12 digit hexadecimal number) assigned to each NIC (Network Interface Card) by its manufacturer.
IP address: A unique 4 part numeric address assigned to each node on a network, for their unique identification.
URL stands for Uniform Resource Locator. URL is a formatted text string used by web
browsers to identify a network resource on the Internet. URL string can be divided into
three parts – Network protocol, Domain name, File name.

No comments:

Post a Comment