Networks
Networks
4.Evolution of Networking
ARPANET (Advanced Research Agency Network):
ARPANET was the network that became the basis for the Internet. It was the
first network that came into existence in 1969, which was designed and named
5.Communication terminologies:
Communication Channel (Transmission media): Is a medium through which a
message is transmitted to its intended destination. Communication channel can
be wired (Guided) or Wireless (Unguided).
Noise: It is the unwanted electrical or electromagnetic energy that lowers the
quality of the data signals.
Node: Any device that is directly connected to a computer network is called a
node.
Bandwidth:The amount of data that can be transmitted through a channel.
Bandwidth is expressed in Hz, KHz, and MHz
Data transfer rate: DTR is the amount of data in digital form that is moved from
one place to another in a given time on a network.
Circuit Switching:
Packet Switching:
Using the TCP protocol a single large message is divided into a sequence of
packets of size limits from 128 to 4096 bytes.
Each packet is independent and has the address of sender and destination.
The IP (Internet protocol) does the routing for the packets.
It keeps track of all the different routes available to the destination.
If one route is not available it finds the alternate route to the destination.
Types
It is also available in two types:
1. Shielded Twisted Pair (STP) – have a braided wired mesh that encases each pair
of insulated wires
2. Unshielded Twisted Pair (UTP) – comprise of wires and insulators
Used in
The twisted-pair cables are used into telephone lines, DSL lines, and LAN (Local
Area Network)s. As in LANs so it is also known as an ethernet cable.
Categories
The twisted pair cables are classified into the following categories. These
categories referred as CAT1, CAT2, and so on…
Advantages
• Reduces the crosstalk
• It is simple
• Easy to install and maintain
• It is very flexible
• It has low weight
• It can be connected easily
Disadvantages
• Unable to provide connection over long distances
• Low bandwidth
• Not suitable for broadband applications
.
Coaxial Cables
Categories
The fiber optic cables are classified into two categories:
1. Single-mode fiber
2. Multi-mode fiber
Advantages
• Provides high-speed data transmission
• Strong and protected cables
• Provides secure transmission
• Can be used for broadband transmission
Disadvantages
• The installation process is not easy
• virtually impossible to tap
• Connection losses are more common problem
• Most expensive cables
Radio Wave
It is using the radio frequency modulation for data transmission. It has two
parts:
1. Transmitter – take data or message, encode it into sine wave and transmit into a
radio wave
2. Receiver – decodes the data or message from sine wave it recieves
In radio wave both transmitter and receiver antennas to radiate and capture the
radio singal.
Travels in all directions
The advantages and disadvantages are similar as micro wave.
Satellite
Infrared
It uses infrared light to send data.
Eg:remotes like TV, set top box, AC, wireless speakers, automotive doors etc.
Advantages
• It is the safest mode of transmission
• Easy to reconfigure network
Disadvantages
• Short range communication
• Expensive
• Cannot penetrate obstacles
RJ-45 (Registered Jack – 45) is an eight wired connector that is used to connect
computers on a local area network (LAN), especially Ethernet.
Ethernet card is a kind of network adapter and is also known as Network Interface
Card (NIC). These adapters support the Ethernet standard for high-speed network
connections via cables. An Ethernet Card contains connections for either coaxial
or twisted pair cables or fiber optic cable
Hub is an electronic device that connects several nodes to form a network and
redirects the received information to the destination. It has ports into which the
cables from individual computers' NICs are inserted. Hub broadcasts the
Repeater When the data is transmitted over a network for long distances, the data
signal gets weak due to attenuation. A repeater regenerates the received signal
and re-transmits it to its destination.
Router: It can interconnect two networks of the same type using the same
protocol. It can find the best path for data packets to travel and can reduce the
amount of traffic in the network.Routes data packets through the network
Gateway: It can interconnect two different networks using the different protocols.
It can translate one protocols to other and can understand the address
structure used in different networks.Acts as an entrance to the backbone of the
network
Network Topology
Topology is the pattern of connecting computers in a network
Factors considered while choosing the appropriate topology for the network.
1. Cost
2. Flexibility add or remove or reconfigure the network layout easily.
3. Reliability Able to handle network failure
.The star topology
Tree topology
Disadvantages
• Complex Access Protocola
• Expensive
• If root node fails entire network affects
Types of Networks
Network Protocol
b). HTTP: Hyper Text Transfer Protocol is a standard protocol for transferring
web pages across Internet
HTTPS: Hyper Text Transfer Protocol Secure
Uses secure shell software which allows an encrypted session between sender and
receiver
c). FTP: File transfer Protocol is the to transfer files between computers via
internet.
Used to perform uploading and downloading of files to /from a remote server.
Eg : WsFTP ,Filezilla, Cute FTP etc..) installed in the computer helps in the easy
uploading and down loading.
. What is IP address?
It is a unique 4 part numeric address assigned to each node on a network for
unique identification of them. . It is normally expressed in “dotted decimal
Number”
Eg. 192.165.1.1
What is WWW?
• World Wide Web is an interconnected collection of compouter across the world
• It uses client/server model
• It is used to access any document using URL
What is web page
A document in a website is a web page .Web page is developed using HTML
HTML XML
To design webpages To provide structured information
Built in command Can create user defined commands
Fixed meaning No fixed meaning
Fixed command set Not fixed command set
Firewall is a feature used for Network Security. In a Network there is always danger
of information leaking out or leaking in. Firewall is a feature which forces all
information entering or leaving the network to pass through a check to make sure that
there is no unauthorized usage of the network.It can be a hardware or software or a
combination of both