Communication Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the requirements of a data communication system?

A

Sender, Receiver, Transmission Medium, Message and a Protocol

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

What is meant by a message?

A

Any type of transmitted data

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

When can a message only be transmitted?

A

When there is an agreed protocol

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

Where can data communications systems be used?

A

For any network, including an isolated network

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

What are the different topologies that can be also used for an isolated network?

A
Point-to-Point Connection
Star Network
Bus Network
Ring Network
Mesh Network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a computer that is connected to one of these networks called?

A

End system

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

What is the cable called that connects end systems?

A

network link

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

State what is meant by a bus topology?

A

One network link
Shared by a number of end systems
Has multi-point connections
No direct connections between any pair of end-systems

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

State what is meant by a ring topology?

A

Each end system has a point to point connection to the two adjacent end systems

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

State what is meant by a mesh topology

A

Each end system has a point to point connection to each of the other end systems

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

State what is meant by a star topology

A

Each end system has a point to point connection to the central device

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

What did old systems use?

A

BUS/RING networks that had servers and workstations

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

How is a star topology structured?

A

Workstations/servers but it uses a central device - router/switch/hub.
The central device can be used to connect the network to other networks such as the internet.
A specialised application is to use the star topology to function logically as a ring. With the appropriate software installed, each end system can function as though it has 2 directly connected neighbours.

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

What is meant by HTTP?

A

Underpins the world wide web - it is an application layer protocol that is used everytime a website is accessed using a browser.

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

What type of protocol is HTTP?

A

a transaction-oriented, client-server protocol

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

What does a transaction involving HTTP look like?

A

It involves the client sending a request message and the server sending back a response message. The HTTP protocol defines the format of the message.

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

What does a message request look like in HTTP?

A
1st line is the request line.
It can be followed by header lines.
They all use ASCII coding.
<> CRLF 
CR = carriage return
LF = line feed
The method is normally GET (not POST).
Many versions of HTTP as time has evolved
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Describe the events of when a browser accesses a web page.

A
  1. HTTP transmits a request message
  2. TCP creates 1 or more packets and sends the first 1 to IP using port 80 for the destination port and a temporary port number for the sending port.
  3. IP uses the URL in the message to get an IP address using DNS and sends a datagram.
  4. At the server, IP forwards datagram to TCP
  5. The server TCP sends an acknowledgement
  6. When a connection has been established, TCP sends remaining packets, if any, to IP which forwards them through server and TCP to the server application layer.
  7. HTTP transmits a response message which is transmitted via TCP->IP->IP->TCP->Client browser application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

State the different types of email protocols that are responsible for receiving an email

A

POP3 (pull)
IMAP
HTTP (browser)

20
Q

State the different types of email protocols that are responsible for sending emails

A

SMTP (push)

21
Q

How does an email protocol work?

A

Email sender sends an email via SMTP.
The mail server has a server and client. It will send the email out over the internet via SMTP.
The receiver has a mail server which has a server. It passes the email onto another server, which is then passed onto the receiver client using POP3

22
Q

How does an email protocol work?

What is the difference between IMAP and POP3?

A

IMAP allows for synchronisation between different inboxes. The email is not downloaded onto individual machines

POP3 does allow for emails to be downloaded. POP3 also takes up more storage space.

23
Q

What is meant by FTP?

A

It is a protocol that is responsible for transferring files from one computer to another. Attaching a file to an email is FTP

24
Q

How does FTP handle different operating systems with different file systems?

A

It has 2 channels. A data channel as well as a communication (control) channel.

25
Q

What is meant by a protocol?

A

It is a set of rules for data transmission which are agreed by the sender and receiver.

26
Q

State what is meant by TCP/IP?

A

It is a protocol suite for internet usage

27
Q

TCP/IP contains a number of stacks of layers. List them all

A
Application
Transport
Network
Data Link
Physical
28
Q

List the layers that are a part of the TCP/IP suite

A

Application
Transport
Network

29
Q

What does each layer apart from physical have?

A

Software installed on them and the router

30
Q

What does the software on each layer provide?

A

The capability to receive and transmit data in a full duplex mode to an adjacent layer

31
Q

What is meant by full duplex data transmission?

A

Data that travels in both directions at the same time

32
Q

How are protocols in the upper layers serviced?

A

By the protocols in the lower level

33
Q

What is the aim/result of TCP/IP?

A

That an application on one-end system can behave as though there was a direct connection with an application running on a different end-system.

34
Q

What are the protocols used on each of the TCP/IP suite layers?

A

Application - HTTP, SMTP,

POP3, FTP, DNS

Transport - TCP, UDP, SCTP

Network: IP, IGMP, ICMP, ARP

35
Q

What is TCP not concerned with when sending data packets?

A

The address of the receiving end

36
Q

What happens if more than one packet is to be sent?

A

A sequence number is included on the data packet so that the end user can reassemble the packets

37
Q

What is meant by TCP being connection oriented?

A

That it will put reliability over speed by putting into place rules to ensure that packets arrive in the right data

38
Q

How are the packets sent to ensure there are few difficulties?

A

Only one packet is sent to the network layer. Once the connection has been established, the TCP sends the other packets and receive response packets containing acknowledgements. This allows missing packets to be identified and resent.

39
Q

What is the purpose of the network layer?

A

To ensure correct routing is made over the internet

40
Q

How does the network layer work?

A

It uses IP.
It takes the packet received from the transport layer and adds a further header = IP addresses of both the sender and the receiver.
To find the IP address of the receiver, it is likely DNS systems are used to find the correct address matching the URL supplied in the user data.

41
Q

What is another name for a data packet?

A

datagram

42
Q

Where is a datagram sent after it is has been in the network layer?

A

The data link layer

43
Q

What happens at the data link layer?

A

The data link layer assembles data grams into frames.

This is when transmission begins.

44
Q

What occurs to the IP layer during the data link layer?

A

Once the IP packet has been sent to this layer, IP plays no further role as IP functions as a connectionless service.
If IP receives a packet which contains an acknowledgement of a previously sent packet, it will simply pass the packet on to TCP with no awareness of content.

45
Q

State what is meant by the ethernet protocol

A

Ethernet protocol is responsible for the rules transmitting of packets especially in local area networks. It uses connectionless service.

46
Q

What is meant by ethernet?

A

It transmits data in frames. Each frame contains a source address and a destination address. The address is the physical/MAc address which is used to identify a NIC