Networking Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a computer network?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a server?

A

A physical device that provides a service to another computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a client?

A

A computer which can request data from a server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a communication medium?

A

A channel specifically for communication in which data can be sent. Can be cabled or wireless.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a network adaptor?

A

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].

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a router / wireless access point?

A

A device that forwards data packets between computer networks. Used to provide connectivity between devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are network resources?

A

Data, information and hardware devices which can be accessed by a group of computers through a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a user?

A

A person who uses a client.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are protocols?

A

A set of rules / procedures that control the communication process between electrical devices.

  • File Transfer
  • Mail
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of a TCP [Transmission Control Protocol] and where is it located?

A

Breaks data into small units called packets to be sent across the internet. Puts packets in correct order at receiving end. Transport layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the purpose of an IP?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the purpose of a mail protocol?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the purpose of a HTTP [Hypertext Transfer Protocol] and where is it located?

A

HTTP [Hypertext Transfer Protocol]: Used to transmit HTML pages. Application layer.

HTTPS [Secure Protocol]: Used for secure connections such as online banking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the purpose of a FTP [File Transfer Protocol] and where is it located?

A

Used to copy files from one computer to another over a network. Application layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the advantages of a computer network?

A
  • Communication.
  • Share software.
  • File sharing.
  • Security.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the disadvantages of a computer network?

A
  • Costly.
  • Expertise.
  • Hackable.
  • Virus.
  • Reliance on central server.
17
Q

What is the purpose of a UDP [User Datagram Protocol] and where is it located?

A

Breaks data into small units called packets to be sent across the internet. Puts packets in correct order at receiving end. Keeps a steady connection and doesn’t have error checking. Transport layer.

18
Q

What is the application layer?

A

The place where applications are run. When data is sent, it is encoded.

19
Q

What is the transport layer?

A

Organises packets to ensure that they’re the correct size and adds information. Sets up the communication between hosts and agrees settings (packet size / language…).

20
Q

What is the network layer?

A

Attaches the IP address of the destination and current location of the packet, allowing it to travel to the correct location.

21
Q

What is the link layer?

A

Attaches the MAC address to the data packet as the device’s unique identifier. The NIC and the OS drivers are located in the link layer. Furthermore, it transmits the data through the local network using the network protocols, such as Ethernet.

22
Q

What is the order in which data is passed through the network layers?

A

Application
Transport
Network
Link

23
Q

What is the purpose of SMTP [Simple Mail Transfer Protocol]?

A

Used to send mail.

24
Q

What is the purpose of POP3 [Post Office Protocol]?

A

Used to receive mail.

25
Q

What is a standalone?

A

A client which is not connected to the internet in any way.

26
Q

What is bandwidth?

A

Amount of data that can be transmitted in a fixed amount of time. Measured in bps (bits per second).

27
Q

What is baud rate?

A

Measurement of how fast a change of stats occurs.

28
Q

What is a data packet?

A

A unit of data put into a single packet that travels along a network path. Reassembled at the receiving end.

29
Q

What is an API [Application Programming Interface]?

A
  • APIs expose certain functionality.
  • Link a page to a third-party provider.
  • Websites called “mashups” are created with multiple APIs together.
30
Q

What are the 4 major methods of network security?

A

Encryption; Authentication; MAC Address Filtering; Firewall.

31
Q

What is encryption?

A

Where text is rewritten using different symbols and methods in order to make it hard to read. Must be decrypted later.

32
Q

What is authentication?

A

The use of a username / password system in order to validate who is using the client.

33
Q

What is MAC address filtering?

A

The use of either whitelisting (allowing) certain MAC addresses to access something. It can also be the use of blacklisting (disallowing) certain MAC addresses from accessing something.

34
Q

What is firewall?

A

A method of network security where certain ports are closed to stop unwanted data or reduce network traffic.