SLR22 TCPIP and protocols Flashcards
Transmission Control Protocol/Internet Protocol stack
“The most common general-purpose standard protocol that allows any networked computers (including those on the internet) to communicate with each other whatever their equipment.”
Application layer
“Contains the communications protocols and interface methods used in process-to-process communications across an Internet Protocol (IP) computer network.”
Transport layer
“Contains the host-to-host communication service protocols for applications.”
Network layer
“Contains the protocols responsible for packet forwarding including routing through intermediate routers.”
Link layer
“Contains the protocols which move packets between the Internet layer interfaces of two different hosts on the same link. The lowest component layer of the Internet protocols, as TCP/IP is designed to be hardware independent. As a result, TCP/IP may be implemented on top of virtually any hardware networking technology.”
Media Access Control
“A unique identifier assigned to network interfaces for communications at the data link layer of a network segment. MAC addresses are used as a network address for most network technologies, including Ethernet and Wi-Fi.”
File Transfer Protocol
“A standard network protocol used for the transfer of computer files between a client and server on a computer network.”
Hypertext Transfer Protocol
“The foundation of data communication for the World Wide Web. Hypertext is structured text that uses logical links (hyperlinks) between nodes containing text.”
Hypertext Transfer Protocol Secure
“The use of Secure Socket Layer (SSL) or Transport Layer Security (TLS) as a sublayer under regular HTTP application layering. HTTPS encrypts and decrypts user page requests as well as the pages that are returned by the web server.”
Post Office Protocol 3
“The most recent version of a standard protocol for receiving email. POP3 is a client/server protocol in which email is received and held for you by your internet server.”
Simple Mail Transfer Protocol
“An internet standard for electronic mail (email) transmission.”
SSH
Secure Shell: “A network protocol that provides administrators with a secure way to access a remote computer. SSH also refers to the suite of utilities that implement the protocol.”
Email server
“A computer system that sends and receives email. Mail servers send and receive email using standard email protocols. For example, the SMTP protocol sends messages and handles outgoing mail requests.”
Web server
“A program that uses HTTP (Hypertext Transfer Protocol) to serve the files that form Web pages to users, in response to their requests, which are forwarded by their computers’ HTTP clients. Dedicated computers and appliances may be referred to as web servers as well.”
Subnets
“An identifiably separate part of an organisation’s network. Typically, a subnet may represent all the machines at one geographic location, in one building, or on the same local area network (LAN).”
Subnet mask
“A number that defines a range of IP addresses that can be used in a network.”
IPv4
“The fourth revision of the IP and a widely used protocol in data communication over different kinds of networks.”
IPv6
“Most recent version of the Internet Protocol (IP), the communications protocol that provides an identification and location system for computers on networks and routes traffic across the Internet.”
Dynamic Host Configuration Protocol
“A network protocol that enables a server to automatically assign an IP address to a computer from a defined range of numbers (i.e., a scope) configured for a given network.”
Network Address Translation
“A method of remapping one IP address space into another by modifying network address information in Internet Protocol (IP) datagram packet headers while they are in transit across a traffic routing device.”
Port forwarding
“The application of network address translation (NAT) that redirects a communication request from one address and port number combination to another while the packets are traversing a network gateway, such as a router or firewall.”
WebSocket
“A computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol enables interaction between a browser and a web server with lower overheads, facilitating real-time data transfer from and to the server.”
Create, Retrieve, Update, Delete
“Refers to the four major functions implemented in database applications.”
JavaScript Object Notation
“A lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.”
XML
“A metalanguage which allows users to define their own customised mark-up languages, especially to display documents on the internet.”
Thin-client computing
“A lightweight computer that is purpose-built for remoting into a server (typically cloud or desktop virtualisation environments). It depends heavily on another computer (its server) to fulfil its computational roles.”
Thick-client computing
“A computer (client) in client-server architecture or networks that typically provides rich functionality independent of the central server.”
“The most common general-purpose standard protocol that allows any networked computers (including those on the internet) to communicate with each other whatever their equipment.”
Transmission Control Protocol/Internet Protocol stack
“Contains the communications protocols and interface methods used in process-to-process communications across an Internet Protocol (IP) computer network.”
Application layer
“Contains the host-to-host communication service protocols for applications.”
Transport layer
“Contains the protocols responsible for packet forwarding including routing through intermediate routers.”
Network layer
“Contains the protocols which move packets between the Internet layer interfaces of two different hosts on the same link. The lowest component layer of the Internet protocols, as TCP/IP is designed to be hardware independent. As a result, TCP/IP may be implemented on top of virtually any hardware networking technology.”
Link layer
“A unique identifier assigned to network interfaces for communications at the data link layer of a network segment. MAC addresses are used as a network address for most network technologies, including Ethernet and Wi-Fi.”
Media Access Control
“A standard network protocol used for the transfer of computer files between a client and server on a computer network.”
File Transfer Protocol
“The foundation of data communication for the World Wide Web. Hypertext is structured text that uses logical links (hyperlinks) between nodes containing text.”
Hypertext Transfer Protocol
“The use of Secure Socket Layer (SSL) or Transport Layer Security (TLS) as a sublayer under regular HTTP application layering. HTTPS encrypts and decrypts user page requests as well as the pages that are returned by the web server.”
Hypertext Transfer Protocol Secure
“The most recent version of a standard protocol for receiving email. POP3 is a client/server protocol in which email is received and held for you by your internet server.”
Post Office Protocol 3
“An internet standard for electronic mail (email) transmission.”
Simple Mail Transfer Protocol
Secure Shell: “A network protocol that provides administrators with a secure way to access a remote computer. SSH also refers to the suite of utilities that implement the protocol.”
SSH
“A computer system that sends and receives email. Mail servers send and receive email using standard email protocols. For example, the SMTP protocol sends messages and handles outgoing mail requests.”
Email server
“A program that uses HTTP (Hypertext Transfer Protocol) to serve the files that form Web pages to users, in response to their requests, which are forwarded by their computers’ HTTP clients. Dedicated computers and appliances may be referred to as web servers as well.”
Web server
“An identifiably separate part of an organisation’s network. Typically, a subnet may represent all the machines at one geographic location, in one building, or on the same local area network (LAN).”
Subnets
“A number that defines a range of IP addresses that can be used in a network.”
Subnet mask
“The fourth revision of the IP and a widely used protocol in data communication over different kinds of networks.”
IPv4
“Most recent version of the Internet Protocol (IP), the communications protocol that provides an identification and location system for computers on networks and routes traffic across the Internet.”
IPv6
“A network protocol that enables a server to automatically assign an IP address to a computer from a defined range of numbers (i.e., a scope) configured for a given network.”
Dynamic Host Configuration Protocol
“A method of remapping one IP address space into another by modifying network address information in Internet Protocol (IP) datagram packet headers while they are in transit across a traffic routing device.”
Network Address Translation
“The application of network address translation (NAT) that redirects a communication request from one address and port number combination to another while the packets are traversing a network gateway, such as a router or firewall.”
Port forwarding
“A computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol enables interaction between a browser and a web server with lower overheads, facilitating real-time data transfer from and to the server.”
WebSocket
“Refers to the four major functions implemented in database applications.”
Create, Retrieve, Update, Delete
“A lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.”
JavaScript Object Notation
“A metalanguage which allows users to define their own customised mark-up languages, especially to display documents on the internet.”
XML
“A lightweight computer that is purpose-built for remoting into a server (typically cloud or desktop virtualisation environments). It depends heavily on another computer (its server) to fulfil its computational roles.”
Thin-client computing
“A computer (client) in client-server architecture or networks that typically provides rich functionality independent of the central server.”
Thick-client computing