Lecture 3
Lecture 3
Lecture 3
Switching
• An internet is a switched network in which a
switch connects at least two links together
1. circuit-switched and
2. packet-switched networks
Circuit-Switched Network
• a dedicated connection, called a circuit, is
always available between the two end systems
– switch can only make it active or inactive
Packet-Switched Network
• communication between the two ends is done in
blocks of data called packets
• switches function for both storing and forwarding
– packet is an independent entity
1-3 THE INTERNET
Early History
• telegraph and telephone networks, before 1960
– suitable for constant-rate communication
– the encoded message (telegraphy) or
– voice (telephony) could be exchanged
– A computer network able to handle bursty data at
variable rates
Cont’d
Administration
– Various groups that coordinate Internet issues
have guided this growth and development
Administration
• Internet Society (ISOC) is an international, nonprofit
organization formed in 1992 to provide support for the
Internet standards process
– Supporting other Internet administrative bodies such as
IAB, IETF, IRTF, and IANA
• Semantics
– Interprets the meaning of the bits
– Knows which fields define what action
• Timing
– When data should be sent and
– What Speed at which data should be sent or speed at which it
is being received.
Questions
1. What are the primary responsibilities of a network
administrator, and how do they contribute to the overall
functionality and security of a computer network?
2. What are the elements of protocol and how do they
contribute in a network?
3. What is the full form of TCP, IP and ARPANET?
4. What are the various methods to access internet?
5. How does internet function from a top down perspective?
6. From what year the internet started to take shape and
what were the various inventions that shaped internet in
what it is today?
THE OSI MODEL
Established in 1947, the International Standards
Organization (ISO) is a multinational body dedicated to
worldwide agreement on international standards. An ISO
standard that covers all aspects of network
communications is the Open Systems Interconnection (OSI)
model. It was first introduced in the late 1970s.
Seven layers of the OSI model
The interaction between layers in the OSI model
An exchange using the OSI model
Physical layer
Physical layer
• Framing: The data link layer translates the physical's raw bit stream into
packets known as Frames.
• Physical Addressing: The Data link layer adds a header to the frame that
contains a destination address.
• Flow Control: technique through which the constant data rate is
maintained on both the sides so that no data get corrupted.
• Error Control: achieved by adding a calculated value CRC (Cyclic
Redundancy Check) that is placed to the Data link layer's trailer which is
added to the message frame before it is sent to the physical layer.
• Access Control: When two or more devices are connected to the same
communication channel, then the data link layer protocols are used to
determine which device has control over the link at a given time.
Hop-to-hop delivery
Network layer
Network layer