S HEET I C HAPTER 1 + C HAPTER 2 Imane M. Amin Fahmy Ismail.

Slides:



Advertisements
Similar presentations
Data Communications System By Ajarn Preecha Pangsuban.
Advertisements

Chapter 1 Data Communications and Networks - Overview Data Communications deals with the transmission of signals in a reliable and effective manner. Topics.
Data and Computer Communications
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Semester Copyright USM EEE442 Computer Networks Introduction: Protocols En. Mohd Nazri Mahmud MPhil (Cambridge, UK) BEng (Essex, UK)
Protocols and the TCP/IP Suite
Data Communications Architecture Models. What is a Protocol? For two entities to communicate successfully, they must “speak the same language”. What is.
ECS 152A 1. Introduction. A Communications Model Source —generates data to be transmitted Transmitter —Converts data into transmittable signals Transmission.
Data and Computer Communications
William Stallings Data and Computer Communications 7th Edition
1 K. Salah Module 1.0: Introduction Definition Communication Model Type of networks –WAN –MAN –LAN, WLAN –PAN, WPAN Networking Technologies Network Switching.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, September 2011.
Switching breaks up large collision domains into smaller ones Collision domain is a network segment with two or more devices sharing the same Introduction.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
1 Networking Chapter Distributed Capabilities Communications architectures –Software that supports a group of networked computers Network operating.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
William Stallings Data and Computer Communications
Communication Networks - Overview CSE 3213 – Fall November 2015.
Data Communications and Networking Overview
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Protocols and Architecture Slide 1 Use of Standard Protocols.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Net 221D:Computer Networks Fundamentals
ECEN “Internet Protocols and Modeling” Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Lecture notes and.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 1 – Data Communications, Data Networks, and.
Data and Computer Communications Eighth Edition by William Stallings Chapter 1 – Data Communications, Data Networks, and the Internet.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications.
William Stallings Data and Computer Communications 7th Edition
Protocols and the TCP/IP Suite
Packet Switching Networks & Frame Relay
Introduction Supplementery Slides
Lecture (2).
Asynchronous Transfer Mode
CS408/533 Computer Networks Text: William Stallings Data and Computer Communications, 6th edition Chapter 1 - Introduction.
Distributed Systems.
Wide Area Network.
WAN technologies.
LAN Risanuri Hidayat.
Network Architecture Introductory material
Communications Processors and Software
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Relationship between bandwidth and the transmission capacity of a channel. Bandwidth => The bandwidth of a channel is the range of frequencies (difference.
Protocols and the TCP/IP Suite
ECEN 619 “Internet Protocols and Modeling”
Data and Computer Communications by William Stallings Eighth Edition
Review of Important Networking Concepts
William Stallings Data and Computer Communications 7th Edition
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
ECEN “Internet Protocols and Modeling”
William Stallings Data and Computer Communications 7th Edition
Process-to-Process Delivery:
Data Communication Networks
Switching Techniques.
TCP/IP Protocol Suite: Review
Network Architecture for Cyberspace
Chapter 1. Introduction Data Communications
William Stallings Data and Computer Communications
Protocols and the TCP/IP Suite
Data and Computer Communications by William Stallings Eighth Edition
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
Basics of Telecommunications and Networks
OSI Reference Model Unit II
Process-to-Process Delivery: UDP, TCP
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara
Unit – III Network Essentials
Presentation transcript:

S HEET I C HAPTER 1 + C HAPTER 2 Imane M. Amin Fahmy Ismail

Q UESTION 1: M ARK AS T RUE (T) OR AS F ALSE (F): Frame relay networks are designed to operate efficiently at high error rates. ( F ) The television broadcast transmission is considered as an example of simplex transmission. ( T ) The network access layer contains the logic needed to support the various user applications. ( F ) Flow control is a function of the network layer. ( F ) The maximum bandwidth of twisted pair is higher than coaxial cable. ( F )

Q UESTION 2: C HOOSE THE CORRECT WORD ( S ) TO COMPLETE THE FOLLOWING SENTENCES : The scope of LAN is small interconnecting a single building or a cluster of buildings. ATM uses fixed-length packets, called cells. Frame relay was developed to take advantage of: High data rates and Low error rate The source generates data to be transmitted. Internet Layer provides procedures used to allow data to traverse multiple interconnected networks, to provide communications between devices attached to different networks.

Q UESTION 3: G IVE ONE FUNCTION FOR EACH OF THE FOLLOWING :  The Transport Layer: This layer is responsible of providing a reliable delivery of data in the same order as sent. The commonly used transport protocol is the Transport Control Protocol (TCP)  The Network Access Layer: This layer is concerned with the exchange of data between an end system (server, workstation, etc.) and the network to which it is attached.

Q UESTION 3: G IVE ONE FUNCTION FOR EACH OF THE FOLLOWING :  The TCP/IP protocol: A standard protocol for packet switched network used by the global Internet protocol and comprises a large collection of standardized protocols  The ISP: The Internet Service Provider company that provides other companies or individuals access the internet through its telecommunications line and equipments.

Q UESTION 3: G IVE ONE FUNCTION FOR EACH OF THE FOLLOWING :  The Asynchronous Transfer Mode (ATM): This evolutionary technology came after frame relay but using the fixed packet length called cell. It offers little overhead for error control and higher data rates reaching Gbps ranges

Q UESTION 4: D IFFERENTIATE BETWEEN THE FOLLOWING : Circuit SwitchingPacket Switching A dedicated communication path established between two stations No dedicated path. Data are sent in a sequence of small chunks called “Packets” (64Kbps) Each node relays or route data over the path without delay. The data rate is constant over the link. Each node on the path: receive, store and re-transmit packets (use error control at each node) Ex: The telephone networkTerminal-to-computer and vice versa Frame RelayATM (Asynchronous Transfer mode) Data are sent in a sequence of variable size packets “frames” for higher data rates (up to 2Mbps) and lower error rate Data are sent in a sequence of fixed size packets “cells” (Cell relay). For higher data rates (Gbps) and nearly constant data rate on multiple chan. Error control is at end systems only. Error control at end systems only. Evolution from packet switching.Circuit switching + Packet switching

Q UESTION 4: D IFFERENTIATE BETWEEN THE FOLLOWING : LANWAN Local Area NetworksWide Area Networks Covers a small area (office, floor, building or group of buildings) Covers a large geographical area (countries or continents) Limited number of usersEnormous number of users TCP segmentIP datagram A TCP (Transport Control protocol) segment created by appending a TCP header of control information to each piece of data The IP (Internet Protocol) datagram created by appending an IP header of control information to each TCP segment Destination port, Seq. num, checksum The destination address

Q UESTION 4: D IFFERENTIATE BETWEEN THE FOLLOWING : SMTPFTP The Simple Mail Transfer Protocol The File Transfer Protocol Provides a basic local electronic mail transport Used to send files from one system to another under user command

T HANK YOU Any Questions?