Chapter 3 - Protocols And Models Flashcards

1
Q

What is the Structure of a Network/Communication System?

A
  • Message Source
  • Channel
  • Message Destination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Rules Within a Communication System

A
Encoding
   - the language being used between devices
Formatting
   - the structure of the communication
Message Size
   - limited to allow for effectiveness 
Timing
   - controls the flow of the data and timeout period
Delivery
   - unicast, multicast or broadcast
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What Are Protocols and Their Services?

A

A formal description of a set of rules and conventions that govern particular aspects of how devices on a network communicate. Their services include:

  • Device Addressing
  • Data Format
  • Reliability and Flow Control
  • Data Sequencing
  • Application Interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What Are the Layers of Protocols?

A

Application Layer: DNS, DHCP, SMTP, POP3, IMAP, FTP, HTTP

Transport Layer: TCP, UDP

Internet Layer: IP, NAT, ICMP, OSPF, EIGRP, BGP

Network Access Layer: ARP, ETHERNET, WLAN

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

What Are the Functions of the Main Network Protocols?

A

HTTP: governs the way that a web server and a web client interact, providing an application interface

TCP: divides the HTTP messages into segments and provides reliability, flow control and sequencing

IP: encapsulates the segments into packets, assigns the appropriate addresses and selects the best path to the destination host

ETHERNET: takes the IP packets and formats them to be transmitted over the network media, providing error detection

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

What Are the International Standards Organisations?

A
  • Internet Society (ISOC)
  • Internet Architecture Board (IAB)
  • Internet Engineering Task Force (IETF)
  • Internet Research Task Force (IRTF)
  • ICANN
  • IANA
  • IEEE
  • ISO
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What Types of Reference Models are Available?

A
  • Open Systems Interconnection (OSI): the most widely used inter-network reference model
  • TCP/IP: a protocol based model that describes the functions that occur at each layer of the TCP/IP suite
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How Does the Encapsulation Process Occur?

A
  1. Application - data is generated here
  2. Transport - a TCP header is added to the segment
  3. Internet - an IP header is added to the packet for end-to-end connectivity
  4. Network Access - a physical address and error check function are added to the frame
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How Does the De-Encapsulation Process Occur?

A
  1. Network Access - frame is rebuilt, physical address is checked and removed, error check performed
  2. Internet - packet is examined, logical address is checked
  3. Transport - segment is examined, header is checked and then deleted
  4. Application - data recovered is handed to the required protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Difference Between a Physical and Logical Address?

A

A Physical address is used for local delivery only and doesn’t provide network identity (e.g. MAC addresses)

A Logical address is used for end-to-end delivery and provides network identity (e.g. source/destination IP addresses)

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