Computer Networks-Introduction
Computer Networks-Introduction
• Physical Media
• Interconnecting Devices
• Computers
• Networking Protocols
• Applications
Network Components
• Physical Media
Networking media can be defined
simply as the means by which signals
(data) are sent from one computer to
another (either by cable or wireless
means).
Network Components
• Interconnecting Devices
HUB, Switches, Routers, Wireless Access
Points, Modems etc.
Network Components
• Computers
• In a client/server network arrangement, network
services are located in a dedicated computer
whose only function is to respond to the requests
of clients.
• Networking Protocol
Network Components
Applications
Resource Sharing
• Hardware (computing resources, disks, printers)
• Software (application software)
Information Sharing
• Easy accessibility from anywhere (files, databases)
• Search Capability (WWW)
Communication
• Email
• Message broadcast
Remote computing
Distributed processing (GRID Computing)
Computer Network Types
Types Of Internet:
Intranet - is a network where employees can create content, communicate,
collaborate, get stuff done, and develop the company culture.
Extranet - is similar to an intranet, but also provides controlled access to
authorized customers, vendors, partners, or others outside the company.
Computer Network Types
Network Topology
• Application Layer: This layer defines the protocol which enables user to
interact with the network. For example, FTP, HTTP etc.
• Transport Layer: This layer defines how data should flow between hosts.
Major protocol at this layer is Transmission Control Protocol (TCP). This
layer ensures data delivered between hosts is in-order and is responsible
for end-to-end delivery.
• Internet Layer: Internet Protocol (IP) works on this layer. This layer
facilitates host addressing and recognition. This layer defines routing.
• Link Layer: This layer provides mechanism of sending and receiving actual
data.Unlike its OSI Model counterpart, this layer is independent of
underlying network architecture and hardware.
Transmission modes
• Simplex mode
• Half-duplex mode
• Full-duplex mode
Transmission modes