Client Server 1 Flashcards
(105 cards)
collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
intranetwork
evolved around the PC revolution.
LAN
interconnect LANs with geographically dispersed users to create connectivity
WAN
Physical Network Components
- router
- cable
- switching equipments
- transport stack
Transport Stack examples
- TCP/IP
- NetBIOS
- IPX
- DECNet
- AppleTalk
- APPC
conceptual framework which breaks down the complexity of networking into seven layers
OSI
OSI 7 layers
- Application
- Presentation
- Session
- Network
- Data Link
- Physical
- Transport
deal with application issues and generally are implemented only in software
upper layer
handle data transport issues.
lower layer
Concerned with the physical, mechanical and electrical characteristics of the network hardware – cables, voltages, etc
physical layer
Concerned with the error-free delivery of data
Data Link Layer
Organizes raw bit stream into groupings of bits
frames
Transfers frames between devices on a single network
Data Link Layer
The Institute of Electrical and Electronics Engineers (IEEE) has subdivided the data link layer into two sublayers
Logical Link Control (LLC) and
Media Access Control (MAC).
Organizes raw bit stream into groupings of bits, called frames
Data Link Layer
sub-layer defines the relationship at the hardware level between Physical Layer devices, like Network Adapter Cards, and the Data Link Layer
Media Access Control
sub-layer defines the relationship between the MAC sub-layer and Data Link Layer devices and drivers
Logical Link Layer
Handles routing between networks and timely delivery of data
Network Layer
Packets include a header which includes network addresses for the source and destination
Network Layer
Organizes frames from the Data Link Layer into packets
Network Layer
Responsible for delivering data reliably
Transport Layer
Transport Layer Operations (4)
- Building up and tearing down connections
- packet sequencing
- acknowledgements
- flow control
Provides mechanisms to establish and maintain communications between applications.
session layer
session layer operations
- Access authentication (for example, logging into a server)
- Session Management
- Verification that adequate disk space is available for a request
- Notifying a user that a printer is offline