2.1. Networks including the Internet (Continued) Flashcards
Importance of high broadband speed / bit-rate
- User has to download and display bits at same time
- If media is of higher quality, then higher broadband
speed needed since each “frame” is of a larger size - Real-time needs faster broadband speeds as
compared to on-demand, since there are a greater
number of users simultaneously requesting same
data
Cloud Computing
- Refers to the on-demand provision of computing
services through the internet - Services provided include
- Infrastructure: Storage capacity and higher
processing power - Platform: Software, testing & debugging resources
Public cloud
- 3rd-party cloud service
provider grants access to
multiple parties, accessible
via a browser - Cloud service provider owns,
develops and manages the
public cloud through large
server farms
Private cloud
- A private cloud is owned by
one organization and is not
shared with any other
organization - The private cloud can either
be created and maintained
by the organization itself or it
can outsource these tasks to
a third-party
Benefits and drawbacks of cloud computing
Benefits:
* Relatively less technical
knowledge required and easy
to implement
* Flexibility: Cloud Can Be
Scaled To Match The
Organization’s Growth
Drawback:
* Cannot access the
resources/data stored on the
cloud, if there are bandwidth
issues
* Poor data privacy, since there
may be data leakage in the
multi-tenant architecture
(public clouds)
World Wide Web (WWW)
- Collection of web pages stored on websites
- Protocols are used to transmit data across the WWW
Internet (Interconnected network)
- Massive, open network of networks
- Uses TCP/IP protocol, which uses IP addresses to
identify devices connected to the internet - Access provided by Internet Service Provider
Communication used: wired, radio and satellite
Router in a network
- Connects two networks together which may operate
on different protocols - Allows internal connections between LANs OR allows
external connection from the main LAN to a WAN - Router acts as gateway & firewall
- Usually will be attached to server or switch in a LAN
- Router translates private IP addresses to public IP
addresses AND vice versa.
LAN-supporting hardware
- Switch: Connected to all devices in a LAN and can
simultaneously broadcast information to all devices - Server: device/software provides specific function for
computers in the network
Network Interface Card (NIC)
- Provides each device (an end-system) in the wired
LAN with a unique (MAC) address to uniquely
identify it on the network - Allows each individual device to connect to
network
Wireless Network Interface Card (WNIC)
Provides
each end-system of a wireless (WiFi) LAN a unique
network address to identify it.
Wireless Access Points (WAP)
- Allows devices to connect to the LAN via WiFi
(wireless radio communication) instead of using a
cable - Usually built into router
Cables
A wired transmission medium that allows
communication in wired networks
Bridge
- Connects two LANs which work use the same
protocol, which can be two segments of the same
network - Stores network addresses for all devices (endsystems) between the 2 networks
- A bridge looks for the receiving device before it
sends the message.
Repeater
- Connects two cables
- Regenerates the sent data signal over the same
network before the signal weakens (attenuation)
to prevent it from being corrupted
Internet-supporting hardware
- Modems
- PSTN (Public Switched Telephone Network)
- Dedicated lines
- Cell phone network
Modems
- Allows a device to connect to the Internet via a
telephone line. - A transmitter uses a modem to convert digital
signals (from the transmitting device) to analogue
signals that are then sent down the telephone
line. - A receiver uses a modem on the other end to
convert the analogue signals to digital signals so
the receiving device can understand the data.
PSTN (Public Switched Telephone Network)
- Refers to all telephone networks
- Channel used between 2 endpoints for the call
duration via circuit switching - Lines active even during power outage
- Bi-directional communication
Dedicated lines
- Telecommunication path between endpoints
- Not shared with multiple users; it’s bought/leased
- Able to host websites as well as carry phone calls
- Allows continuous, uninterrupted access on Web
Cell phone network
- Wireless network spread over land areas divided
into (hexagonal) ‘cells’ - Each cell is served by at least one base station
(transceiver), which uses a different frequency
range, as compared to adjacent cells, to transmit
data - Larger capacity possible since same frequencies
can be used, in non-adjacent cells - Radio waves are usually used for transmission
- Can be broadcast in all directions over a wide area
- Portable transceivers (e.g. mobile phones) are able
to communicate and access internet via base
stations
IPv4
- 32 bit address, split into 4
blocks by “.” - Each block could have a value
between 0 and 255 (00 to FF
in hex). - E.g.255.0.1.255
IPv6
- 128 bit address divided into
eight 16-bit blocks by “:”. - Each block can have 4 hex
values ranging from 0000 to
FFFF - IPv6 can be shortened by
removing >=2 blocks
containing solely
zeroes - E.g.2001:0db8:85a3::8a
2e:0070:7334
IPv4 functionality
Each IP address has 2 parts:
* Network Identifier (netID)
* Identifies the network to which the host (device) is
connected to
* Host Identifier (hostID): Identifies the host within
the network
- ‘Classfull’ addressing used for IPv4 where different bit
lengths for identification and impose restrictions on
available address
Subnetting
- Practice of dividing a network into two or more
networks - IP addresses are broken down to 3 parts by not
changing the netID but partitioning the host ID into a
subnet ID and host ID - These subnet ID bits are used to identify each subnet
within the network. - Subnet masks are numbers that hides (masks) the
netID of a system’s IP address and leaves only the
host part as the machine identifier, allowing data to
be routed within the subnet to the appropriate host.
Public and Private IP address
- Public IP is provided by the ISP while Private IP issued
by the LAN’s router - Public IP is unique and can be across the internet
whereas Private IP is only unique within LAN and
hence can only be accessed within LAN - NAT (Network address translation) required for
private IP addresses to access internet directly. - Private IP more secure than public IP, since they are
not directly accessible on the Internet and are hidden
by NAT - Range of IP addresses used for private IP addressing
can never be assigned to public IP addresses
Static IP addresses
- IP address never changes.
- Static IP addresses are useful
when websites need to
remember a device for a long
time. Eg) VPNs whitelisting - Faster upload/download
speeds
Dynamic IP addresses
- IP address will change at
regular time periods. - Dynamic IP address is
relatively more secure, hence
used where data privacy is
important - Maintaining cost of dynamic
IP address is lesser
URL (Uniform Resource Locator)
- Unique reference address for the exact location of an
internet resource on the WWW - Protocol: enables browser to know what protocol is used
to access info in domain - Hostname: Domain name
- Location of server: path
- Domain Name Service (DNS)
- Naming system used for computers or resources
having internet connection - Consists of a hierarchy of DNS servers which have a
URLs database of and their corresponding IP
addresses