CO1 Protocols Flashcards

1
Q

What is a protocol?

A

Is a set of rules to govern communication and data transmission

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

What are the protocol components ?

A

How to set up a connection
How to end a connection
How to start a message
How to end a message
How to deal with corrupted data
How to format the data being sent

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

What need to happen before communication can take place?

A

Error correction
-odd /even parity , check sum ,echoing
Connection media
-Cable /wirless
Mode of transmission
- Simplex/duplex/serial/parallel
Code used for characters
-ASCII, UNICODE
Bit rate
- used for communication

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

What are the standard network protocols?

A

TCP/IP is the network protocol used on the the internet

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

What is the TCP/IP

A

Transmission Control Protocol

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

What are layers ?

A

Group of protocols organised by a function
Many models
Eg TCP = 4 layers

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

What are the benefits of Layers?

A
  • We can focus on one layer at a time
  • when u develop software and hardware as you can focus on one small part instead of everything else
  • we can test it separately
  • we can recognise it by what layer does what
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the main Protocols ?

A

HTTP- web pages, FTP- FILE TRANSFER PROTOCOL ,SMTP- sending to a server ,POP- moves a message so can’t be seen everywhere , IMAP- copies message so can be seen everywhere

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

What are the 4 layers ?

A

Layer 4 - Application
Layer3 - Transport
Layer 2 - Internet/ IP layer
Layer 1 - Network or Datalink

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

What is the Application layer ?

A
  • Deals with the data
  • Provides access to email and files and websites across ip network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the transport Layer?

A
  • Splits data into packets and number sequentially
  • Adds port number to be used
  • error checking
  • Connectionless mode transmitter just send packets with out setting up session
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Ip layer

A
  • Sorts out how data gets from one place to another
  • sorts out ip
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the link layer ?

A
  • Operates across a physical connection
  • sends it through the wire
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What’s the difference between physical and logical protocols?

A

Physical protocols is set of rules for hardware
Logical is set of rules for software

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