Chapter 3 - Protocols And Models Flashcards
What is the Structure of a Network/Communication System?
- Message Source
- Channel
- Message Destination
Rules Within a Communication System
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
What Are Protocols and Their Services?
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
What Are the Layers of Protocols?
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
What Are the Functions of the Main Network Protocols?
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
What Are the International Standards Organisations?
- Internet Society (ISOC)
- Internet Architecture Board (IAB)
- Internet Engineering Task Force (IETF)
- Internet Research Task Force (IRTF)
- ICANN
- IANA
- IEEE
- ISO
What Types of Reference Models are Available?
- 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 Does the Encapsulation Process Occur?
- Application - data is generated here
- Transport - a TCP header is added to the segment
- Internet - an IP header is added to the packet for end-to-end connectivity
- Network Access - a physical address and error check function are added to the frame
How Does the De-Encapsulation Process Occur?
- Network Access - frame is rebuilt, physical address is checked and removed, error check performed
- Internet - packet is examined, logical address is checked
- Transport - segment is examined, header is checked and then deleted
- Application - data recovered is handed to the required protocol
What is the Difference Between a Physical and Logical Address?
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)