Save
Computer Science Paper 1
Chapter 9 Networks
TCP/IP protocol
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Samuel Olaleye
Visit profile
Cards (45)
What does TCP/IP stand for?
Transmission Control Protocol
/
Internet Protocol
View source
What is the primary purpose of TCP/IP?
To enable communication between
devices
on the Internet
View source
What are the four layers of the TCP/IP stack?
Application
Transport
Network
Link
View source
What role does the application layer play in TCP/IP?
Selects and uses the correct
protocol
View source
How does the transport layer function in TCP/IP?
Establishes a
virtual
path and splits transmission into
packets
View source
What is contained in each packet sent by the transport layer?
Sequence number
and
port number
View source
What does the sequence number in a packet indicate?
It identifies a
packet's
position in the
transmission
View source
What is the purpose of the network layer in TCP/IP?
Provides correct
IP addresses
for packets
View source
How do routers function within the network layer?
They use
IP addresses
to send
packets
to destinations
View source
What does the link layer control in TCP/IP?
Physical connections between
hardware
in a network
View source
What are MAC addresses used for in TCP/IP?
To identify hardware to which
packets
are sent
View source
How do MAC addresses change in a network?
They change with every
hop
through the network
View source
What happens to a packet at the receiving end of TCP/IP?
It is stripped of extra information by reversing the
stack
View source
What does the link layer remove from a packet?
MAC addresses
View source
What does the transport layer use to determine the correct application for a packet?
The
packet's
port number
View source
What is formed when an IP address is combined with a port number?
A
socket address
View source
What is the purpose of a socket address?
To identify the application for a
packet
View source
What are some well-known ports and their purposes?
FTP
:
20
&
21
(File transfer)
SSH
:
22
(Remote management)
HTTP
:
80
(Web page delivery)
HTTPS
:
443
(Secure web page delivery)
POP3
:
110
&
995
(Email retrieval)
SMTP
:
25
,
587
&
465
(Email sending)
View source
What is the purpose of FTP?
Sending files between
devices
View source
How can clients access FTP servers?
Anonymously or non-
anonymously
View source
What does SSH require for remote access?
Username/password combination
View source
What does HTTPS do during transmission?
Encrypts
information to secure it
View source
What is the structure of an IP address?
Network identifier
and
host identifier
View source
What is a subnet mask used for?
To determine the
network identifier
of an
IP address
View source
Given an IP address of 192.168.3.24 and a subnet mask of 255.255.255.0, what is the network identifier?
192.168.3.0
View source
What happens when more bits are assigned to the network identifier?
More different
subnets
can be created
View source
What are the two types of IP addresses in common use?
IPv4
IPv6
View source
How are IPv4 addresses structured?
Four parts
separated
by dots
View source
Why was IPv6 created?
Due to the shortage of
IPv4
addresses
View source
How are IPv6 addresses structured?
Eight
blocks separated by colons
View source
How many bits do IPv6 addresses use?
128
bits
View source
What is the difference between public and private IP addresses?
Public are
routable
, private are not
View source
Why can't every device have a public IP address?
There aren't enough
public IP addresses
available
View source
What happens to an IP address when a device leaves the network?
It is returned to the
pool
for allocation
View source
What is Network Address Translation (NAT)?
Allows multiple devices to share a single
public IP
address
Translates
private IP
addresses to public IP addresses
Helps conserve the number of public IP addresses used
View source
Why is it important that the same IP address is never issued twice?
To avoid
network conflicts
and ensure
uniqueness
View source
Why is assigning each device its own private IP address not sensible?
Devices
may leave and never return
View source
What is the role of NAT in a network?
NAT allows
private IP addresses
to communicate with the
Internet
View source
What type of IP address does a router have on the private network side?
Private IP address
View source
Why can't a server respond directly to a computer with a non-routable IP address?
Because the IP address is not
globally unique
View source
See all 45 cards