Save
...
1.3
Networks
TCP , IP , DNS & Protocol layers
Save
Share
Learn
Content
Leaderboard
Learn
Created by
kayzz
Visit profile
Cards (37)
How is the internet different from the World Wide Web?
The internet is a network of
networks
, while the World Wide Web is a
service
that runs on the
internet
View source
What components make up a home network connected to the internet?
Wireless
router
Internet Service Provider
(ISP)
Domain Name Server
(DNS)
Other routers
View source
What is the role of the router in a home network?
To
connect
the home network to the
Internet Service Provider
View source
What is the backbone of the internet composed of?
Routers
,
cables
,
satellites
, and other
hardware
View source
What is the complexity involved in networking computers together?
It involves various factors that must be considered for successful communication
View source
What are protocols in networking?
Standards
that allow two devices to
communicate
View source
What is the purpose of protocol layering in networking?
To divide
complex networking tasks
into simpler tasks
Each layer has a
defined responsibility
Layers work in
tandem
to
provide services
to each other
View source
What is TCP/IP?
One of the most important
protocol stacks
in use today
View source
How many layers does the original TCP/IP model have?
Four
layers
View source
What is the updated TCP/IP model's layer structure?
It has
five
layers, splitting the
link
layer into
data link
and
physical
View source
What is the top layer of the TCP protocol model called?
The
application
layer
View source
What protocols are included in the application layer?
FTP
(File Transfer Protocol)
HTTP
(Hypertext Transfer Protocol)
SMTP
(Simple Mail Transfer Protocol)
View source
What is the function of the transport layer in the TCP/IP model?
It sets up
communication
between
two
hosts and
agrees
on
settings
View source
What protocols are found in the transport layer?
TCP
(
Transmission Control Protocol
) and
UDP
(
User Datagram Protocol
)
View source
What is the role of the internet layer?
It addresses
packets
for
data transmission
and
routes
them across the
network
View source
What does the link layer do in the TCP/IP model?
It facilitates the
transmission
of
binary
data via any
media
View source
What happens when a message is sent through the TCP/
IP
stack?

Application
layer adds a
header
and creates a
segment
Transport
layer establishes
connection
and splits data into
packets
Internet
layer adds
source
and
destination
IP
addresses
Link
layer adds
MAC
addresses and creates
frames
View source
What is a segment in the context of TCP/IP?
A message combined with a
header
added by the
application
layer
View source
What is the purpose of numbering packets in the transport layer?
To ensure they can be
reassembled
in the
correct order
at the destination
View source
What is a socket in networking?
The combination of an
IP address
and a
port number
View source
What does the link layer add to packets?
The unique
media access control
(
MAC
) address
View source
Why do we need both MAC addresses and IP addresses?
MAC addresses are used for communication within a local area network (LAN)
IP addresses are used for routing traffic over wide area networks (WAN)
MAC addresses identify devices, while IP addresses indicate their location
View source
How does the ARP protocol function in networking?
It helps
find
the
destination MAC address
when the
router
doesn't
already know
it
View source
What happens to MAC addresses as packets travel through routers?
The
source
and
destination
MAC addresses are
overwritten
at each hop
The
original MAC address
is replaced by the router's
MAC address
View source
What is the process of sending a message from one host to another on the same network?
One host can send directly to the other using the
MAC address
View source
How do switches learn MAC addresses in a local area network?
By examining the
source
and
destination
MAC addresses of
traffic
passing through
View source
What happens when data is transmitted over the internet?
The data is sent via
routers
, with the destination
MAC
address being that of the router
View source
What is the role of the router when it receives a frame?
It determines where to send the
packet
by looking at the destination
IP address
View source
What is the process of data encapsulation in TCP/IP?
Original
message is split into
segments
Segments are wrapped into
packets
Packets are wrapped into
frames
View source
What happens to frames when they reach their final destination?
They travel up through the layers of the TCP stack, stripping off headers and tails
View source
What is the World Wide Web?
A collection of
files
and
information
stored in
hypertext
Composed of
web pages
and
associated
files hosted on
web servers
View source
What does a web server do?
It stores files and handles client requests for web pages or resources
View source
What is the role of the Domain Name System (DNS)?
To map
domain
names to
IP
addresses
View source
What is the process when a user requests a URL in a browser?
The browser sends the domain name to the DNS
DNS maps the domain name to an IP address
The IP address is used to send a request to the web server
The web server returns the requested resource to the browser
View source
What happens when a browser queries a DNS resolver server?
The server queries a DNS root name server for the address of the top-level domain server
View source
What does the DNS resolver do after receiving the address from the root server?
It makes
requests
to the
top-level domain
server
View source
What is the final step in the DNS resolution process?
The DNS
resolver
responds to the
web
browser with the
IP
address
View source