Computer Network - Webview
Computer Network - Webview
For
Computer Science
&
Information Technology
By
www.thegateacademy.com
✆080-40611000
Syllabus
Concept of Layering, LAN Technologies (Ethernet), Flow and Error Control Techniques, Switching,
IPv4/IPv6, Routers and Routing Algorithms (Distance Vector, Link State), TCP/UDP and Sockets,
Congestion Control, Application Layer Protocols (DNS, SMTP, POP, FTP, HTTP), Basics of Wi-Fi,
Network Security, Authentication, Basics of Public Key and Private Key Cryptography, Digital
Signatures and Certificates, Firewalls.
thegateacademy.com/gate-papers
thegateacademy.com/gate-syllabus
Contents
Chapters Page No
#1 Introduction 1 – 23
Computer Network 1–2
Goals/Advantages of Networking 2–3
Components of Network 4
Criteria of a Network 4
Classification of Network 4
Types of Network Connection 5
Network Topology 5–7
Transmission Modes 8
Data and Data Communication 8–9
OSI Model 9 – 23
#2 Physical Layers 24 – 32
Introduction 24
Transmission Impairment 25
Digital Transmission 25
Characteristic of Line Coding 25 – 29
Transmission Mode 29 – 31
Transmission Media 31 – 32
11
else and seeing something different."
….Reed Markham
CHAPTER
Introduction
Learning Objectives
After reading this chapter, you will know:
1. Computer Network
2. Goals / Advantages of Networking
3. Components of Network
4. Criteria of a Network
5. Classification of Network
6. Types of Network Connection
7. Network Topology
8. Transmission Modes
9. Data and Data Communication
10. OSI Model
Computer Network
A computer network is created when several computers and terminal devices are connected
together by data communication system. (Links and devices)
A computer network is a group of computer system and other computing hardware devices are
linked together through communication channels to facilitate communication and resource sharing
among a wide range of users.
A network is basically a communication system for computers.
Just as the telephone system allows two people to talk, networks allow computers to communicate.
Figure below illustrates a simple computer network where computer A and B can communicate and
share resources through computer C.
(9) Security
A network provides more secure environment for a company’s important information.
Security starts with the login procedure to ensure that a user accesses the network using his
or her own account. This account is tailored (i.e. made according to the user requirements) to
give the user access only to authorized areas of the server and the network. Login restrictions
can force a user to login at one specific station and only during specific time frame or period.
Components of Network
Computer networks have the following fundamental components:
1. Server
2. Workstations
3. Network Interface Cards
4. Cabling system
5. Shared Resources and Peripherals.
Criteria of a Network
A network must able to meet a certain number of criteria. The most important of these are as
follows
(i) Performance: performance can be measured in many ways, including transmit time and
response time. The performance of a network depends upon these following factors:
Number of users
Type of transmission medium
Capacity of connected hardware
Efficiency of the software
(ii) Reliability: In addition to accuracy of delivery; Network reliability is measured by the frequency
of failure, the time it takes for a Link or a device to recover from a failure.
(iii) Security: Network security issues include protecting data from the unauthorized access.
Providing security in network is difficult task as there are no.of people/users are connected to
network.
Classification of Network
Network contains two or more computer along with a transmission path to share information and
resource of communication system. By the networking we can make interconnection of two or more
network devices.
Depending upon the graphical area, we can divide the computer network in 3 parts.
(i) LAN (Local Area Network)
(ii) MAN (Metropolitan Area Network)
(iii) WAN (Wide Area Network)
(i) LAN: It spans over a diameter of 2 km, typically data transfer rate for LAN is 10-100 Mbps, it is
used by a single organization. It propagates high transmission over unexpensive media.
Example co-axial cable, twisted pair cable.
(ii) MAN: It spans over 10 – 100km diameter. Data rate for MAN is 10 Mbps. Some special
equipments are required for transmission.
(iii) WAN: It spans across the country or nation. Data transfer rate for WAN is 1.5 mbps. It is used by
multiple organizations.
(i) Point to point: In this case one device is connected to one other device.
Link
Work Station Work Station
Point to Point Connection
(ii) Multi-point: Here two or more devices are connected to each other. In a multipoint connection
the capacity of the channel is shared among devices either spatially or temporarily.
Work Station
Work Station
Main
Frame
Work Station
Multi-Point Connection
Network Topology
There are two types of Topology
1. Physical Topology
2. Logical Topology
1. Physical Topology: Physical topology represents the physical structure of computer network. It
tells how different computers are connected across its communication path. There are seven
basic topologies possible.
(i) Mesh
(ii) Star
(iii) Ring
(iv) Hybrid
(v) Bus
(vi) Cellular
(vii) Tree
(i) Mesh Topology: In mesh topology every device has a dedicated point to point link to every other
device. A fully connected mesh network has n(n − 1)/2 physical channels to link n devices. To
accommodate those many links, every device on the network must have (n − 1) input/output
ports.
Advantages
Eliminate traffic problems
A mesh topology is robust
It is more secure and private
Fault identification and fault isolation is easy
Communication is faster.
Disadvantages
Huge number of cabling required, also each node requires more [(n − 1)] I/O ports.
Installation and reconnection are difficult
Expensive if number of nodes are more.
(ii) Star Topology: In star topology, each device has a dedicated point to point link only to a central
controller, usually called a hub. Star topology does not allow direct traffic between devices.
Advantages
Less expensive than mesh topology. Only one I/O port required for each device
Star topology is robust. Since if one link fails, only that Link and node are is affected all other
links and nodes remain active and connected.
(iii) Bus Topology: Bus topology is user multipoint connection. One long cable acts a backbone link
and all the devices are in network. Nodes are connected to the bus cable by drop-lines and taps
Central Hub
Star Topology
Work station Work station
Work
station
Work
station
Mesh Topology