3rd long exam Flashcards
(57 cards)
is responsible for process-to-
process delivery—the delivery of a packet, part of a
message, from one process to another.
transport layer
3 types of data deliveries
node to node - data link
host to host - network
process to process - transport
T/F
a process on the local host (client) needs
services from a process usually on the
remote host (server)
True
T/F
Operating systems today support both multiuser and
multiprogramming environments.
True
___can run several server programs at the same time
remote computer
___can run one or more client programs at the same time
local computers
Whenever we need to deliver something to one specific
destination among many, we need an _____
address
At the Data Link layer, we need a ________ to choose one node among several nodes if the connection is not point to point
MAC address
A ____ in the data
link layer needs a destination MAC address for delivery and a
_____ for the next node’s reply.
frame
source address
At the Network layer, we need an _____ to choose one host among millions
IP address
A _____ in the network layer needs a destination IP address for delivery and a ______ for the destination’s reply
datagram
source IP address
____ address of processes running in the destination host
port number
T/F
in the Internet model, port numbers are 16-bit
integers that ranges from 0 to 65,532
True
____ chosen randomly by the transport layer software
running in the client host
ephemeral port number
T/F
ephemeral port number is n short-lived; created when there is a request for
available port
True
____ server process can not choose random numbers;
universal port numbers for servers
well-know port number
T/F
IP addresses and port numbers play different
roles in selecting the final destination of data.
True
The _____ defines the host among the different hosts in the
world.
destination IP address
After the host has been selected, the _____ defines one of the
processes on this particular host
port number
what does IANA stand for?
Internet Assigned Numbers Authority
IANA RANGES:
ranges from 0-1023, controlled and assigned by IANA
well-known ports
IANA RANGES:
1024 - 49,151, not assigned and controlled by IANA
registered ports
IANA RANGES:
49,152 - 65,536, neither controlled nor registered.
ephemeral ports
dynamic ports
____ needs two identifiers, IP address and the port number, at each end to make a connection.
process to process delivery