3. Communication Flashcards

1
Q

First layer in the TCP/IP 5-layer stack model name and role (3)

A

Physical layer
- Transmits raw data
- Consists of hardware such as switches and routers
- Deals with all aspects of setting up and maintaining a link between communicating computers

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

Second layer in the TCP/IP 5-layer stack model name and role

A

Data link layer
- Sends data from the network layer (contains routers) to the physical layer (to transmit raw data)
- Divides the data to be sent into data frames
- Handles the acknowledgements sent from receiver - handshaking
- Ensures incoming data has been received correctly

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

Third layer in the TCP/IP 5-layer stack model name and role

A

Network layer
- Responsible for the addressing and routing of data
- Includes routers to direct data from sender to reciever

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

Fourth layer in the TCP/IP 5-layer stack model name and role

A

Transport layer
- Ensures data is transferred from one point to another reliably and without errors
- Responsible for making sure data’s sent and received in correct order
- Acts as an interface between communicating computers and the network

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

Fifth layer in the TCP/IP 5-layer stack model name and role

A

Application Layer
- Provides interfaces to the software to allow it to use the network

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

IP address definition

A

An address using the Internet Protocol which can uniquely identify every device on the internet, thus allowing communication between them

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

How does DNS work?

A
  • User types website’s name into browser
  • Browser sends it to a DNS server
  • Server checks in its database and finds corresponding IP address
  • This unique address is then used to route you to the appropriate webpage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Circuit switching defintion

A

Provides a dedicated link between 2 nodes; no other data can be transmitted along same route while the connection’s open; e.g. landline phone system

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

Circuit switching ✅ and ❌

A

✅Reliable, fast once connection established, error free
❌Takes time to establish connection

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

Packet switching definition

A

Data is split into packets which are routed (along the best route) along the network by routers and then reassembled e.g. The Internet

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

Packet switching ✅ and ❌

A

✅Don’t need dedicated line, can take alternative routes, efficient - only one packet needs to be re-sent
❌Could arrive in wrong order, delay til all arrived, large memory to hold packets until all arrived

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

Contents of a TCP/IP packet (6)

A
  • Source address
  • Destination address
  • info allowing reassemblage (no. split into, the packet’s no.)
  • the data
  • a checksum that checks the data hasn’t been corrupted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Ring network - describe

A

Nodes are connected in a ring - each node connects to 2 others

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

Ring network ✅and ❌

A

✅High transfer speeds - no collisions/bottleneck - single path in one direction - simple definition
❌ if one node fails, network fails

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

Bus network definition

A

Nodes are directly connected to a common linear cable/bus

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

Bus network ✅and ❌

A

✅Cheap and easy to set up and add new nodes
❌Not that secure
Can be slow if heavy traffic
Break in main bus - break network

17
Q

How data is transferred in ring and bus network

A

Message is sent along - location check if it’s for it - not for it them passes on to next node - if for it - download

18
Q

Mesh network definition

A

Uses direct communication between each node

19
Q

Mesh network ✅ and ❌

A

✅reliable
✅very robust- no single point which will bring down network
✅data can be routed both via other nodes and directly transported
❌expensive and complex to set up

20
Q

Wired network ✅ and ❌

A

✅ transmission speeds are faster and more secure
❌ difficult and expensive to install

21
Q

Wireless network ✅and ❌

A

✅ mobile equipment can log in
✅ easy and cheap to install
❌ can be hacked more easily
❌ transmissions speeds slow as more users join

22
Q

Network definition

A

A collection of computing devices connected together

23
Q

Network ✅ and❌

A

✅ share hardware, software and data
✅ computers can communicate
✅ administration can be centralised
✅ can log onto any device
❌ viruses can spread to all computers ❌hackers can access whole network
❌can be pricey
❌slower

24
Q

LAN definition

A

Local area network
Computer systems are all located relatively close to each other

25
Q

WAN definition

A

Wide access network
Computer systems are all located far from each other e.g internet
LANS can be linked using WANS

26
Q

Star ⭐️ network definition

A

Each node connected to a central node (file server/hub)

27
Q

Star ⭐️ network ✅ and ❌

A

✅ fast connection
✅ simple fault finding
✅ reliable
✅ high transfer speeds (fewer collisions)
❌$$🫰💵💰
❌main switch fails - network fails
❌central switch can get congested

28
Q

Domain name defintion

A

Domain names are user-friendly names that save us from having to remember IP addresses.

29
Q

DNS definition

A

Domain Name Servers convert domain names to the IP addresses needed to locate resources on the internet

30
Q

URL defintion

A

The unique address of a webpage or other internet resource

31
Q

What should protocols consists of

A

A set of instructions
- a handshake
- type of error checking to be used
- data compression method
- how both devices will indicate that they have finished sending/receiving

32
Q

Ethernet

A

Wired protocol

33
Q

WiFi

A

Protocol for wireless communication
2 standards- Bluetooth and 801.1

34
Q

TCP/IP

A

Transmission Control Protocol and internet protocol- basic protocol of the internet

35
Q

HTTP-

A

transfer of web pages over the internet

36
Q

HTTPS

A

Secure form of HTTP

37
Q

FTP

A

File transfer protocol- transferring data over the internet

38
Q

SMTP

A

For email to a mail server - sends the email to a mail server

39
Q

POP3 and IMAP

A

For email between computer systems