Chapter No-1: Introduction To Networking
Chapter No-1: Introduction To Networking
INTRODUCTION TO NETWORKING:-
SYLLABUS
Hardware Architecture, Topologies, Media, devices
Transmission Techniques, Twisted Pair, Coaxial Cable, Fiber optics, Wireless Transmission Switching, Circuit Switching, Message Switching, Packet Switching
Networking Terminology
Some of the common terminologies that are used in computer networking are:
Networks Server Client Peers Host computers Terminals
A computer network is a group of computers that are connected together to communicate and share resources such as files, printers, and email.
Servers
A server is a network computer that shares resources with and responds to requests form other network computers, including other servers.
General Purpose
Dedicated
Server
Server
Clients
A client is a network computer that utilizes the resources of other network computers including other clients.
Processor, memory, storage
Client 1
Client 2
Server
Peers
A peer is a self-sufficient computer that acts as both
Peer
Host Computers
A host computer is a powerful, centralized computer system, such
as a mainframe computer, that performs data storage and processing tasks on behalf of clients and other network devices.
Terminals
A terminal is a specialized network device on a host-based network
that transmits the data entered by the user to host for processing and displays the results.
Terminal
Client
Centralized model
Client/server model
Peer-to-peer model
Client/Server Networks
A client/server network is a network in which servers provides services to clients.
Client 1
Client 2
Peer-to-Peer Networks
A peer-to-peer network is a network in which resource sharing, processing, and communications control are completely decentralized. A peer-to-peer network is often referred to as a workgroup.
Resources Processing Communication
Resources Processing
Communication
Host
Peer/Client
Network Topologies
A network topology is a network specification that determines the networks overall layout and the networks data flow patterns. Physical The primary network topologies are:
Physical Bus Topology Physical Star Topology Physical Ring Topology Physical Mesh Topology Hybrid Topology
Logical
Terminator
T-connector
T-connector
T-connector
Terminator
Hub
Node
Hybrid Topology
A hybrid topology is any topology that exhibits characteristics of more than one standard physical topology.
Types Of Communication
Simplex Mode :Simplex mode of communication is the one-way transmission of information with the full use of bandwidth of the medium for transmission.
Half duplex mode communications permit two-way communications, but in only one direction at a time.
Sender
Receiver
Types Of Devices
Coaxial Cable:Coaxial cable, or coax, is a type of copper cable that features a central conductor surrounded by braided or foil shielding.
Braided shielding
Twisted Pair Cable :Twisted pair is a type of cable in which multiple insulated conductors are twisted around each other and clad in a protective and insulating outer jacket. Types of twisted pair cable are:
Unshielded twisted pair (UTP) Shielded twisted pair (STP)
Pair has base color scheme
Fiber Optic Cable:Fiber optic cable is a type of network cable in which the core is one or more glass or plastic strands.
Outer jacket
Silica cladding
Wireless Communication
Wireless communication is a type of communications in which signals are transmitted as electromagnetic energy. Wireless connections can be:
Point-to-Point: Are used to link distant buildings or networks Broadcast: Are used to enable communications within a building or small geographical area
Radio Networking
Radio networking is a form of wireless communications in which signals are sent via radio frequency (RF) waves in the 10 KHz and 1 GHz range. Radio networking is of following types:
Broadcast: Is a form of RF networking that is nondirectional and uses a single frequency for transmissions Spread Spectrum: Is a form of radio transmission in which the signal is sent over more then one frequency
Infrared Transmission
Infrared transmission is a form of wireless transmission over unbounded media in which signals are sent via pulses of infrared light.
Receiver
Microwave Transmission
Microwave transmission is a form of wireless transmission over unbounded media in which signals are sent via pulses of electromagnetic energy in the microwave region of the spectrum.
Switching :
A mechanism for communicating by sharing resources.
Switching is the generic method for establishing a path for point-topoint communication in a network. It involves the nodes in the network utilizing their direct communication lines to other nodes so that a path is established in a piecewise fashion. Each node has the capability to switch to a neighbouring node (i.e., a node to which it is directly connected) to further stretch the path until it is completed.
network. There are two basic methods of switching: circuit switching and packet switching. When information has to go over a switch in the communications system, there are several choices of how to switch the information. A circuit could be set up, causing no delay between switches, but causing setup time. Message switching could be used; it involves sending an entire message from one switch to the next before forwarding is possible. And then there is packet switching, in which a message is cut into several smaller fixed-sized packets, thus reducing the wait time at each switch when compared to message switching.
Packet Switching Networks:Packet switching networks move data through the network packet by packet. Each packet takes the best route available at any given time rather than following an established circuit.