Intro to NET Plus Flashcards
Chapter 1
Define Network
A group of computers and other devices (such as printers) that are connected by some type of transmission media.
What does HTTP stand for
Hypertext Transfer Protocol
What does HTTPS stand for
Hypertext Transfer Protocol Security
Why does HTTP has a S
HTTP receives an S because is layered on top of an encryption protocol, such as SSL and TLS
What is SSL
Secure Socket Layer
What is TLS
Transport Layer Security
What are examples of Client-Server
- Web Server
- Email Server
- FTP service
- Telnet Service
- Remote Desktop
- Remote application
What does SMTP stand for
Simple Mail Transfer Protocol
What does POP3 stand for
Post Office Protocol version 3
What does IMAP4 stand for
Internet Message Access Protocol version 4
What does FTP stand for
File Transfer Protocol
What does SFTP stand for
Secure File Transfer Protocol
What does RDP stand for
Remote Desktop Protocol
What does UC stand for
Unified Communication
What does VoIP stand for
Voice over Internet Protocol
What does VTC stand for
Video Teleconference
What does RTP stand for
Real-time Transport Protocol
What does QoS stand for
Quality of Service
What does NOS stand for
Network Operating Systems
What does P2P stand for
Peer to Peer
What does AD stand for and what is AD for
Active Directory and is a centralized directory database that contains information and security for the entire group of computers
What does AD DS stand for
Active Directory Domain Services
What does NIC stand for
Network Interface Card
What is a NODE
Any computer or device on a network that can be addressed on a local network
What is a host
Any computer on a network that hosts a resource such as an application or data
What does OSI stand for
Open System Interconnection
How many layer does the OSI have and what are those layers
There are 7 layers and are:
- 7 - Application Layer
- 6 - Presentation Layer
- 5 - Session Layer
- 4 - Transport Layer
- 3 - Network Layer
- 2 - Data Link Layer
- 1 - Physical Layer
What is the name of a network layer protocol that specifies the format of packets and addressing scheme in network communications?
Internet Protocol (IP)
Transmission Control Protocol (TCP) is an example of a connectionless protocol. Because TCP doesn’t support three-way handshake while establishing a network connection, it is referred to as unreliable or best-effort protocol
False
User Datagram Protocol (UDP) is a connection-oriented protocol using a three-way handshake which is a set of initial steps required for establishing network connection. UDP supports retransmission of lost packets, flow control (managing the amount of data that is being sent), and sequencing (rearranging packets that arrived out of order).
False