Networking and Internet Flashcards

1
Q

Protocol

A

A standard set of rules that allows devices to communicate.

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

Serial computing

A
  1. Run on single processor
  2. Problem broken into discrete instructions
  3. Instructions executed one after the other
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Parallel computing

A

The use of several processors to perform one SINGLE TASK

  1. Run on multiple processors
  2. Problem broken into discrete parts that can be solved concurrently
  3. Parts broken into discrete instructions
  4. Instructions executed on multiple processors simultaneously
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

WAN

A

A set of links-that-connect geographically remote computers and local area networks.

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

LAN

A

Group of devices, computers, printers, scanners, under the control of one organization in a small geographical area.

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

Gateway

A

Device that connects networks that use different protocols.

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

Server

A

A software process that provides a service request by a client

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

Client

A

A software process that requests and uses the services provided by a server

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

MAC (address)

A

A media access control address also called physical address, is a unique identifier assigned to network interfaces for communications on the physical network segment

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

IP (v4) address

A

A unique address that identifies a device on a network: 32 bits e.g. 192.168.168.5

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

Switch

A

Networking device that connects devices together on a network, by using packet switching to receive, process and forward data to the destination device. (Wiki) (Switching: examining packets and routing them to a specific destination)

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

Router

A

Device that connects networks that use the same protocol. It forwards packets by using the IP address

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

TCP/IP

A

A set of working practices that follow all internet users to communicate with each other whatever their equipment

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

Datagram/ packet

A

Group of bits containing, source/ destination address, error control bits and data payload

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

Socket

A

Combination of host IP address and a port number. It forms a bidirectional communication path between the end processes or applications
e.g. 192.168.168.2:1045

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

Port

A

an address for a software process e.g. 80

17
Q

Encapsulation

A

Inclusion of one data structure within another e.g. contents of data payload are hidden from the TCP layer data that packages it.

18
Q

Giving an example, explain why network protocols are necessary

A

Because otherwise computers wouldn’t be able to communicate with each other. For example: if two computers didn’t use FTP protocol they wouldn’t be able to share files.