tcp ip Flashcards
Why was the OSI model developed?
Standards were needed to allow any two systems to communicate.
What model shows how the network functions of a computer ought to be organized?
OSI model
The physical layer is concerned with the ____
The movement of bits over the physical medium
How many layers are in the OSI model?
7
As a data packet moves from the lower to the upper layers, headers are ____?
removed
When data is transmitted from device A to device B, the header from A’s layer 5 is read by B’s _____ layer.
session
Which layer functions as a liaison between user support layers and network support layers?
transport layer
what is the main function of the transport layer?
process-to-process message delivery
encryption and decryption are functions of which layer
presentation layer
what are examples of an application layer service?
network virtual terminal
file transfer, access, and management
mail service
When a host on network A sends a message to a host on network B, which address does the router look at?
logical
What layer is responsible for moving frames from one hop (node) to the next
data link layer
What layer adds a header to the packet coming from the upper layer that includes the logical addresses of the sender and receiver?
network layer
What layer is responsible for the delivery of a message from one process to another
transport layer
What does TCP provide?
full transport layer services to applications
The ____ address is the address of a node as defined by its LAN or WAN
physical address
Ethernet uses a physical address that is imprinted on the NIC….
How many bytes is the address
6 bytes
07:01:02:01:2C:4B is an example of what?
Ethernet physical address
A port address in TCP/IP is how many bits long?
16 bits
Frame Relay operates in what layer?
Physical and data link layers
Which ATM layer has a 53-byte cell as an end product
ATM
IP protocal uses the ____ sublayer
AAL5
Repeaters function in the ____ layer
physical layer
bridges function in the ___ layer
physical and data link layer
Routers function in the ___ layers
physical, data link, and network layer
_____ has a higher transmission rate in the downstream direction than the upstream direction
ADSL
___ is suitable for businesses that require comparable upstream and downstream data rates
SDSL
___ was designed as an alternative to T-1 line
HDSL
In an ESS the ____ station is mobile
BSS
In an ESS the ___ stations are port of a wired LAN
AP
SONET is a standard for ___ networks
fiber-optic cable
What is PPP?
PPP is a ___ layer protocol
point-to-point protocol
physical and data link
it is used to establish a connection between 2 nodes
When the internet started, it was decided to make the network layer a ___ service to make it simple
connectionless
in a connectionless service, each packet is forwarded based on the
destination address
In a connection-oriented service, each packet is forwarded based on the ___
label
In a ___ service, there is a relation between all packets belong to a message
conection-oriented
In ___, the whole packet is sent from the source to the destination without being divided into packets
circuit-switching
in ___, the message is first divided into manageable packets before being sent
circuit-switching
___ control means including a mechanism for detecting corrupted, lost, or duplicate packets
error control
___ control means regulating the amount of data a source can send without overwhelming the destination
flow control
___ control in a network means handling a situation in which too many packets are present in an area of the internet
congestion control
a ___ packet is a special packet that can be sent from a router to the sender when the router encounters a congestion
choke packet
a ___ is a program providing services to the ____ program
server program provides service to a client program
a ___ is a program requesting services from a ___
client program requests services from a server
___ server can process only one request at a time
an iterative server
___ server can process multiple requests at a time
concurrent server
an interface is a set of ___ designed to facilitate interaction between two entities
an interface is a set of instructions designed to facilitate interaction between 2 entities
information in a computer is stored in ___ byte order
host byte order
network programming needs information to be in ___ byte order
network byte order
in ___ representation, the least significant byte is stored in the starting address
little-endian
in ___ representation, the most significant byte is stored in the starting address
big-endian