Networking Flashcards
What is a computer network?
A computer network is a group of two or more computers which are connected together. This can be either a LAN (local area network) or WAN (wide area network); physical (cable) or wireless.
What is a server?
A physical device that provides a service to another computer.
What is a client?
A computer which can request data from a server.
What is a communication medium?
A channel specifically for communication in which data can be sent. Can be cabled or wireless.
What is a network adaptor?
A component of a computer’s internal hardware which is used to communicate over a network with another computer. Provides wired and wireless connectivity. Commonly known as a NIC [Network Interface Card].
What is a router / wireless access point?
A device that forwards data packets between computer networks. Used to provide connectivity between devices.
What are network resources?
Data, information and hardware devices which can be accessed by a group of computers through a network.
What is a user?
A person who uses a client.
What are protocols?
A set of rules / procedures that control the communication process between electrical devices.
- File Transfer
What is the purpose of a TCP [Transmission Control Protocol] and where is it located?
Breaks data into small units called packets to be sent across the internet. Puts packets in correct order at receiving end. Transport layer.
What is the purpose of an IP?
Provides an addressing scheme that is used to identify individual computers/networks on the internet.
V4: Limited amounts of IP addresses.
V6: Many different available IP addresses to hold those of mobile devices.
What is the purpose of a mail protocol?
SMTP [Simple Mail Transfer Protocol]: Used to send mail.
POP3 [Post Office Protocol]: Used to receive mail.
Both SMTP and POP3 use TCP to manage transmission and delivery across the internet.
What is the purpose of a HTTP [Hypertext Transfer Protocol] and where is it located?
HTTP [Hypertext Transfer Protocol]: Used to transmit HTML pages. Application layer.
HTTPS [Secure Protocol]: Used for secure connections such as online banking.
What is the purpose of a FTP [File Transfer Protocol] and where is it located?
Used to copy files from one computer to another over a network. Application layer.
What are the advantages of a computer network?
- Communication.
- Share software.
- File sharing.
- Security.