Unit 4 FOC - Uses of Internet
Unit 4 FOC - Uses of Internet
Internet
Internet is a global network that connects billions of computers across the world with each other and to the World Wide
Web. It uses standard internet protocol suite (TCP/IP) to connect billions of computer users worldwide. It is set up by
using cables such as optical fibers and other wireless and networking technologies. At present, internet is the fastest mean
of sending or exchanging information and data between computers across the world.
Uses of internet
The Internet has become an integral part of modern life, offering a wide array of uses and benefits. Here are some of
the key uses:
Communication
Email: Send and receive messages instantly.
Social Media: Connect with friends and family, share updates, and join communities.
Video Conferencing: Conduct meetings, webinars, and virtual gatherings through platforms like Zoom and
Microsoft Teams.
Instant Messaging: Chat in real-time using apps like WhatsApp, Messenger, and Slack.
Information Access
Research: Access vast amounts of information from libraries, journals, and databases.
News: Stay updated with current events from around the world.
Educational Resources: Learn through online courses, tutorials, and e-books.
Wikipedia: Collaborative encyclopedia with articles on countless topics.
Entertainment
Streaming: Watch movies, TV shows, and live events on platforms like Netflix, YouTube, and Hulu.
Gaming: Play games online with others through services like Steam and Xbox Live.
Music: Stream music from services like Spotify and Apple Music.
Podcasts: Listen to podcasts on various topics.
E-Commerce
Shopping: Buy and sell products on websites like Amazon and eBay.
Banking: Manage finances, transfer money, and pay bills online.
Page |2
Networking
Professional Networking: Connect with colleagues and industry professionals on LinkedIn.
Forums and Communities: Join discussions on platforms like Reddit and Quora.
Innovation
IoT (Internet of Things): Connect and control smart devices, from home appliances to industrial machinery.
Personal Development
Online Courses: Learn new skills and earn certifications from platforms like Coursera and Udemy.
Hobbies and Interests: Explore hobbies through blogs, YouTube channels, and online communities.
IP address
An IP (Internet Protocol) address is a unique identifier assigned to each device connected to a network. It serves two
main purposes: identifying the host or network interface and providing the location of the device in the network.
Here are some key points about IP addresses:
Types of IP Addresses
1. IPv4 (Internet Protocol version 4):
o Format: Consists of four numbers separated by periods (e.g., 192.168.1.1).
o Range: Each number ranges from 0 to 255.
o Address Space: Provides around 4.3 billion unique addresses.
2. IPv6 (Internet Protocol version 6):
o Format: Consists of eight groups of four hexadecimal digits separated by colons (e.g.,
2001:0db8:85a3:0000:0000:8a2e:0370:7334).
o Address Space: Provides an almost limitless number of unique addresses, solving the exhaustion
problem of IPv4.
Types of IP Addresses Based on Access
1. Public IP Address:
o Global Reach: Unique across the entire Internet.
o Assigned by ISPs: Provided by Internet Service Providers (ISPs) for Internet access.
o Examples: Addresses used by websites, servers, and other devices accessible from anywhere on the
Internet.
2. Private IP Address:
o Local Reach: Used within private networks (e.g., home, office LAN).
o Not Routable on Internet: Cannot be accessed directly from the Internet.
o Ranges:
10.0.0.0 to 10.255.255.255
Page |3
172.16.0.0 to 172.31.255.255
192.168.0.0 to 192.168.255.255
Static vs. Dynamic IP Addresses
1. Static IP Address:
o Fixed Address: Manually assigned and remains constant.
o Use Cases: Servers, network printers, and devices requiring consistent access.
2. Dynamic IP Address:
o Temporary Address: Assigned dynamically by a DHCP server.
o Use Cases: Most consumer devices like laptops, smartphones, and desktops.
Domain Names
Domain names are a fundamental part of the Internet, serving as user-friendly addresses for websites. Here's a deep
dive into what they are and how they work:
What is a Domain Name?
A domain name is a readable address used to access websites and other resources on the Internet, like
"example.com". It replaces the need to remember complex IP addresses, making it easier for users to navigate the
web.
Structure of a Domain Name
1. Top-Level Domain (TLD):
o Generic TLDs (gTLDs): Such as .com, .org, .net.
o Country Code TLDs (ccTLDs): Such as .in (India), .uk (United Kingdom), .jp (Japan).
2. Second-Level Domain (SLD):
o The part of the domain name that comes immediately before the TLD (e.g., "example" in
example.com).
3. Subdomain:
o A prefix added to the domain name (e.g., "blog.example.com").
Domain Name System (DNS)
Function: Translates domain names into IP addresses, so browsers can load Internet resources.
DNS Server: A server that matches domain names with their corresponding IP addresses.
Hierarchy: The DNS is structured hierarchically, with root servers at the top followed by TLD servers, and
so on.
Registering a Domain Name
Domain Registrars: Organizations that manage the reservation of domain names (e.g., GoDaddy,
Namecheap).
Registration Process: Involves checking the availability of a desired domain name and then registering it
through a domain registrar.
Renewal: Domain names are typically registered for a specific period (e.g., one year) and need to be
renewed.
Uses of Domain Names
Website Address: Provides a user-friendly way to access websites.
Email Addresses: Used in custom email addresses (e.g., [email protected]).
Brand Identity: Helps establish a unique online presence for businesses and individuals.
Domain names are essential for navigating the Internet, providing a bridge between human-friendly names and the
numerical addresses used by computers.
EMail address
Page |4
An email address is a unique identifier used to send and receive emails. It consists of two main parts: the local part
and the domain part, separated by the "@" symbol. Here's a breakdown:
Structure of an Email Address
1. Local Part: The portion before the "@" symbol.
o Example: username in [email protected].
o Function: Identifies a specific user or mailbox within the domain.
2. Domain Part: The portion after the "@" symbol.
o Example: example.com in [email protected].
o Function: Identifies the mail server and domain where the mailbox is hosted.
Example
[email protected]
o john.doe:Local part identifying the user.
o example.com: Domain part identifying the mail server.
Types of Email Addresses
1. Personal Email Address: Used for personal communication (e.g., [email protected]).
2. Business Email Address: Used for professional or business communication (e.g., [email protected]).
3. Academic Email Address: Used by educational institutions (e.g., [email protected]).
Email addresses are fundamental to digital communication, making it easy to connect and share information.
TCP
Transmission Control Protocol (TCP) is one of the core protocols of the Internet Protocol Suite. It provides reliable,
ordered, and error-checked delivery of data between applications running on hosts in an IP network. Here's a
detailed look at TCP:
Key Features
1. Connection-Oriented: Establishes a connection between two devices before data transmission begins.
2. Reliable: Ensures that data is delivered accurately and in the correct order.
3. Error Checking: Includes mechanisms for detecting and recovering from errors in data transmission.
4. Flow Control: Manages the rate of data transmission between devices to prevent overwhelming the receiver.
5. Congestion Control: Adjusts the rate of data transmission based on network congestion to maintain efficient
communication.
Common Uses
Web Browsing: Ensures reliable loading of web pages.
Email: Guarantees the complete and accurate delivery of emails.
File Transfer: Provides reliable transmission of files over networks.
Remote Access: Facilitates secure and dependable remote access to systems.
Advantages
Reliability: Ensures data integrity and correct sequencing.
Error Detection: Identifies and corrects errors during transmission.
Flow and Congestion Control: Maintains network efficiency and prevents congestion.
Disadvantages
Overhead: Adds extra data for error-checking and control, which can reduce transmission speed.
Complexity: More complex implementation compared to simpler protocols like UDP (User Datagram
Protocol).
TCP is essential for applications that require reliable communication, ensuring data is delivered accurately and in
sequence.
URL
Page |5
A URL (Uniform Resource Locator) is the address used to access resources on the Internet. It specifies the location
of a resource and the protocol used to access it. Here's a breakdown of its components:
Structure of a URL
1. Protocol:
o Indicates the method used to access the resource.
o Common protocols: http:// (HyperText Transfer Protocol), https:// (Secure HTTP), ftp:// (File Transfer
Protocol).
2. Domain Name:
o The human-readable address of the website.
o Example: example.com.
3. Path:
o Specifies the exact location of the resource within the domain.
o Example: /folder/file.html.
4. Port (Optional):
o Specifies the port number on the server.
o Default ports are 80 for HTTP and 443 for HTTPS.
o Example: :8080.
5. Query String (Optional):
o Contains parameters that are passed to the resource.
o Begins with a ? and includes key-value pairs separated by &.
o Example: ?key1=value1&key2=value2.
6. Fragment (Optional):
o Identifies a specific section within a resource.
o Begins with a #.
o Example: #section1.
Example URL
https://www.example.com:443/folder/file.html?key1=value1&key2=value2#section1
Protocol: https://
Domain Name: www.example.com
Port: 443
Path: /folder/file.html
Query String: ?key1=value1&key2=value2
Fragment: #section1
Uses of a URL
Web Browsing: Access web pages.
File Transfers: Download and upload files.
API Requests: Interact with web services.
A URL serves as the address system for the Internet, guiding browsers and other clients to the desired resource.
Access to internet
Accessing the Internet involves a few key steps and components. Here's a general overview:
How to Access the Internet
1. Internet Service Provider (ISP):
o Subscription: Choose and subscribe to an ISP that provides Internet services (e.g., broadband, fiber,
DSL).
Page |6
o Modem: The ISP usually provides a modem that connects to their network and your home or
business network.
2. Router:
o Connection: Connect your modem to a router to distribute the Internet connection to multiple
devices.
o Wireless Access: Set up Wi-Fi for wireless access or use Ethernet cables for wired connections.
3. Devices:
o Computers, Smartphones, Tablets: Ensure your devices have network adapters (wired or wireless)
to connect to the router.
o Configuration: Configure network settings if necessary (often automatic with DHCP).
4. Network Configuration:
o IP Address: Your devices will get IP addresses (typically assigned automatically by the router via
DHCP).
o DNS Settings: DNS (Domain Name System) settings are often handled by your ISP, but can be
customized.
5. Web Browser:
o Software: Use web browsers (e.g., Chrome, Firefox, Safari) to access websites and online services.
o Security: Ensure your browser and devices have updated security measures (e.g., antivirus,
firewalls).
Types of Internet Connections
Broadband: High-speed Internet via DSL, cable, or fiber.
Fiber Optic: Uses fiber-optic cables for very high-speed Internet.
Satellite: Internet access via satellite, useful in remote areas.
Mobile Data: Access the Internet using cellular networks (3G, 4G, 5G).
Dial-Up: An older, slower form of Internet access using telephone lines.
Accessing the Internet can be straightforward with the right setup and understanding of the necessary components.
Dial-up connection
Dial-up connections are one of the earliest methods for accessing the Internet, using a telephone line to connect to an
Internet Service Provider (ISP). Here's a closer look:
How Dial-Up Connections Work
1. Telephone Line: Uses the existing public switched telephone network (PSTN) for communication.
2. Modem: Converts digital data from a computer into analog signals for transmission over the phone line, and
vice versa.
3. Dialing In: The modem dials the ISP's access number to establish a connection.
4. Authentication: The ISP authenticates the user’s credentials (username and password).
5. Data Transmission: Once connected, data is transmitted over the phone line at low speeds.
Characteristics
Speed: Typically offers speeds up to 56 Kbps, much slower than modern broadband connections.
Phone Line Usage: Occupies the phone line, preventing simultaneous phone calls and Internet usage.
Cost: Often charged based on the amount of time connected, rather than data usage.
Advantages
Availability: Can be used in remote or rural areas where broadband isn't available.
Cost-Effective: Low setup costs, as it utilizes existing telephone infrastructure.
Page |7
Simple Setup: Easy to set up with just a telephone line and a modem.
Disadvantages
Slow Speed: Much slower than modern Internet connections, making it impractical for bandwidth-intensive
activities.
Line Occupation: Ties up the phone line, making it unavailable for voice calls during Internet usage.
Poor Reliability: Susceptible to connection drops and interference from poor phone line quality.
DSL
Digital Subscriber Line (DSL) is a family of technologies that provide internet access by transmitting digital data
over the telephone lines. It's a common way for homes and small businesses to connect to the internet. Here's an
overview:
How DSL Works
Telephone Lines: Uses existing copper telephone lines to transmit data.
Frequency Separation: DSL technology separates the frequency of voice calls and internet data, allowing
both to be used simultaneously without interference.
Modem: Requires a DSL modem to modulate and demodulate the digital signals for internet access.
DSLAM (DSL Access Multiplexer): At the service provider's end, a DSLAM aggregates connections from
multiple users and routes traffic to the internet.
Types of DSL
1. ADSL (Asymmetric Digital Subscriber Line):
o Asymmetric: Different upload and download speeds, with higher download speeds.
o Usage: Ideal for typical internet use like browsing and streaming.
o Speed: Download speeds up to 24 Mbps, upload speeds up to 1.4 Mbps.
2. SDSL (Symmetric Digital Subscriber Line):
o Symmetric: Equal upload and download speeds.
o Usage: Suitable for businesses requiring consistent upload and download speeds.
o Speed: Typically lower than ADSL but balanced for both directions.
3. VDSL (Very-High-Bitrate Digital Subscriber Line):
o High-Speed: Offers higher speeds over shorter distances.
o Usage: Supports high-bandwidth applications like HD video streaming and online gaming.
o Speed: Download speeds up to 52 Mbps, upload speeds up to 16 Mbps.
4. VDSL2:
o Enhanced VDSL: Provides even higher speeds over short distances.
o Speed: Download speeds up to 100 Mbps, upload speeds up to 100 Mbps.
Advantages of DSL
Availability: Utilizes existing telephone infrastructure, widely available in many areas.
Simultaneous Use: Allows simultaneous use of the internet and telephone services.
Dedicated Line: Each user gets a dedicated line, reducing congestion compared to shared connections like
cable.
Disadvantages of DSL
Distance Limitation: Performance decreases with distance from the service provider's central office.
Page |8
o Wi-Fi Direct: Allows devices to connect directly without a router, creating an ad-hoc wireless
network.
o Bluetooth: Short-range wireless connection for transferring data between devices like smartphones,
computers, and peripherals.
Uses of Direct Connections
File Sharing: Easily transfer files between devices without using a network.
Peripheral Connection: Connect peripherals like printers, scanners, and external drives directly to a
computer.
Ad-Hoc Networks: Create temporary networks for sharing data or resources during meetings or on the go.
Device Pairing: Pair devices like smartphones to car systems, headphones, or other Bluetooth-enabled
devices.
Advantages
Simplicity: Easy to set up and use without the need for additional hardware or configuration.
Speed: Often faster than network-based connections due to the direct link.
Security: More secure as data does not pass through intermediate networks or devices.
Disadvantages
Limited Range: Effective range is limited to the length of the cable or the wireless signal range.
Scalability: Not suitable for connecting multiple devices or creating larger networks.
Compatibility: Requires compatible ports and interfaces on both devices.
Direct connections are ideal for quick, simple, and secure device communication and data transfer.
ISDN
Integrated Services Digital Network (ISDN) is a set of communication standards for digital transmission over
traditional copper telephone lines. It was designed to transmit voice, video, data, and other network services
simultaneously. Here are the key aspects of ISDN:
Key Features
1. Digital Transmission: Provides higher quality and faster transmission rates compared to analog systems.
2. Integrated Services: Supports multiple services over a single line, including voice, video, and data.
3. Two Types:
o Basic Rate Interface (BRI): Consists of two 64 Kbps bearer (B) channels and one 16 Kbps delta (D)
channel (2B+D).
o Primary Rate Interface (PRI): Consists of 23 B channels and one 64 Kbps D channel in North
America (23B+D), or 30 B channels and one D channel in Europe (30B+D).
How It Works
B Channels: Used for data transmission.
D Channels: Used for signaling and control.
Advantages
Quality: Provides clear voice calls and high-quality data transmission.
Speed: Faster data transmission compared to traditional dial-up connections.
Flexibility: Supports multiple devices and services over a single line.
Disadvantages
Cost: Higher setup and subscription costs compared to newer technologies.
Availability: Limited availability in some regions as newer technologies have become more prevalent.
Common Uses
Internet Access: Used to provide early high-speed internet access.
Video Conferencing: Enables high-quality video calls.
P a g e | 10
Evolution
ISDN has largely been replaced by newer technologies like DSL, cable, and fiber-optic services, which offer higher
speeds and more cost-effective solutions.
ISDN played a significant role in the early days of digital communication, providing a bridge between traditional
telephone networks and modern digital services.
Tee one dedicate line
It seems like you're referring to a T1 dedicated line. Let's dive into what that entails:
Tee 1 Dedicated Line
A T1 line is a type of high-speed digital network connection that transmits data at a rate of 1.544 megabits per
second (Mbps). It is a dedicated line, meaning it provides a constant and exclusive connection between the user and
the service provider.
Key Features
Speed: A T1 line offers a consistent data transfer rate of 1.544 Mbps for both upload and download
(symmetrical speeds).
Dedicated Connection: Unlike shared connections like broadband, a T1 line is dedicated, ensuring stable
and predictable performance.
Reliability: T1 lines are known for their high reliability and uptime, making them suitable for mission-
critical applications.
Digital Transmission: Uses digital signals over copper or fiber optic lines, providing clear and interference-
free communication.
How It Works
1. Setup: The T1 line is installed by a telecommunications provider, connecting the user's premises to the
provider's network.
2. Connection: The line runs from the customer's location directly to the service provider's network, without
sharing bandwidth with other users.
3. Equipment: Requires a T1 modem or router to interface with the user's network.
Uses
Business Internet: Suitable for businesses that need reliable internet access for activities like video
conferencing, VoIP (Voice over IP), and large file transfers.
Data Centers: Often used in data centers for robust and high-speed data transfer.
Healthcare: Ideal for applications requiring uninterrupted connectivity, such as telemedicine.
Advantages
Consistency: Provides stable and predictable speeds, crucial for businesses.
Symmetrical Speeds: Equal upload and download speeds support balanced data transfer needs.
Low Latency: Suitable for real-time applications due to low latency.
Disadvantages
Cost: Generally more expensive than modern broadband or fiber optic connections.
Speed Limitations: The speed of 1.544 Mbps is lower compared to many modern high-speed internet
options.
Tee 3 dedicated line
P a g e | 11
A T3 line, also known as a DS3 (Digital Signal 3) line, is a high-capacity dedicated telecommunications circuit that
provides significantly higher data transmission speeds compared to a T1 line. Here's an overview:
Key Features
Speed: A T3 line offers a data transmission rate of 44.736 Mbps, which is much faster than the 1.544 Mbps
provided by a T1 line.
Dedicated Line: Like T1, a T3 line provides a dedicated connection between the service provider and the
client, ensuring consistent and reliable performance.
High Capacity: Suitable for large-scale data transfer needs, supporting up to 672 voice channels or multiple
high-speed data channels.
How It Works
1. Setup: A T3 line is installed by a telecommunications provider, connecting the client's location to the
provider's network through coaxial cable or fiber optics.
2. Connection: The line runs directly from the customer's premises to the service provider, providing a private
and secure connection.
3. Equipment: Requires a T3 modem or router to interface with the user's network.
Uses
Large Businesses: Ideal for businesses with high data transfer needs, such as ISPs, large enterprises, and
data centers.
Telecommunications: Supports large volumes of voice and data traffic for telecom providers.
Media Streaming: Suitable for companies requiring high-bandwidth for streaming video and other media
content.
Advantages
High Speed: Offers significantly faster speeds compared to T1 lines, making it suitable for data-intensive
applications.
Reliability: Provides a stable and predictable connection, crucial for mission-critical applications.
Scalability: Can support a large number of users and devices simultaneously.
Disadvantages
Cost: T3 lines are more expensive to install and maintain compared to T1 lines and other modern high-speed
connections.
Availability: May not be available in all areas, especially in rural or less developed regions.
Prerequisites for internet
To get connected to the Internet, you need several key components and services in place. Here are the prerequisites:
1. Internet Service Provider (ISP)
Subscription: Choose an ISP that offers the type of internet connection you need (e.g., DSL, cable, fiber-
optic).
Plan: Select an appropriate plan based on your usage requirements (speed, data limit).
2. Modem
Function: A device that modulates and demodulates data signals for internet access.
Type: Depends on your connection (DSL modem, cable modem, fiber-optic modem).
3. Router
Function: Distributes the internet connection to multiple devices in your home or office.
Wireless or Wired: Choose between wireless (Wi-Fi) routers for wireless devices and wired routers for
Ethernet connections.
4. Cabling or Network Infrastructure
P a g e | 12
Ethernet Cables: For wired connections between modem, router, and devices.
Coaxial Cables: Used for cable internet connections.
Fiber Optic Cables: For fiber-optic internet connections.
5. Devices
Computers, Smartphones, Tablets: Ensure these devices have network adapters to connect to the internet.
Configuration: Most modern devices are automatically configured to connect to the internet.
6. Software
Web Browser: A program like Chrome, Firefox, or Safari to access websites.
Security Software: Antivirus and firewall software to protect your device from threats.
7. Network Configuration
IP Address: Typically assigned automatically by your ISP or router using DHCP.
DNS Settings: Domain Name System settings are usually managed by your ISP but can be customized for
faster or more secure browsing.
8. Power Supply
Stable Power Source: Ensure your modem and router are connected to a stable power source to avoid
interruptions.
9. Account and Login Information
ISP Account Details: Username and password provided by your ISP to access the internet service.
10. Subscription Payment
Payment Method: Ensure your ISP account is active and payments are up-to-date.
Getting all these elements in place will ensure a smooth and reliable internet connection.