WEEK-III
PERSPECTIVES ON NETWORKING
From the end-user perspective, whether at home, at work, or at school, what happens behind the wall plug is magic. Just as most people do not really understand how cars work, how TVs work, and so on, most people who use networks do not understand how they work. Nor do they want to!
END USER PERSPECTIVES ON NETWORKING AND INTERNET
Overview of Networking
Key Components of a Computer Network
Key Components of a Computer Network
1.Network Devices
Network devices or nodes are computing devices that need to be linked in the network. Some network devices include:
Computers, mobiles, and other consumer devices: These are end devices that users directly and frequently access. For example, an email originates from the mailing application on a laptop or mobile phone.
Servers: These are application or storage servers where the main computation and data storage occur. All requests for specific tasks or data come to the servers.
Routers: Routing is the process of selecting the network path through which the data packets traverse. Routers are devices that forward these packets between networks to ultimately reach the destination. They add efficiency to large networks.
Switches: Repeaters are to networks what transformers are to electricity grids—they are electronic devices that receive network signals and clean or strengthen them. Hubs are repeaters with multiple ports in them. They pass on the data to whichever ports are available. Bridges are smarter hubs that only pass the data to the destination port. A switch is a multi-port bridge. Multiple data cables can be plugged into switches to enable communication with multiple network devices.
Network Devices
Gateways: Gateways are hardware devices that act as ‘gates’ between two distinct networks. They can be firewalls, routers, or servers.
2. Links
Links are the transmission media which can be of two types:
Wired: Examples of wired technologies used in networks include coaxial cables, phone lines, twisted-pair cabling, and optical fibers. Optical fibers carry pulses of light to represent data.
Wireless: Network connections can also be established through radio or other electromagnetic signals. This kind of transmission is called ‘wireless’. The most common examples of wireless links include communication satellites, cellular networks, and radio and technology spread spectrums. Wireless LANs use spectrum technology to establish connections within a small area.
3. Communication protocols
A communication protocol is a set of rules followed by all nodes involved in the information transfer. Some common protocols include the internet protocol suite (TCP/IP), IEEE 802, Ethernet, wireless LAN, and cellular standards. TCP/IP is a conceptual model that standardizes communication in a modern network. It suggests four functional layers of these communication links:
Network access layer: This layer defines how the data is physically transferred. It includes how hardware sends data bits through physical wires or fibers.
Internet layer: This layer is responsible for packaging the data into understandable packets and allowing it to be sent and received.
Transport layer: This layer enables devices to maintain a conversation by ensuring the connection is valid and stable.
Application layer: This layer defines how high-level applications can access the network to initiate data transfer.
4. Network Defense
While nodes, links, and protocols form the foundation of a network, a modern network cannot exist without its defenses. Security is critical when unprecedented amounts of data are generated, moved, and processed across networks. A few examples of network defense tools include firewall, intrusion detection systems (IDS), intrusion prevention systems (IPS), network access control (NAC), content filters, proxy servers, anti-DoS devices, and load balancers.
CATEGORIES OF NETWORKS-LAN
LAN - Local Area Network
Computer Science & Engineering – 20CS33P
LAN (local area network)
Computer Science & Engineering – 20CS33P
WAN – Wide Area Network
Computer Science & Engineering – 20CS33P
WAN - Wide Area Network
Computer Science & Engineering – 20CS33P
MAN - Metropolitan Area Network
Computer Science & Engineering – 20CS33P
MAN (Metropolitan area network)
Computer Science & Engineering – 20CS33P
Internetworking
The Communication Rules
There are six different communication rules followed in a computer network. Viz…
Protocols
Protocol is a set of rules that govern data communications. A Protocol defines-
The key elements of a protocol are
Internet
Advantages | Disadvantages |
Global connections through virtual communications | Loss of personal information |
E-commerce | Spread of fake news |
Online Education | Internet addiction and time wastage |
Abundance of information | Physical and mental health issues |
The Network Standard Organizations
2) Consultative Committee for International Telephony and Telegraphy (CCITT)
It has developed 3 set of specifications :
V Series for Modern Interfacing.
X series for Data Communication.
Q series for Integrated Services Digital Network(ISDN).
3) American National Standard Institute (ANSI)
4) Institute of Electrical and Electronic Engineering (IEEE)
5) Electronic Industries Association(EIA)
6) Standard Council of Canada (SCC)
Protocol Stack
OSI Model
7. Application Layer
6. Presentation Layer
5. Session Layer
4. Transport Layer
3. Network Layer
2. Data Link Layer
The data link layer establishes and terminates a connection between two physically-connected nodes on a network. It breaks up packets into frames and sends them from source to destination. This layer is composed of two parts—Logical Link Control (LLC), which identifies network protocols, performs error checking and synchronizes frames, and Media Access Control (MAC) which uses MAC addresses to connect devices and define permissions to transmit and receive data.
The physical layer is responsible for the physical cable or wireless connection between network nodes. It defines the connector, the electrical cable or wireless technology connecting the devices, and is responsible for transmission of the raw data, which is simply a series of 0s and 1s, while taking care of bit rate control.
Advantages of OSI Model
The OSI model helps users and operators of computer networks:
Determine the required hardware and software to build their network.
Understand and communicate the process followed by components communicating across a network.
Perform troubleshooting, by identifying which network layer is causing an issue and focusing efforts on that layer.
OSI Encapsulation Terminology