Internet Protocols Flashcards
What are the 3 types of Network topology (the road)
– Ethernet,
DSL Digital Subscriber Line: It allows data to be transmitted over the same copper telephone lines
cable system
What are two types of protocols (box’s in truck)
TCP - Transmission Control Protocol UDP – User Datagram Protocol
TCP and UDP are encapsulated inside of what
The internet protocol
TCP and UDP are a part of which layer in the OSI (Open Systems Interconnection) model
Layer 4 the transport layer
How many layers are in the OSI model
7
What does OSI model stand for
Open Systems Interconnection
Does UDP and TCP use multiplexing
Yes
Why is Transmission control protocol considered reliable
ensures that data is received correctly, and if any segments are lost during transmission, it requests retransmission.* Flow control
– The receiver can manage how much data is sent
What is the difference ofUser Datagram Protocol (UDP) in contrast to TCP
it’s connectionless
* “Unreliable” delivery
– No error recovery
– No reordering of data or retransmissions
* No flow control
– Sender determines the amount of data transmitted
What are two common connectionless protocols that use UDP
– DHCP (Dynamic Host Configuration Protocol)
– TFTP (Trivial File Transfer Protocol)
What are two connection-oriented protocols that use TCP and give a return receipt
– HTTPS (Hypertext Transfer Protocol Secure)
– SSH (Secure Shell)
IPV4 sockets require what from the client and the server in the packages
– Server IP address, protocol,
server application port number
– Client IP address, protocol, client port number
what are Non-ephemeral ports_______
numbers 0 though:_____
Are they (mostly) assigned to the client or server
Permanent port numbers
0 - 1,023
Usually on a server or service
TCP and UDP ports can be any number between
0 and 65,535
Do port numbers provide security
No