The Bits and Bytes of Computer Networking 1 Flashcards

1
Q

What is a protocol?

A

A defined set of standards that computers must follow in order to communicate properly.

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

What are the 5 levels of the TCP / IP Network Model? Starting from the bottom.

A
1 Physical Layer
2 Data Link Layer
3 Network Layer
4 Transport Layer
5 Application Layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In the OSI model, what are the 3 layers that the application layer is split into? From the bottom.

A

5 Session Layer
6 Presentation Layer
7 Application Layer

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

What is the physical layer?

A

Layer 1, the physical devices that interconnect computers.

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

What is the data link layer?

A

Layer 2, responsible for defining a common way of interpreting the signals that are sent over the physical layer, so that network devices can communicate.

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

What is the network layer?

A

Layer 3, allows different networks to communicate with each other through routers.

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

What is the transport layer?

A

Layer 4, sorts out which client and server programs are supposed to get the received data.

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

What is the application layer?

A

Layer 7, the actual data being sent.

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

What address is used at layer 2?

A

MAC address.

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

What address is used at layer 3?

A

IP address.

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

What protocol is used at layer 3?

A

Internet Protocol (IP)

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

What 2 protocols are used at layer 4?

A

Transmission Control Protocol (TCP)

User Datagram Protocol (UDP)

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

What are the main differences between TCP and UDP?

A
TCP = slower but very reliable.
UDP = fast but unreliable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the two types of data transfer cable at the physical layer, and how is data sent across each type?

A

Twisted copper pairs - binary is communicated across the wires as voltage changes.

Fibre optic - binary is communicated across the glass fibres by beams of light.

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

What is Crosstalk?

A

On copper cables, when an electrical pulse on one wire is mistakenly detected on another wire, results in missing/ incorrect data.

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

What are 2 benefits and a disadvantage of fibre optic cables?

A

Faster and longer distance transfer.
Less risk of data loss.
Expensive and fragile.

17
Q

What Layer does a hub operate on?

A

1 - Physical layer.

18
Q

What is a common issue with hubs?

A

Collision domain - As they send the information to every device on the network, can result in the electrical pulses of the various data being sent interfering with each other. Devices have to wait until network is quiet, which results in slow communications.

19
Q

Which Layer does a switch operate on, and what address does it use to send data?

A

2 - Data link layer, MAC address.

20
Q

What kind of network do hubs and switches connect devices on?

A

A LAN.

21
Q

What does a router do, and what addresses/ layer does it use?

A

Connects devices on different networks (eg home network to ISP), IP addresses, layer 3 - network layer.

22
Q

What Protocol does a router use?

A

BGP Border Gateway Protocol.

23
Q

What is modulation and line coding?

A

A way of varying the voltage of the charge moving across a cable. Line coding is when this is specifically used for computing, to communicate binary.

24
Q

What is the difference between simplex and duplex communication, and give an example of each.

A

Duplex - information flows both ways on the cable, eg, phone call.
Simplex - information only goes one direction, eg, baby monitor.

25
Q

What is Full Duplex vs half duplex?

A

Full - some pairs of wires are reserved for transmitting in each direction, communication from both ends can be simultaneous.

Half - only one device can communicate at a time.

26
Q

What is the most common kind of cable plug?

A

RJ45.