Save
Computer Science
Fundamentals of communication and networking
The internet
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Jess singleton
Visit profile
Cards (46)
What is the Internet defined as?
A network of
interconnected
computer networks using an end-to-end
communication protocol
View source
What type of network is the Internet mostly?
A
wired network
View source
What is the role of an internet service provider (ISP)?
To provide customers with access to the
Internet
View source
What are the largest ISPs referred to as?
National
internet service providers
View source
How do national ISPs interact with smaller ISPs?
They provide internet access to smaller regional and local ISPs
View source
What is a packet in networking?
A container in which data is
transmitted
over networks
View source
How is a packet similar to an envelope in the postal system?
It is labelled with addresses for the
sender
and
recipient
View source
What is a packet switched network?
A network where data is sent in
packets
View source
What happens to a message in a packet switched network?
It is split into multiple packets sent via the
best route
View source
What is a router's function in a network?
To determine where to send
packets
based on
recipient
addresses
View source
What is a hop in networking?
A packet passing through a
router
View source
What does a packet's time to live (TTL) indicate?
How many
hops
a packet can partake in before being dropped
View source
What happens when a packet's TTL expires?
The
packet
is
dropped
and
deleted
View source
What does the recipient do when they notice a missing packet?
They request that the
sender
transmits the missing packet again
View source
What are the primary components of a packet?
Sender’s address
: Identifies where the packet was sent from
Receiver's address
: Identifies the intended recipient
Packet contents
: Holds the data being transferred
Time to live (TTL)
: Number of hops before being dropped
Sequence number
: Identifies a packet’s position in relation to others
View source
What is the main function of routers and gateways?
To connect different networks and allow
packets
to reach their destination
View source
How do routers determine the fastest route for packets?
By holding
tables
with information about the fastest routes
View source
What do gateways do when two networks use different protocols?
They modify
packets
to conform to both protocols
View source
What does a uniform resource locator (URL) represent?
An address assigned to files on the
Internet
View source
What does the protocol in a URL indicate?
The
method
being used to
access
a
file
View source
What is the purpose of the domain in a URL?
It
identifies
the
organization
associated with the
URL
View source
What is the role of a directory in a URL?
It
specifies
the
location
of the
file
being
requested
View source
What is a fully qualified domain name (FQDN)?
A
domain
that specifies an
exact
resource
and includes the server’s
host
name
View source
What is an IP address?
An address assigned to every computer and device on the
Internet
View source
Why are domain names used instead of IP addresses?
Because
IP addresses
are
not easy
for
humans
to
remember
View source
What does a domain name server (DNS) do?
It translates domain names into their corresponding
IP addresses
View source
What happens if a domain name server does not have a record of a domain?
Your request will be passed to another
domain
name
server
View source
What is the role of an internet registry?
Responsible for the allocation of
IP addresses
Protects the depleting pool of
unallocated
IP addresses
Looks for previously allocated IP addresses that have become unused
View source
What is a firewall?
A
device
that regulates packets passing between a device and the
Internet
View source
What are the two types of firewalls mentioned?
Software
and
hardware
firewalls
View source
What is packet filtering in firewalls?
Accepting and blocking packets based on their source IP address or
protocol
View source
What is stateful inspection in firewalls?
Examining the contents of a
packet
before deciding whether to allow it through
View source
What is the function of a proxy server?
To manage packets passing between a
public network
and a
private network
View source
How does symmetric encryption work?
Both sender and receiver share the same
private key
for encryption and decryption
View source
What is a major flaw in symmetric encryption?
The key exchange is vulnerable to
interception
View source
How does asymmetric encryption differ from symmetric encryption?
It uses a pair of mathematically related keys, one
private
and one
public
View source
What is the purpose of a digital signature?
To verify the
sender
of a message and ensure it has not been
tampered
with
View source
What are the stages involved in creating a digital signature?
Create a digest of the message
Encrypt the digest with the sender’s
private key
Append the
encrypted
digest to the message
Encrypt the message and appended digest with the recipient’s
public key
View source
What does a digital certificate verify?
Ownership of a
key pair
used in
asymmetric encryption
View source
What are worms, trojans, and viruses classified as?
Types of
malware
View source
See all 46 cards