YEAR 1 CO1 WEEK 23 PROTOCOLS Flashcards

You may prefer our related Brainscape-certified 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
    Layer where communication process begins.
    Interacts directly with software application such as Web browsers and email clients.
    Prepares data for transmission by converting into format that can be sent + received over the 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
  • Connection-less mode transmitter just send packets with out setting up session
    Receives data from application layer.
    Responsible for end-to-end communication between source and destination.
    Breaks data into smaller equal parts called packets.
    Each assigned numbers so can be reassembled in the correct order.
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
    Receives packets from transport layer.
    Adds header to each packet containing senders IP address + recievers IP address.
    Responsible for routing each packet across network using the IP addresses in the headers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the link layer ?

A

Receives packets from Internet Layer and prepares for transmission over physical network.
Translates digital packets into electrical, optical or wireless signal.
On receiving end translated back to digital packets.

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