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
Can TCP and UDP port number be the same
Yes there can be a service running on TCP port 80
and a different service running on UDP port 80
but that can be confusing so we don’t tend to do it
What is ephemeral
Temporary
Some application on server side change port numbers (use ephemeral) T or F
True
If TCP is more reliable why would you use UDP
Real-time communication
What is DHCP (Dynamic Host Configuration Protocol) used for
To automatically assign IP addresses to our device
Ephemeral ports Temp can be port num ___ through_____
– Ports 1,024 through 65,535
What is FTP - File Transfer Protocol
What are 2 port numbers used by FTP
A protocol that transfers files from one device to another
tcp/20 (active mode data) tcp/21 (control)
Does SSH- secure shell use TCP or UDP
What port number does it use
TCP
Encrypted communication link - tcp/22
What is Telecommunication Network
Is it encrypted
what port number does it use
Remotely accessing and managing computers or network devices over a network-like Shell
- its not encryped
- tcp/23