Network Protocols Flashcards
What are Network protocols?
A set of rules used by two or more devices on a network to describe:
the order of delivery
and
the structure of the data.
What does TCP stand for?
Transmission Control Protocol (TCP)
What is TCP?
Transmission Control Protocol:
An internet communications protocol that allows two devices to form a connection and stream data
TCP is limited to two devices.
True or False?
False:
It establishes a direct connection between two endpoints, but the underlying network infrastructure can handle routing data packets across multiple devices.
What is a TCP handshake?
The process in which TCP verifies both devices before allowing any further communications to take place.
What does ARP stand for?
Address Resolution Protocol
What is ARP used for?
is used to determine the MAC address of the next router or device on the path. This ensures that the data gets to the right place.
What does HTTPS stand for?
Hypertext Transfer Protocol Secure
What is HTTPS?
It is a network protocol that provides a secure method of communication between client and website servers.
What does DNS stand for?
Domain Name System
What is DNS?
is a network protocol that translates internet domain names into IP addresses.
The DNS protocol sends the domain name and the web address to a DNS server that retrieves the IP address of the website you were trying to access.
How does HTTPS provide security?
It is a secure protocol that requests a webpage from a web server. HTTPS encrypts data using the Secure Sockets Layer and Transport Layer Security, otherwise known as SSL/TLS. This helps keep the information secure from malicious actors who want to steal valuable information.
What does SSL/TLS stand for
Secure Sockets Layer and Transport Layer Security
What do SSL or TLS do?
encrypts data.
This helps keep the information secure from malicious actors who want to steal valuable information.
Which protocol allows two or more devices to form a connection and stream data?
a) Domain Name System (DNS)
b) Address Resolution Protocol (ARP)
c) Transmission Control Protocol (TCP)
c) Transmission Control Protocol (TCP)
What are the three main categories of network protocols?
communication protocols
management protocols
security protocols.
What do Communication protocols do?
They govern the exchange of information in network transmission.
How the data is transmitted between devices
Timing of the communication
Can include methods of recovery for data lost in transit
TCP, UDP, HTTP and DNS are types of which protocols?
a) Communication protocols
b) Management protocols
c) Security protocols
a) Communication protocols
SNMP and ICMP are types of which protocols?
a) Communication protocols
b) Management protocols
c) Security protocols
b) Management protocols
HTTPS and SFTP are types of which protocols?
a) Communication protocols
b) Management protocols
c) Security protocols
c) Security protocols
What does UDP stand for?
User Datagram Protocol (UDP)
What is UDP?
is a connectionless protocol that does not establish a connection between devices before a transmission.
This makes it less reliable than TCP. But it also means that it works well for transmissions that need to get to their destination quickly.